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