Uses of Class
dev.morphia.query.Shape
-
Packages that use Shape Package Description dev.morphia.query -
-
Uses of Shape in dev.morphia.query
Subclasses of Shape in dev.morphia.query Modifier and Type Class Description static class
Shape.Center
Deprecated, for removal: This API element is subject to removal in a future version.Methods in dev.morphia.query that return Shape Modifier and Type Method Description static Shape
Shape. box(com.mongodb.client.model.geojson.Point bottomLeft, com.mongodb.client.model.geojson.Point upperRight)
Deprecated, for removal: This API element is subject to removal in a future version.Specifies a rectangle for a geospatial $geoWithin query to return documents that are within the bounds of the rectangle, according to their point-based location data.static Shape
Shape. center(com.mongodb.client.model.geojson.Point center, double radius)
Deprecated, for removal: This API element is subject to removal in a future version.Specifies a circle for a $geoWithin query.static Shape
Shape. centerSphere(com.mongodb.client.model.geojson.Point center, double radius)
Deprecated, for removal: This API element is subject to removal in a future version.Specifies a circle for a geospatial query that uses spherical geometry.static Shape
Shape. polygon(com.mongodb.client.model.geojson.Point... points)
Deprecated, for removal: This API element is subject to removal in a future version.Specifies a polygon for a geospatial $geoWithin query on legacy coordinate pairs.Methods in dev.morphia.query with parameters of type Shape Modifier and Type Method Description T
FieldEnd. within(Shape shape)
Deprecated, for removal: This API element is subject to removal in a future version.T
FieldEndImpl. within(Shape shape)
Deprecated, for removal: This API element is subject to removal in a future version.
-