| Package | Description |
|---|---|
| org.geolatte.geom.builder |
A DSL to simplify the creation of Geometries.
|
| Modifier and Type | Field and Description |
|---|---|
private DSL.PolygonToken[] |
DSL.MultiPolygonToken.tokens |
| Modifier and Type | Method and Description |
|---|---|
static <P extends Position> |
DSL.polygon(DSL.LinearRingToken<P>... tokens) |
| 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(DSL.PolygonToken<P>... tokens) |
| Constructor and Description |
|---|
MultiPolygonToken(DSL.PolygonToken... tokens) |