Uses of Class
org.locationtech.jts.geom.MultiPolygon
-
Packages that use MultiPolygon Package Description org.elasticsearch.common.geo.builders org.locationtech.jts.geom org.locationtech.jts.geom.util -
-
Uses of MultiPolygon in org.elasticsearch.common.geo.builders
Methods in org.elasticsearch.common.geo.builders that return MultiPolygon Modifier and Type Method Description protected static MultiPolygonPolygonBuilder. multipolygonS4J(GeometryFactory factory, Coordinate[][][] polygons)Create a Multipolygon from a set of coordinates. -
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()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(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)
-