- All Implemented Interfaces:
Serializable
, org.springframework.data.geo.Shape
, GeoShape
Radius defined by Distance
.
- Since:
- 2.6
- Author:
- Mark Paluch
- See Also:
-
-
Constructor Summary
Constructors
RadiusShape(org.springframework.data.geo.Distance radius)
-
Method Summary
org.springframework.data.geo.Metric
The metric used for this geo predicate.
org.springframework.data.geo.Distance
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
RadiusShape
public RadiusShape(org.springframework.data.geo.Distance radius)
-
Method Details
-
getRadius
public org.springframework.data.geo.Distance getRadius()
-
getMetric
public org.springframework.data.geo.Metric getMetric()
Description copied from interface: GeoShape
The metric used for this geo predicate.
- Specified by:
getMetric
in interface GeoShape
- Returns: