Uses of Package
org.bremersee.geojson
-
Packages that use org.bremersee.geojson Package Description org.bremersee.geojson This package contains classes for reading and writing GeoJSON with the Jackson JSON Processor. -
Classes in org.bremersee.geojson used by org.bremersee.geojson Class Description AbstractGeoJsonCrs Abstract base class for the coordinate reference system (CRS) of a GeoJSON object.AbstractGeoJsonFeature A GeoJSON object with the typeFeature(see rfc7946 section 3.3).AbstractGeoJsonFeatureCollection A GeoJSON object with the typeFeatureCollectionis a feature collection object (see rfc7946 section 3.3).GeoJsonFeature A GeoJSON object with the typeFeature(see rfc7946 section 3.2).GeometryWrapper This class wraps a geometry and can be processed by the Jackson JSON processor without registering theGeoJsonObjectMapperModule.