public class GeoJsonGeometryCollection extends MultiGeometry
| Constructor and Description |
|---|
GeoJsonGeometryCollection(java.util.List<Geometry> geometries)
Creates a new GeoJsonGeometryCollection object
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Geometry> |
getGeometries()
Gets the stored Geometry objects
|
java.lang.String |
getType()
Gets the type of geometry.
|
getGeometryObject, getGeometryType, setGeometryType, toStringpublic GeoJsonGeometryCollection(java.util.List<Geometry> geometries)
geometries - array of Geometry objects to add to the GeoJsonGeometryCollectionpublic java.lang.String getType()
public java.util.List<Geometry> getGeometries()