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.linestring(P... positions)
Creates a
LineStringToken |
Modifier and Type | Method and Description |
---|---|
static <P extends Position> |
DSL.multilinestring(CoordinateReferenceSystem<P> crs,
DSL.LineStringToken<P>... tokens) |
static <P extends Position> |
DSL.multilinestring(DSL.LineStringToken<P>... tokens) |
Copyright © 2023 geolatte.org. All rights reserved.