Package | Description |
---|---|
org.mongodb.morphia.geo | |
org.mongodb.morphia.query |
Modifier and Type | Class and Description |
---|---|
class |
LineString
Represents a GeoJSON LineString type.
|
class |
MultiLineString
This class represents a series of lines, which will saved into MongoDB as per the
GeoJSON specification.
|
class |
MultiPoint
This class represents a series of points, which will saved into MongoDB as per the GeoJSON specification.
|
class |
MultiPolygon
This class represents a set of polygons, which will saved into MongoDB as per the
GeoJSON specification.
|
class |
Point
Represents a GeoJSON Point type.
|
class |
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.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends Geometry> |
GeoJsonType.getTypeClass()
Returns a concrete class that implements Geometry, the class that represents this GeoJsonType.
|
Modifier and Type | Method and Description |
---|---|
static GeometryCollection |
GeoJson.geometryCollection(Geometry... geometries)
Return a GeometryCollection that will let you create a GeometryCollection GeoJSON
GeometryCollection.
|
Modifier and Type | Method and Description |
---|---|
T |
FieldEnd.intersects(Geometry geometry)
This performs a $geoIntersects query, searching documents containing any sort of GeoJson field and returning those where the given
geometry intersects with the document shape.
|
T |
FieldEndImpl.intersects(Geometry geometry) |
T |
FieldEnd.intersects(Geometry geometry,
CoordinateReferenceSystem crs)
This performs a $geoIntersects query, searching documents containing any sort of GeoJson field and returning those where the given
geometry intersects with the document shape.
|
T |
FieldEndImpl.intersects(Geometry geometry,
CoordinateReferenceSystem crs) |
Copyright © 2016. All rights reserved.