Package | Description |
---|---|
org.geolatte.geom.builder |
A DSL to simplify the creation of Geometries.
|
Modifier and Type | Method and Description |
---|---|
static <P extends Position> |
DSL.ring(P... positions)
Creates a
LinearRingToken |
Modifier and Type | Method and Description |
---|---|
static <P extends Position> |
DSL.polygon(CoordinateReferenceSystem<P> crs,
DSL.LinearRingToken<P>... tokens)
Creates a
Polygon from the specified ring tokens and CoordinateReferenceSystem |
static <P extends Position> |
DSL.polygon(DSL.LinearRingToken<P>... tokens) |
Copyright © 2022 geolatte.org. All rights reserved.