| Name | Description | Type | Package | Framework |
| CoordinateReferenceSystem | Defines the coordinate reference system to be used in certain geo queries. | Class | org.mongodb.morphia.geo | Morphia MongoDb |
|
| CoordinateReferenceSystemType | enum CoordinateReferenceSystemTypeAn enumeration of the GeoJSON coordinate reference system types. | Class | org.mongodb.morphia.geo | Morphia MongoDb |
|
| GeoJson | Factory class for creating GeoJSON types. | Class | org.mongodb.morphia.geo | Morphia MongoDb |
|
| GeoJsonType | Enumerates all the GeoJson types that are currently supported by Morphia. | Class | org.mongodb.morphia.geo | Morphia MongoDb |
|
| Geometry | Interface to denote which entities are classes that will serialise into a MongoDB GeoJson object. | Interface | org.mongodb.morphia.geo | Morphia MongoDb |
|
| GeometryCollection | This class represents a collection of mixed GeoJson objects as per the GeoJSON specification. | Class | org.mongodb.morphia.geo | Morphia MongoDb |
|
| GeometryConverter | A Morphia TypeConverter that knows how to turn things that are labelled with the Geometry interface into the correct concrete class, based on the GeoJSON type. | Class | org.mongodb.morphia.geo | Morphia MongoDb |
|
| GeometryQueryConverter | Converts Point objects into DBObjects for querying only. | Class | org.mongodb.morphia.geo | Morphia MongoDb |
|
| GeometryShapeConverter | Converter that understands most Geometry instances are effectively just lists of either other geometry objects or double coordinates. | Class | org.mongodb.morphia.geo | Morphia MongoDb |
|
| GeometryShapeConverter .LineStringConverter | Defines a new LineStringConverter. | Class | org.mongodb.morphia.geo.GeometryShapeConverter | Morphia MongoDb |
|
| GeometryShapeConverter .MultiLineStringConverter | Defines a new MultiLineStringConverter. | Class | org.mongodb.morphia.geo.GeometryShapeConverter | Morphia MongoDb |
|
| GeometryShapeConverter .MultiPointConverter | Defines a new MultiPointConverter. | Class | org.mongodb.morphia.geo.GeometryShapeConverter | Morphia MongoDb |
|
| GeometryShapeConverter .MultiPolygonConverter | and from MongoDB representations of the GeoJson. | Class | org.mongodb.morphia.geo.GeometryShapeConverter | Morphia MongoDb |
|
| GeometryShapeConverter .PointConverter | Defines a new PointConverter. | Class | org.mongodb.morphia.geo.GeometryShapeConverter | Morphia MongoDb |
|
| GeometryShapeConverter .PolygonConverter | Defines a new PolygonConverter. | Class | org.mongodb.morphia.geo.GeometryShapeConverter | Morphia MongoDb |
|
| LineString | Represents a GeoJSON LineString type. | Class | org.mongodb.morphia.geo | Morphia MongoDb |
|
| MultiLineString | This class represents a series of lines, which will saved into MongoDB as per the GeoJSON The factory for creating a MultiLineString is the GeoJson. | Class | org.mongodb.morphia.geo | Morphia MongoDb |
|
| MultiPoint | This class represents a series of points, which will saved into MongoDB as per the GeoJSON specification. | Class | org.mongodb.morphia.geo | Morphia MongoDb |
|
| MultiPolygon | This class represents a set of polygons, which will saved into MongoDB as per the GeoJSON The factory for creating a MultiPolygon is the GeoJson. | Class | org.mongodb.morphia.geo | Morphia MongoDb |
|
| NamedCoordinateReferenceSystem | A GeoJSON named Coordinate Reference System. | Class | org.mongodb.morphia.geo | Morphia MongoDb |
|
| NamedCoordinateReferenceSystemConverter | A Morphia TypeConverter that knows how to turn things that are labelled with the Geometry interface into the correct concrete class, based on the GeoJSON type. | Class | org.mongodb.morphia.geo | Morphia MongoDb |
|
| Point | Represents a GeoJSON Point type. | Class | org.mongodb.morphia.geo | Morphia MongoDb |
|
| PointBuilder | Creates Point instances representing a GeoJSON point type. | Class | org.mongodb.morphia.geo | Morphia MongoDb |
|
| Polygon | This class represents either a simple polygon enclosing an area, or a more complex polygon that contains both an exterior boundary and interior boundaries (holes) within it. | Class | org.mongodb.morphia.geo | Morphia MongoDb |