Uses of Class
org.locationtech.jts.geom.MultiPolygon
-
Packages that use MultiPolygon Package Description org.locationtech.jts.geom Contains theGeometry
interface hierarchy and supporting classes. -
-
Uses of MultiPolygon in org.locationtech.jts.geom
Methods in org.locationtech.jts.geom that return MultiPolygon Modifier and Type Method Description MultiPolygon
GeometryFactory. createMultiPolygon()
Constructs an emptyMultiPolygon
geometry.MultiPolygon
GeometryFactory. createMultiPolygon(Polygon[] polygons)
Creates a MultiPolygon using the given Polygons; a null or empty array will create an empty Polygon.MultiPolygon
MultiPolygon. reverse()
Creates aMultiPolygon
with every component reversed.static MultiPolygon[]
GeometryFactory. toMultiPolygonArray(java.util.Collection multiPolygons)
Converts theList
to an array.
-