Package | Description |
---|---|
org.locationtech.jts.geom |
Contains the
Geometry interface hierarchy and supporting classes. |
Modifier and Type | Method | Description |
---|---|---|
MultiPolygon |
GeometryFactory.createMultiPolygon() |
|
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(java.util.Collection multiPolygons) |
Converts the
List to an array. |
Copyright © 2018. All rights reserved.