|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GeometryNotSupportedException | |
---|---|
eu.esdihumboldt.hale.io.gml.geometry | |
eu.esdihumboldt.hale.io.gml.geometry.handler |
Uses of GeometryNotSupportedException in eu.esdihumboldt.hale.io.gml.geometry |
---|
Methods in eu.esdihumboldt.hale.io.gml.geometry that throw GeometryNotSupportedException | |
---|---|
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. |
Uses of GeometryNotSupportedException in eu.esdihumboldt.hale.io.gml.geometry.handler |
---|
Methods in eu.esdihumboldt.hale.io.gml.geometry.handler that throw GeometryNotSupportedException | |
---|---|
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. |
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |