public class GeometryCollection extends GeoJsonObject implements Iterable<GeoJsonObject>
| Constructor and Description |
|---|
GeometryCollection() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(GeoJsonObjectVisitor<T> geoJsonObjectVisitor) |
GeometryCollection |
add(GeoJsonObject geometry) |
boolean |
equals(Object o) |
List<GeoJsonObject> |
getGeometries() |
int |
hashCode() |
Iterator<GeoJsonObject> |
iterator() |
void |
setGeometries(List<GeoJsonObject> geometries) |
String |
toString() |
getBbox, getCrs, setBbox, setCrsclone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic List<GeoJsonObject> getGeometries()
public void setGeometries(List<GeoJsonObject> geometries)
public Iterator<GeoJsonObject> iterator()
iterator in interface Iterable<GeoJsonObject>public GeometryCollection add(GeoJsonObject geometry)
public <T> T accept(GeoJsonObjectVisitor<T> geoJsonObjectVisitor)
accept in class GeoJsonObjectpublic boolean equals(Object o)
equals in class GeoJsonObjectpublic int hashCode()
hashCode in class GeoJsonObjectpublic String toString()
toString in class GeoJsonObjectCopyright © 2018. All rights reserved.