Interface Geometry
public interface Geometry
Code copied from Elasticsearch 7.10, Apache License V2
https://github.com/elastic/elasticsearch/blob/7.10/libs/geo/src/main/java/org/elasticsearch/geometry/Geometry.java
Base class for all Geometry objects supported by elasticsearch
Base class for all Geometry objects supported by elasticsearch
-
Method Summary
-
Method Details
-
type
ShapeType type() -
visit
- Throws:
E
-
isEmpty
boolean isEmpty() -
hasZ
default boolean hasZ() -
hasAlt
default boolean hasAlt()
-