| Package | Description |
|---|---|
| org.geolatte.geom |
A model for geospatial geometries.
|
| org.geolatte.geom.codec |
Encoder/Decoder classes for serializing Geometries and Coordinate Reference Systems.
|
| org.geolatte.geom.json |
| Modifier and Type | Method and Description |
|---|---|
GeometryType |
MultiPolygon.getGeometryType() |
GeometryType |
Polygon.getGeometryType() |
GeometryType |
MultiPoint.getGeometryType() |
abstract GeometryType |
Geometry.getGeometryType()
Returns the type of this
Geometry. |
GeometryType |
GeometryCollection.getGeometryType() |
GeometryType |
Point.getGeometryType() |
GeometryType |
LinearRing.getGeometryType() |
GeometryType |
MultiLineString.getGeometryType() |
GeometryType |
LineString.getGeometryType() |
static GeometryType |
GeometryType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GeometryType[] |
GeometryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
private GeometryType |
WktGeometryToken.geometryType |
| Modifier and Type | Method and Description |
|---|---|
(package private) GeometryType |
WktGeometryToken.getType() |
| Modifier and Type | Method and Description |
|---|---|
private static void |
HANAWktVariant.add(GeometryType type,
boolean isMeasured,
boolean is3D,
java.lang.String word) |
private static void |
PostgisWktVariant.add(GeometryType type,
boolean isMeasured,
java.lang.String word) |
| Constructor and Description |
|---|
HANAWktGeometryToken(java.lang.String word,
GeometryType tag,
boolean measured,
boolean is3D) |
WktGeometryToken(java.lang.String word,
GeometryType tag,
boolean measured) |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<GeometryType,AbstractGeometryParser<?,?>> |
GeometryParser.parsers |
private static java.util.Map<GeometryType,java.lang.Class<?>> |
GeometryParser.typeMap |
| Modifier and Type | Method and Description |
|---|---|
protected GeometryType |
AbstractGeometryParser.getType(com.fasterxml.jackson.databind.JsonNode root) |
| Modifier and Type | Method and Description |
|---|---|
private void |
GeometrySerializer.writeCoords(com.fasterxml.jackson.core.JsonGenerator gen,
GeometryType type,
Geometry<P> geom) |