| Package | Description |
|---|---|
| org.geolatte.geom.codec |
Encoder/Decoder classes for serializing Geometries and Coordinate Reference Systems.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
HANAWktGeometryToken
The HANA
WktGeometryToken for the type of geometry. |
| Modifier and Type | Field and Description |
|---|---|
private static java.util.List<WktGeometryToken> |
PostgisWktVariant.GEOMETRIES |
| Modifier and Type | Method and Description |
|---|---|
private boolean |
PostgisWktVariant.hasSameMeasuredSuffixInWkt(WktGeometryToken candidate,
Geometry geometry,
boolean ignoreMeasureMarker)
Determines whether the candidate has the same measured 'M' suffix as the geometry in WKT.
|
protected boolean |
PostgisWktVariant.sameGeometryType(WktGeometryToken token,
Geometry geometry) |