public static class DSL.MultiLineStringToken<P extends Position> extends DSL.GeometryToken<P>
| Modifier and Type | Field and Description |
|---|---|
private DSL.LineStringToken[] |
tokens |
| Constructor and Description |
|---|
MultiLineStringToken(DSL.LineStringToken... tokens) |
| Modifier and Type | Method and Description |
|---|---|
(package private) MultiLineString<P> |
toGeometry(CoordinateReferenceSystem<P> crs) |
private DSL.LineStringToken[] tokens
MultiLineStringToken(DSL.LineStringToken... tokens)
MultiLineString<P> toGeometry(CoordinateReferenceSystem<P> crs)
toGeometry in class DSL.GeometryToken<P extends Position>