CoordinateReferenceSystem |
Defines the coordinate reference system to be used in certain geo queries.
|
GeoJson |
Factory class for creating GeoJSON types.
|
GeometryCollection |
|
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.
|
GeometryQueryConverter |
Converts Point objects into DBObjects for querying only.
|
GeometryShapeConverter |
Converter that understands most Geometry instances are effectively just lists of either other geometry objects or double coordinates.
|
GeometryShapeConverter.LineStringConverter |
Defines a new LineStringConverter.
|
GeometryShapeConverter.MultiLineStringConverter |
Defines a new MultiLineStringConverter.
|
GeometryShapeConverter.MultiPointConverter |
Defines a new MultiPointConverter.
|
GeometryShapeConverter.MultiPolygonConverter |
Extends and therefore configures GeometryShapeConverter to provide the specific configuration for converting MultiPolygon objects to
and from MongoDB representations of the GeoJson.
|
GeometryShapeConverter.PointConverter |
Defines a new PointConverter.
|
GeometryShapeConverter.PolygonConverter |
Defines a new PolygonConverter.
|
LineString |
Represents a GeoJSON LineString type.
|
MultiLineString |
|
MultiPoint |
This class represents a series of points, which will saved into MongoDB as per the GeoJSON specification.
|
MultiPolygon |
|
NamedCoordinateReferenceSystem |
A GeoJSON named Coordinate Reference System.
|
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.
|
Point |
Represents a GeoJSON Point type.
|
PointBuilder |
Creates Point instances representing a GeoJSON
point type.
|
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.
|