Uses of Class
dev.morphia.geo.MultiPolygon
-
Packages that use MultiPolygon Package Description dev.morphia.geo dev.morphia.query -
-
Uses of MultiPolygon in dev.morphia.geo
Methods in dev.morphia.geo that return MultiPolygon Modifier and Type Method Description static MultiPolygonGeoJson. multiPolygon(Polygon... polygons)Create a new MultiPolygon representing a GeoJSON MultiPolygon type. -
Uses of MultiPolygon in dev.morphia.query
Methods in dev.morphia.query with parameters of type MultiPolygon Modifier and Type Method Description TFieldEnd. within(MultiPolygon boundaries)This runs the $geoWithin query, returning documents with GeoJson fields whose area falls within the given boundaries.TFieldEnd. within(MultiPolygon boundaries, CoordinateReferenceSystem crs)This runs the $geoWithin query, returning documents with GeoJson fields whose area falls within the given boundaries.TFieldEndImpl. within(MultiPolygon boundaries)TFieldEndImpl. within(MultiPolygon boundaries, CoordinateReferenceSystem crs)
-