Package org.elasticsearch.geometry
Class MultiPoint
- java.lang.Object
-
- org.elasticsearch.geometry.GeometryCollection<Point>
-
- org.elasticsearch.geometry.MultiPoint
-
public class MultiPoint extends GeometryCollection<Point>
Represents a MultiPoint object on the earth's surface in decimal degrees and optional altitude in meters.
-
-
Field Summary
Fields Modifier and Type Field Description static MultiPointEMPTY
-
Constructor Summary
Constructors Constructor Description MultiPoint(List<Point> points)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ShapeTypetype()<T,E extends Exception>
Tvisit(GeometryVisitor<T,E> visitor)-
Methods inherited from class org.elasticsearch.geometry.GeometryCollection
equals, get, hashCode, hasZ, isEmpty, iterator, size, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Field Detail
-
EMPTY
public static final MultiPoint EMPTY
-
-
Method Detail
-
type
public ShapeType type()
- Specified by:
typein interfaceGeometry- Overrides:
typein classGeometryCollection<Point>
-
visit
public <T,E extends Exception> T visit(GeometryVisitor<T,E> visitor) throws E extends Exception
-
-