Uses of Class
org.geolatte.geom.MultiPolygon
-
Packages that use MultiPolygon Package Description org.geolatte.geom A model for geospatial geometries.org.geolatte.geom.builder A DSL to simplify the creation of Geometries.org.geolatte.geom.generator -
-
Uses of MultiPolygon in org.geolatte.geom
Methods in org.geolatte.geom that return MultiPolygon Modifier and Type Method Description <Q extends Position>
MultiPolygon<Q>MultiPolygon. as(Class<Q> castToType)static <P extends Position>
MultiPolygon<P>Geometries. mkEmptyMultiPolygon(CoordinateReferenceSystem<P> crs)Creates an emptyMultiPolygonfor a coordinate reference systemstatic <P extends Position>
MultiPolygon<P>Geometries. mkMultiPolygon(List<Polygon<P>> polygons)static <P extends Position>
MultiPolygon<P>Geometries. mkMultiPolygon(Polygon<P>... polygons) -
Uses of MultiPolygon in org.geolatte.geom.builder
Methods in org.geolatte.geom.builder that return MultiPolygon Modifier and Type Method Description static <P extends Position>
MultiPolygon<P>DSL. multipolygon(CoordinateReferenceSystem<P> crs, DSL.PolygonToken<P>... tokens)static <P extends Position>
MultiPolygon<P>DSL. multipolygon(Polygon<P> polygon, Polygon<P>... polygons) -
Uses of MultiPolygon in org.geolatte.geom.generator
Methods in org.geolatte.geom.generator that return types with arguments of type MultiPolygon Modifier and Type Method Description static <P extends Position>
Generator<MultiPolygon<P>>GeometryGenerators. multiPolygon(int numLines, int numPoints, Envelope<P> bbox)static <P extends Position>
Generator<MultiPolygon<P>>GeometryGenerators. multiPolygon(int numLines, int numPoints, Envelope<P> bbox, Random rnd)
-