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.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 © 2018 geolatte.org. All rights reserved.