Uses of Class
org.geolatte.geom.builder.DSL.GeometryToken
-
Packages that use DSL.GeometryToken Package Description org.geolatte.geom.builder A DSL to simplify the creation of Geometries. -
-
Uses of DSL.GeometryToken in org.geolatte.geom.builder
Subclasses of DSL.GeometryToken in org.geolatte.geom.builder Modifier and Type Class Description static classDSL.GeometryCollectionToken<P extends Position>static classDSL.LinearRingToken<P extends Position>static classDSL.LineStringToken<P extends Position>static classDSL.MultiLineStringToken<P extends Position>static classDSL.MultiPointToken<P extends Position>static classDSL.MultiPolygonToken<P extends Position>static classDSL.PointToken<P extends Position>static classDSL.PolygonToken<P extends Position>Methods in org.geolatte.geom.builder with parameters of type DSL.GeometryToken Modifier and Type Method Description static <P extends Position>
DSL.GeometryCollectionToken<P>DSL. geometrycollection(DSL.GeometryToken<P>... tokens)Creates aGeometryCollectionTokenof the specifiedGeometryTokensstatic <P extends Position>
GeometryCollection<P>DSL. geometrycollection(CoordinateReferenceSystem<P> crs, DSL.GeometryToken<P>... tokens)Creates aGeometryCollectionfrom the specifiedGeometryTokens andCoordinateReferenceSystem.
-