public class GazetteerGeometriesFactory extends Object
Constructor and Description |
---|
GazetteerGeometriesFactory(String attName) |
Modifier and Type | Method and Description |
---|---|
Object |
createMultipoint2D(double[] x,
double[] y) |
Object |
createPoint2D(double x,
double y) |
Object |
createPoint2D(Point2D point) |
Object |
createPolygon2D(double[] x,
double[] y) |
Object |
createSimpleFeature(String element,
IXSTypeDefinition type,
Map values,
Object geometry) |
public GazetteerGeometriesFactory(String attName)
public Object createMultipoint2D(double[] x, double[] y)
public Object createPoint2D(double x, double y)
public Object createSimpleFeature(String element, IXSTypeDefinition type, Map values, Object geometry)
public Object createPolygon2D(double[] x, double[] y)