Class MultiPoint

java.lang.Object
org.elasticsearch.geometry.GeometryCollection<Point>
org.elasticsearch.geometry.MultiPoint
All Implemented Interfaces:
java.lang.Iterable<Point>, Geometry

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 MultiPoint EMPTY  
  • Constructor Summary

    Constructors 
    Constructor Description
    MultiPoint​(java.util.List<Point> points)  
  • Method Summary

    Modifier and Type Method Description
    ShapeType type()  
    <T,​ E extends java.lang.Exception>
    T
    visit​(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 org.elasticsearch.geometry.Geometry

    hasAlt

    Methods inherited from interface java.lang.Iterable

    forEach, spliterator