public class GeoJsonFeatureCollection<P extends Position,ID> extends Object implements FeatureCollection<P,ID>
TYPE
Constructor and Description |
---|
GeoJsonFeatureCollection(List<Feature<P,ID>> features) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<Feature<P,ID>> |
getFeatures() |
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getType
public List<Feature<P,ID>> getFeatures()
getFeatures
in interface FeatureCollection<P extends Position,ID>
Copyright © 2021 geolatte.org. All rights reserved.