Package org.elasticsearch.geometry
Class Circle
- java.lang.Object
-
- org.elasticsearch.geometry.Circle
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)doublegetAlt()doublegetLat()doublegetLon()doublegetRadiusMeters()doublegetX()doublegetY()doublegetZ()inthashCode()booleanhasZ()booleanisEmpty()StringtoString()ShapeTypetype()<T,E extends Exception>
Tvisit(GeometryVisitor<T,E> visitor)
-
-
-
Field Detail
-
EMPTY
public static final Circle EMPTY
-
-
Method Detail
-
getY
public double getY()
-
getX
public double getX()
-
getRadiusMeters
public double getRadiusMeters()
-
getZ
public double getZ()
-
getLat
public double getLat()
-
getLon
public double getLon()
-
getAlt
public double getAlt()
-
visit
public <T,E extends Exception> T visit(GeometryVisitor<T,E> visitor) throws E extends Exception
-
-