Package dev.morphia.query
Class Shape.Center
- java.lang.Object
-
- dev.morphia.query.Shape
-
- dev.morphia.query.Shape.Center
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class dev.morphia.query.Shape
Shape.Center
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Point
getCenter()
double
getRadius()
-
Methods inherited from class dev.morphia.query.Shape
box, center, centerSphere, getGeometry, getPoints, polygon
-
-
-
-
Method Detail
-
getCenter
public Point getCenter()
- Returns:
- the center
-
getRadius
public double getRadius()
- Returns:
- the radius
-
-