| Package | Description |
|---|---|
| org.geolatte.geom.builder |
A DSL to simplify the creation of Geometries.
|
| Modifier and Type | Field and Description |
|---|---|
private DSL.PointToken[] |
DSL.MultiPointToken.tokens |
| Modifier and Type | Method and Description |
|---|---|
static <P extends Position> |
DSL.point(P position)
Creates a
PointToken |
| Modifier and Type | Method and Description |
|---|---|
static <P extends Position> |
DSL.multipoint(CoordinateReferenceSystem<P> crs,
DSL.PointToken<P>... tokens) |
static <P extends Position> |
DSL.multipoint(DSL.PointToken<P>... tokens) |
| Constructor and Description |
|---|
MultiPointToken(DSL.PointToken<P>... tokens) |