java.lang.Object
org.elasticsearch.geometry.Circle
- All Implemented Interfaces:
Geometry
Circle geometry (not part of WKT standard, but used in elasticsearch) defined by lat/lon coordinates of the center in degrees
and optional altitude in meters.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
EMPTY
-
-
Constructor Details
-
Circle
public Circle(double x, double y, double radiusMeters) -
Circle
public Circle(double x, double y, double z, double radiusMeters)
-
-
Method Details
-
type
-
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() -
equals
-
hashCode
public int hashCode() -
visit
-
isEmpty
public boolean isEmpty() -
toString
-
hasZ
public boolean hasZ()
-