Uses of Class
org.locationtech.jts.geom.MultiPolygon
Packages that use MultiPolygon
Package
Description
Contains the
Geometry interface hierarchy and supporting classes.-
Uses of MultiPolygon in org.locationtech.jts.geom
Methods in org.locationtech.jts.geom that return MultiPolygonModifier and TypeMethodDescriptionGeometryFactory.createMultiPolygon()Constructs an emptyMultiPolygongeometry.GeometryFactory.createMultiPolygon(Polygon[] polygons) Creates a MultiPolygon using the given Polygons; a null or empty array will create an empty Polygon.MultiPolygon.reverse()Creates aMultiPolygonwith every component reversed.static MultiPolygon[]GeometryFactory.toMultiPolygonArray(Collection multiPolygons) Converts theListto an array.