Uses of Class
org.locationtech.jts.geom.MultiPolygon
-
Packages that use MultiPolygon Package Description org.locationtech.jts.geom Contains theGeometryinterface 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 MultiPolygonMultiPolygon. copyInternal()MultiPolygonGeometryFactory. createMultiPolygon()Constructs an emptyMultiPolygongeometry.MultiPolygonGeometryFactory. createMultiPolygon(Polygon[] polygons)Creates a MultiPolygon using the given Polygons; a null or empty array will create an empty Polygon.MultiPolygonMultiPolygon. 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 MultiPolygon Modifier and Type Method Description protected GeometryGeometryTransformer. transformMultiPolygon(MultiPolygon geom, Geometry parent)
-