| Package | Description |
|---|---|
| org.geolatte.geom |
A model for geospatial geometries.
|
| org.geolatte.geom.builder |
A DSL to simplify the creation of Geometries.
|
| org.geolatte.geom.codec |
Encoder/Decoder classes for serializing Geometries and Coordinate Reference Systems.
|
| org.geolatte.geom.codec.db.sqlserver |
Encoder/Decoder classes for serializing Geometries and Coordinate Reference Systems to Microsoft SQL Server internal
format.
|
| org.geolatte.geom.json | |
| org.geolatte.geom.jts |
JTS interoperability classes.
|
| Modifier and Type | Method and Description |
|---|---|
static <P extends Position> |
Geometries.mkEmptyMultiPolygon(CoordinateReferenceSystem<P> crs)
Creates an empty
MultiPolygon for a coordinate reference system |
static <P extends Position> |
Geometries.mkMultiPolygon(java.util.List<Polygon<P>> polygons) |
static <P extends Position> |
Geometries.mkMultiPolygon(Polygon<P>... polygons) |
| Modifier and Type | Method and Description |
|---|---|
static <P extends Position> |
DSL.multipolygon(CoordinateReferenceSystem<P> crs,
DSL.PolygonToken<P>... tokens) |
static <P extends Position> |
DSL.multipolygon(Polygon<P> polygon,
Polygon<P>... polygons) |
(package private) MultiPolygon<P> |
DSL.MultiPolygonToken.toGeometry(CoordinateReferenceSystem<P> crs) |
| Modifier and Type | Method and Description |
|---|---|
private <P extends Position> |
AbstractWkbDecoder.decodeMultiPolygon(ByteBuffer byteBuffer,
CoordinateReferenceSystem<P> crs) |
private <P extends Position> |
PostgisWktDecoder.decodeMultiPolygon(CoordinateReferenceSystem<P> crs) |
| Modifier and Type | Method and Description |
|---|---|
protected MultiPolygon<?> |
MultiPolygonSqlServerDecoder.createGeometry(java.util.List geometries,
SqlServerGeometry nativeGeom) |
| Modifier and Type | Method and Description |
|---|---|
MultiPolygon<P> |
MultiPolygonParser.parse(com.fasterxml.jackson.databind.JsonNode root,
CoordinateReferenceSystem<P> defaultCrs) |
| Modifier and Type | Method and Description |
|---|---|
private void |
GeometrySerializer.writeListOfPolygon(com.fasterxml.jackson.core.JsonGenerator gen,
MultiPolygon<P> geom,
double[] buf) |
| Modifier and Type | Method and Description |
|---|---|
private static <P extends Position> |
JTS.from(org.locationtech.jts.geom.MultiPolygon jtsGeometry,
CoordinateReferenceSystem<P> crs) |
| Modifier and Type | Method and Description |
|---|---|
private static <P extends Position> |
JTS.to(MultiPolygon<P> multiPolygon,
org.locationtech.jts.geom.GeometryFactory gFact) |