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