Package | Description |
---|---|
eu.esdihumboldt.hale.io.gml.geometry | |
eu.esdihumboldt.hale.io.gml.geometry.handler |
Modifier and Type | Method and Description |
---|---|
protected void |
FixedConstraintsGeometryHandler.checkType(TypeDefinition type)
Check if the given type definition is supported by the geometry handler.
|
Object |
GeometryHandler.createGeometry(Instance instance,
int srsDimension)
Create a geometry value from a given instance.
|
Object |
Geometries.createGeometry(Instance instance,
int srsDimension) |
Iterable<TypeConstraint> |
FixedConstraintsGeometryHandler.getTypeConstraints(TypeDefinition type) |
Iterable<TypeConstraint> |
GeometryHandler.getTypeConstraints(TypeDefinition type)
Get the type constraints to associated with a geometry type definition.
This method should at least return the Binding and
GeometryType constraints. |
Iterable<TypeConstraint> |
Geometries.getTypeConstraints(TypeDefinition type) |
static com.vividsolutions.jts.geom.Coordinate |
GMLGeometryUtil.parseCoord(Instance instance)
Parse a coordinate from a GML CoordType instance.
|
static com.vividsolutions.jts.geom.Coordinate |
GMLGeometryUtil.parseDirectPosition(Instance directPosition)
Parse a coordinate from a GML DirectPositionType instance.
|
static com.vividsolutions.jts.geom.Coordinate[] |
GMLGeometryUtil.parsePosList(Instance posList,
int srsDimension)
Parse a coordinate from a GML PosList instance.
|
Modifier and Type | Method and Description |
---|---|
Object |
PolygonHandler.createGeometry(Instance instance,
int srsDimension) |
Object |
EnvelopeHandler.createGeometry(Instance instance,
int srsDimension) |
Object |
GenericGeometryHandler.createGeometry(Instance instance,
int srsDimension) |
Object |
PointHandler.createGeometry(Instance instance,
int srsDimension) |
Object |
LinearRingHandler.createGeometry(Instance instance,
int srsDimension) |
Object |
LineStringHandler.createGeometry(Instance instance,
int srsDimension) |
protected GeometryProperty<com.vividsolutions.jts.geom.LinearRing> |
LinearRingHandler.createGeometry(Instance instance,
int srsDimension,
boolean allowTryOtherDimension)
Create a
LinearRing geometry from the given instance. |
protected Object |
GenericGeometryHandler.createGeometry(Instance instance,
List<GeometryProperty<?>> childGeometries,
CRSDefinition defaultCrs)
Create a geometry value from a given instance.
|
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a