| 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.generator | |
| org.geolatte.geom.jts |
JTS interoperability classes.
|
| Modifier and Type | Method and Description |
|---|---|
<Q extends Position> |
MultiPolygon.as(Class<Q> castToType) |
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 |
|---|---|
static <P extends Position> |
GeometryGenerators.multiPolygon(int numLines,
int numPoints,
Box<P> bbox) |
static <P extends Position> |
GeometryGenerators.multiPolygon(int numLines,
int numPoints,
Box<P> bbox,
Random rnd) |
| Modifier and Type | Method and Description |
|---|---|
static MultiPolygon<?> |
JTS.from(org.locationtech.jts.geom.MultiPolygon jtsGeometry) |
static <P extends Position> |
JTS.from(org.locationtech.jts.geom.MultiPolygon jtsGeometry,
CoordinateReferenceSystem<P> crs) |
| Modifier and Type | Method and Description |
|---|---|
static <P extends Position> |
JTS.to(MultiPolygon<P> geometry) |
Copyright © 2021 geolatte.org. All rights reserved.