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, setCrs
public FeatureCollection add(Feature feature)
public void addAll(Collection<Feature> features)
public <T> T accept(GeoJsonObjectVisitor<T> geoJsonObjectVisitor)
accept
in class GeoJsonObject
public boolean equals(Object o)
equals
in class GeoJsonObject
public int hashCode()
hashCode
in class GeoJsonObject
public String toString()
toString
in class GeoJsonObject
Copyright © 2016. All rights reserved.