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