Class MultiLine

  • All Implemented Interfaces:
    java.lang.Iterable<Line>, Geometry

    public class MultiLine
    extends GeometryCollection<Line>
    Represents a MultiLine geometry object on the earth's surface.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static MultiLine EMPTY  
    • Constructor Summary

      Constructors 
      Constructor Description
      MultiLine​(java.util.List<Line> lines)  
    • 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 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