@NonNullApi
Package com.mongodb.client.model.geojson.codecs
This package contains classes that encode and decode GeoJSON objects.
-
Class Summary Class Description GeoJsonCodecProvider A provider of codecs for GeoJSON objects.GeometryCodec A Codec for a GeoJSON Geometry.GeometryCollectionCodec A Codec for a GeoJSON GeometryCollection.LineStringCodec A Codec for a GeoJSON LineString.MultiLineStringCodec A Codec for a GeoJSON MultiLineString.MultiPointCodec A Codec for a GeoJSON MultiPoint.MultiPolygonCodec A Codec for a GeoJSON MultiPolygon.NamedCoordinateReferenceSystemCodec Codec for a GeoJson Coordinate Reference System of type name.PointCodec A Codec for a GeoJSON point.PolygonCodec A Codec for a GeoJSON polygon.