Package | Description |
---|---|
org.mongodb.morphia.geo | |
org.mongodb.morphia.query |
Modifier and Type | Class and Description |
---|---|
class |
NamedCoordinateReferenceSystem |
Modifier and Type | Method and Description |
---|---|
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) |
T |
FieldEnd.within(MultiPolygon boundaries,
CoordinateReferenceSystem crs)
This runs the $geoWithin query, returning documents with GeoJson fields whose area falls within the given boundaries.
|
T |
FieldEndImpl.within(MultiPolygon boundaries,
CoordinateReferenceSystem crs) |
T |
FieldEnd.within(Polygon boundary,
CoordinateReferenceSystem crs)
This runs the $geoWithin query, returning documents with GeoJson fields whose area falls within the given boundary.
|
T |
FieldEndImpl.within(Polygon boundary,
CoordinateReferenceSystem crs) |
Copyright © 2016. All rights reserved.