Uses of Class
org.locationtech.jts.geom.MultiPolygon
-
Packages that use MultiPolygon Package Description org.locationtech.jts.geom Contains theGeometryinterface 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 MultiPolygonGeometryFactory. createMultiPolygon()MultiPolygonGeometryFactory. createMultiPolygon(Polygon[] polygons)Creates a MultiPolygon using the given Polygons; a null or empty array will create an empty Polygon.static MultiPolygon[]GeometryFactory. toMultiPolygonArray(java.util.Collection multiPolygons)Converts theListto an array.
-