Uses of Class
org.geolatte.geom.builder.DSL.LinearRingToken
-
Packages that use DSL.LinearRingToken Package Description org.geolatte.geom.builder A DSL to simplify the creation of Geometries. -
-
Uses of DSL.LinearRingToken in org.geolatte.geom.builder
Methods in org.geolatte.geom.builder that return DSL.LinearRingToken Modifier and Type Method Description static <P extends Position>
DSL.LinearRingToken<P>DSL. ring(P... positions)Creates aLinearRingTokenMethods in org.geolatte.geom.builder with parameters of type DSL.LinearRingToken Modifier and Type Method Description static <P extends Position>
DSL.PolygonToken<P>DSL. polygon(DSL.LinearRingToken<P>... tokens)static <P extends Position>
Polygon<P>DSL. polygon(CoordinateReferenceSystem<P> crs, DSL.LinearRingToken<P>... tokens)Creates aPolygonfrom the specified ring tokens andCoordinateReferenceSystem
-