| Package | Description |
|---|---|
| org.geolatte.geom.builder |
A DSL to simplify the creation of Geometries.
|
| Modifier and Type | Field and Description |
|---|---|
private DSL.LineStringToken[] |
DSL.MultiLineStringToken.tokens |
| 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) |
| Constructor and Description |
|---|
MultiLineStringToken(DSL.LineStringToken... tokens) |