Uses of Class
org.bremersee.geojson.GeoJsonFeature
-
Packages that use GeoJsonFeature Package Description org.bremersee.geojson This package contains classes for reading and writing GeoJSON with the Jackson JSON Processor. -
-
Uses of GeoJsonFeature in org.bremersee.geojson
Constructor parameters in org.bremersee.geojson with type arguments of type GeoJsonFeature Constructor Description GeoJsonFeatureCollection(Collection<? extends GeoJsonFeature> features, boolean calculateBounds)Constructs a GeoJSON feature collection with the specified parameters.
-