Uses of Class
org.geolatte.geom.builder.DSL.PointToken
-
Packages that use DSL.PointToken Package Description org.geolatte.geom.builder A DSL to simplify the creation of Geometries. -
-
Uses of DSL.PointToken in org.geolatte.geom.builder
Methods in org.geolatte.geom.builder that return DSL.PointToken Modifier and Type Method Description static <P extends Position>
DSL.PointToken<P>DSL. point(P position)Creates aPointTokenMethods in org.geolatte.geom.builder with parameters of type DSL.PointToken Modifier and Type Method Description static <P extends Position>
DSL.MultiPointToken<P>DSL. multipoint(DSL.PointToken<P>... tokens)static <P extends Position>
MultiPoint<P>DSL. multipoint(CoordinateReferenceSystem<P> crs, DSL.PointToken<P>... tokens)
-