Package org.bremersee.geojson
This package contains classes for reading and writing GeoJSON with the Jackson JSON Processor.
- Author:
- Christian Bremer
- See Also:
- rfc7946
-
Class Summary Class Description AbstractGeoJsonCrs Abstract base class for the coordinate reference system (CRS) of a GeoJSON object.AbstractGeoJsonFeature<G,P> A GeoJSON object with the typeFeature(see rfc7946 section 3.3).AbstractGeoJsonFeatureCollection<F extends AbstractGeoJsonFeature> 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).GeoJsonFeatureCollection A GeoJSON object with the typeFeatureCollectionis a feature collection object (see rfc7946 section 3.3).GeoJsonLinkedCrs A link to the coordinate reference system (CRS) of a GeoJSON object.GeoJsonNamedCrs A reference to the coordinate reference system (CRS) of a GeoJSON object by it's name.GeoJsonObjectMapperModule A Jackson JSON processor module that provides the processing (serialization and deserialization) of the following types.GeometryDeserializer A Jackson deserializer for aGeometry.GeometrySerializer A Jackson serializer for aGeometry.GeometryWrapper This class wraps a geometry and can be processed by the Jackson JSON processor without registering theGeoJsonObjectMapperModule.GeometryWrapper.Deserializer Deserializer for the GeoJSON geometry wrapper class.GeometryWrapper.Serializer Serializer for the GeoJSON geometry wrapper class.