| Name | Description | Type | Package | Framework |
| CoordinateReferenceSystem | A GeoJSON Coordinate Reference System (CRS). | Class | mongodb.client.model.geojson | MongoDB NoSQL |
| CoordinateReferenceSystemType | enum CoordinateReferenceSystemTypeAn enumeration of the GeoJSON coordinate reference system types. | Class | mongodb.client.model.geojson | MongoDB NoSQL |
| GeoJsonCodecProvider | A provider of codecs for GeoJSON objects. | Class | mongodb.client.model.geojson.codecs | MongoDB NoSQL |
| GeoJsonObjectType | enum GeoJsonObjectTypeAn enumeration of GeoJSON object types. | Class | mongodb.client.model.geojson | MongoDB NoSQL |
| Geometry | An abstract class for representations of GeoJSON geometry objects. | Class | mongodb.client.model.geojson | MongoDB NoSQL |
| GeometryCollection | A representation of a GeoJSON GeometryCollection. | Class | mongodb.client.model.geojson | MongoDB NoSQL |
| GeometryCollectionCodec | A Codec for a GeoJSON GeometryCollection. | Class | mongodb.client.model.geojson.codecs | MongoDB NoSQL |
| LineString | A representation of a GeoJSON LineString. | Class | mongodb.client.model.geojson | MongoDB NoSQL |
| LineStringCodec | A Codec for a GeoJSON LineString. | Class | mongodb.client.model.geojson.codecs | MongoDB NoSQL |
| MultiLineString | A representation of a GeoJSON MultiLineString. | Class | mongodb.client.model.geojson | MongoDB NoSQL |
| MultiLineStringCodec | A Codec for a GeoJSON MultiLineString. | Class | mongodb.client.model.geojson.codecs | MongoDB NoSQL |
| MultiPoint | A representation of a GeoJSON MultiPoint. | Class | mongodb.client.model.geojson | MongoDB NoSQL |
| MultiPointCodec | A Codec for a GeoJSON MultiPoint. | Class | mongodb.client.model.geojson.codecs | MongoDB NoSQL |
| MultiPolygon | A representation of a GeoJSON MultiPolygon. | Class | mongodb.client.model.geojson | MongoDB NoSQL |
| MultiPolygonCodec | A Codec for a GeoJSON MultiPolygon. | Class | mongodb.client.model.geojson.codecs | MongoDB NoSQL |
| NamedCoordinateReferenceSystem | A GeoJSON named Coordinate Reference System. | Class | mongodb.client.model.geojson | MongoDB NoSQL |
| NamedCoordinateReferenceSystemCodec | Codec for a GeoJson Coordinate Reference System of type name. | Class | mongodb.client.model.geojson.codecs | MongoDB NoSQL |
| Point | A representation of a GeoJSON Point. | Class | mongodb.client.model.geojson | MongoDB NoSQL |
| PointCodec | A Codec for a GeoJSON point. | Class | mongodb.client.model.geojson.codecs | MongoDB NoSQL |
| Polygon | A representation of a GeoJSON Polygon. | Class | mongodb.client.model.geojson | MongoDB NoSQL |
| PolygonCodec | A Codec for a GeoJSON polygon. | Class | mongodb.client.model.geojson.codecs | MongoDB NoSQL |
| PolygonCoordinates | Coordinates for a GeoJSON Polygon. | Class | mongodb.client.model.geojson | MongoDB NoSQL |
| Position | A representation of a GeoJSON Position. | Class | mongodb.client.model.geojson | MongoDB NoSQL |