Package | Description |
---|---|
org.mongodb.morphia.geo | |
org.mongodb.morphia.query |
Modifier and Type | Method and Description |
---|---|
static MultiPolygon |
GeoJson.multiPolygon(Polygon... polygons)
Create a new MultiPolygon representing a GeoJSON
MultiPolygon type.
|
Modifier and Type | Method and Description |
---|---|
T |
FieldEnd.within(MultiPolygon boundaries)
This runs the $geoWithin query, returning documents with GeoJson fields whose area falls within the given boundaries.
|
T |
FieldEndImpl.within(MultiPolygon boundaries) |
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) |
Copyright © 2016. All rights reserved.