Uses of Class
org.bremersee.geojson.GeoJsonFeature
Packages that use GeoJsonFeature
-
Uses of GeoJsonFeature in org.bremersee.geojson
Methods in org.bremersee.geojson that return types with arguments of type GeoJsonFeatureModifier and TypeMethodDescriptionList<GeoJsonFeature<G, P>> GeoJsonFeatureCollection.getFeatures()Gets features.Methods in org.bremersee.geojson with parameters of type GeoJsonFeatureModifier and TypeMethodDescriptionvoidGeoJsonFeatureCollection.add(GeoJsonFeature<G, P> feature) Add.Method parameters in org.bremersee.geojson with type arguments of type GeoJsonFeatureModifier and TypeMethodDescriptionvoidGeoJsonFeatureCollection.addAll(Collection<? extends GeoJsonFeature<G, P>> features) Add all.Constructor parameters in org.bremersee.geojson with type arguments of type GeoJsonFeatureModifierConstructorDescriptionGeoJsonFeatureCollection(boolean withBoundingBox, Comparator<GeoJsonFeature<G, P>> comparator) Instantiates a new Geo json feature collection.GeoJsonFeatureCollection(double[] bbox, Collection<? extends GeoJsonFeature<G, P>> features) Instantiates a new geo json feature collection.GeoJsonFeatureCollection(double[] bbox, Collection<? extends GeoJsonFeature<G, P>> features, Comparator<GeoJsonFeature<G, P>> comparator) Instantiates a new Geo json feature collection.GeoJsonFeatureCollection(double[] bbox, Collection<? extends GeoJsonFeature<G, P>> features, Comparator<GeoJsonFeature<G, P>> comparator) Instantiates a new Geo json feature collection.GeoJsonFeatureCollection(Collection<? extends GeoJsonFeature<G, P>> features, boolean calculateBounds) Instantiates a new Geo json feature collection.GeoJsonFeatureCollection(Collection<? extends GeoJsonFeature<G, P>> features, boolean calculateBounds, Comparator<GeoJsonFeature<G, P>> comparator) Instantiates a new Geo json feature collection.GeoJsonFeatureCollection(Collection<? extends GeoJsonFeature<G, P>> features, boolean calculateBounds, Comparator<GeoJsonFeature<G, P>> comparator) Instantiates a new Geo json feature collection.