| Package | Description |
|---|---|
| org.geolatte.geom.builder |
A DSL to simplify the creation of Geometries.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
DSL.EmptyPointToken<P extends Position> |
| 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) |
Copyright © 2023 geolatte.org. All rights reserved.