Package org.elasticsearch.geometry
Class LinearRing
- java.lang.Object
-
- org.elasticsearch.geometry.Line
-
- org.elasticsearch.geometry.LinearRing
-
-
Field Summary
Fields Modifier and Type Field Description static LinearRingEMPTY
-
Constructor Summary
Constructors Constructor Description LinearRing(double[] x, double[] y)LinearRing(double[] x, double[] y, double[] z)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()ShapeTypetype()<T,E extends Exception>
Tvisit(GeometryVisitor<T,E> visitor)-
Methods inherited from class org.elasticsearch.geometry.Line
equals, getAlt, getAlts, getLat, getLats, getLon, getLons, getX, getX, getY, getY, getZ, getZ, hashCode, hasZ, isEmpty, length
-
-
-
-
Field Detail
-
EMPTY
public static final LinearRing EMPTY
-
-
Method Detail
-
visit
public <T,E extends Exception> T visit(GeometryVisitor<T,E> visitor) throws E extends Exception
-
-