public class FeatureCollection extends GeoJsonObject implements Iterable<Feature>
| Constructor and Description |
|---|
FeatureCollection() |
| Modifier and Type | Method and Description |
|---|---|
FeatureCollection |
add(Feature feature) |
void |
addAll(Collection<Feature> features) |
List<Feature> |
getFeatures() |
Iterator<Feature> |
iterator() |
void |
setFeatures(List<Feature> features) |
getBbox, getCrs, getProperties, getProperty, setBbox, setCrs, setProperties, setPropertypublic FeatureCollection add(Feature feature)
public void addAll(Collection<Feature> features)
Copyright © 2013. All Rights Reserved.