|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MultiPolygon | |
---|---|
com.vividsolutions.jts.geom | Contains the Geometry interface hierarchy and supporting classes. |
com.vividsolutions.jts.geom.util | Provides classes that parse and modify Geometry objects. |
Uses of MultiPolygon in com.vividsolutions.jts.geom |
---|
Methods in com.vividsolutions.jts.geom that return MultiPolygon | |
---|---|
MultiPolygon |
GeometryFactory.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 the List to an array. |
Uses of MultiPolygon in com.vividsolutions.jts.geom.util |
---|
Methods in com.vividsolutions.jts.geom.util with parameters of type MultiPolygon | |
---|---|
protected Geometry |
GeometryTransformer.transformMultiPolygon(MultiPolygon geom,
Geometry parent)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |