Package | Description |
---|---|
org.mongodb.morphia.geo | |
org.mongodb.morphia.query |
Class and Description |
---|
CoordinateReferenceSystem
Defines the coordinate reference system to be used in certain geo queries.
|
CoordinateReferenceSystemType
An enumeration of the GeoJSON coordinate reference system types.
|
GeoJsonType
Enumerates all the GeoJson types that are currently supported by Morphia.
|
Geometry
Interface to denote which entities are classes that will serialise into a MongoDB GeoJson object.
|
GeometryCollection
This class represents a collection of mixed GeoJson objects as per the
GeoJSON specification.
|
GeometryShapeConverter
Converter that understands most Geometry instances are effectively just lists of either other geometry objects or double coordinates.
|
LineString
Represents a GeoJSON LineString type.
|
MultiLineString
This class represents a series of lines, which will saved into MongoDB as per the
GeoJSON specification.
|
MultiPoint
This class represents a series of points, which will saved into MongoDB as per the GeoJSON specification.
|
MultiPolygon
This class represents a set of polygons, which will saved into MongoDB as per the
GeoJSON specification.
|
NamedCoordinateReferenceSystem |
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.
|
Class and Description |
---|
CoordinateReferenceSystem
Defines the coordinate reference system to be used in certain geo queries.
|
Geometry
Interface to denote which entities are classes that will serialise into a MongoDB GeoJson object.
|
MultiPolygon
This class represents a set of polygons, which will saved into MongoDB as per the
GeoJSON specification.
|
Point
Represents 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.
|
Copyright © 2016. All rights reserved.