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.org.locationtech.jts.geom.util Provides classes that parse and modify Geometry objects. -
-
Uses of MultiPolygon in org.locationtech.jts.geom
Methods in org.locationtech.jts.geom that return MultiPolygon Modifier and Type Method Description protected MultiPolygon
MultiPolygon. copyInternal()
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.protected MultiPolygon
MultiPolygon. reverseInternal()
static MultiPolygon[]
GeometryFactory. toMultiPolygonArray(Collection multiPolygons)
Converts theList
to an array. -
Uses of MultiPolygon in org.locationtech.jts.geom.util
Methods in org.locationtech.jts.geom.util with parameters of type MultiPolygon Modifier and Type Method Description protected Geometry
GeometryTransformer. transformMultiPolygon(MultiPolygon geom, Geometry parent)
-