public class FeatureCollection extends GeoJsonObject implements Iterable<Feature>
| Constructor and Description |
|---|
FeatureCollection() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(GeoJsonObjectVisitor<T> geoJsonObjectVisitor) |
FeatureCollection |
add(Feature feature) |
void |
addAll(Collection<Feature> features) |
boolean |
equals(Object o) |
List<Feature> |
getFeatures() |
int |
hashCode() |
Iterator<Feature> |
iterator() |
void |
setFeatures(List<Feature> features) |
String |
toString() |
getBbox, getCrs, setBbox, setCrsclone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic FeatureCollection add(Feature feature)
public void addAll(Collection<Feature> features)
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.