Uses of Class
org.bremersee.geojson.AbstractGeoJsonFeature
-
Packages that use AbstractGeoJsonFeature Package Description org.bremersee.geojson This package contains classes for reading and writing GeoJSON with the Jackson JSON Processor. -
-
Uses of AbstractGeoJsonFeature in org.bremersee.geojson
Classes in org.bremersee.geojson with type parameters of type AbstractGeoJsonFeature Modifier and Type Class Description classAbstractGeoJsonFeatureCollection<F extends AbstractGeoJsonFeature>A GeoJSON object with the typeFeatureCollectionis a feature collection object (see rfc7946 section 3.3).Subclasses of AbstractGeoJsonFeature in org.bremersee.geojson Modifier and Type Class Description classGeoJsonFeatureA GeoJSON object with the typeFeature(see rfc7946 section 3.2).
-