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.json |
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(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) |
Modifier and Type | Method and Description |
---|---|
MultiPolygon<P> |
MultiPolygonParser.parse(com.fasterxml.jackson.databind.JsonNode root,
CoordinateReferenceSystem<P> defaultCrs) |
Copyright © 2018 geolatte.org. All rights reserved.