public class GeometryCollection extends GeoJsonObject implements Iterable<GeoJsonObject>
| Constructor and Description |
|---|
GeometryCollection() |
| Modifier and Type | Method and Description |
|---|---|
GeometryCollection |
add(GeoJsonObject geometry) |
List<GeoJsonObject> |
getGeometries() |
Iterator<GeoJsonObject> |
iterator() |
void |
setGeometries(List<GeoJsonObject> geometries) |
getBbox, getCrs, getProperties, getProperty, setBbox, setCrs, setProperties, setPropertypublic List<GeoJsonObject> getGeometries()
public void setGeometries(List<GeoJsonObject> geometries)
public Iterator<GeoJsonObject> iterator()
iterator in interface Iterable<GeoJsonObject>public GeometryCollection add(GeoJsonObject geometry)
Copyright © 2014. All Rights Reserved.