Uses of Class
org.locationtech.jts.geom.MultiPolygon
Packages that use MultiPolygon
Package
Description
Contains the
Geometry interface hierarchy and supporting classes.Provides classes that parse and modify Geometry objects.
-
Uses of MultiPolygon in org.locationtech.jts.geom
Methods in org.locationtech.jts.geom that return MultiPolygonModifier and TypeMethodDescriptionprotected MultiPolygonMultiPolygon.copyInternal()GeometryFactory.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.protected MultiPolygonMultiPolygon.reverseInternal()static MultiPolygon[]GeometryFactory.toMultiPolygonArray(Collection multiPolygons) Converts theListto an array. -
Uses of MultiPolygon in org.locationtech.jts.geom.util
Methods in org.locationtech.jts.geom.util with parameters of type MultiPolygonModifier and TypeMethodDescriptionprotected GeometryGeometryTransformer.transformMultiPolygon(MultiPolygon geom, Geometry parent)