Uses of Class
org.bremersee.geojson.model.Feature
-
Packages that use Feature Package Description org.bremersee.geojson.model -
-
Uses of Feature in org.bremersee.geojson.model
Methods in org.bremersee.geojson.model that return types with arguments of type Feature Modifier and Type Method Description List<Feature>FeatureCollection. getFeatures()Get features.Method parameters in org.bremersee.geojson.model with type arguments of type Feature Modifier and Type Method Description voidFeatureCollection. setFeatures(List<Feature> features)Sets features.Constructor parameters in org.bremersee.geojson.model with type arguments of type Feature Constructor Description FeatureCollection(BoundingBox bbox, List<Feature> features)
-