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