Package org.elasticsearch.geometry
Class MultiPoint
java.lang.Object
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(java.util.List<Point> points) -
Method Summary
Modifier and Type Method Description ShapeTypetype()<T, E extends java.lang.Exception>
Tvisit(GeometryVisitor<T,E> visitor)Methods inherited from class org.elasticsearch.geometry.GeometryCollection
equals, get, hashCode, hasZ, isEmpty, iterator, size, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
EMPTY
-
-
Constructor Details
-
MultiPoint
-
-
Method Details
-
type
- Specified by:
typein interfaceGeometry- Overrides:
typein classGeometryCollection<Point>
-
visit
public <T, E extends java.lang.Exception> T visit(GeometryVisitor<T,E> visitor) throws E extends java.lang.Exception- Specified by:
visitin interfaceGeometry- Overrides:
visitin classGeometryCollection<Point>- Throws:
E extends java.lang.Exception
-