Represents a MultiLine geometry object on the earth's surface.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontype()
<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 Details
-
EMPTY
-
-
Constructor Details
-
MultiLine
-
-
Method Details
-
type
- Specified by:
type
in interfaceGeometry
- Overrides:
type
in classGeometryCollection<Line>
-
visit
- Specified by:
visit
in interfaceGeometry
- Overrides:
visit
in classGeometryCollection<Line>
- Throws:
E
-