Class Circle
java.lang.Object
org.springframework.data.geo.Circle
- All Implemented Interfaces:
Serializable
,Shape
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Circle
-
Circle
-
Circle
public Circle(double centerX, double centerY, double radius) - Parameters:
centerX
- X coordinate of the center point.centerY
- Y coordinate of the center point.radius
- must be greater or equal to zero.
-
-
Method Details
-
getCenter
-
getRadius
-
equals
-
hashCode
-
toString
-