Class ScriptDocValues.BaseGeometry<T extends SpatialPoint,V>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<T>
org.elasticsearch.index.fielddata.ScriptDocValues<V>
org.elasticsearch.index.fielddata.ScriptDocValues.BaseGeometry<T,V>
All Implemented Interfaces:
Iterable<V>, Collection<V>, List<V>
Direct Known Subclasses:
ScriptDocValues.GeoPoints
Enclosing class:
ScriptDocValues<T>

public abstract static class ScriptDocValues.BaseGeometry<T extends SpatialPoint,V> extends ScriptDocValues<V>
  • Constructor Details

  • Method Details

    • getDimensionalType

      public abstract int getDimensionalType()
      Returns the dimensional type of this geometry
    • getBoundingBox

      public abstract BoundingBox<T> getBoundingBox()
      Returns the bounding box of this geometry
    • getLabelPosition

      public abstract T getLabelPosition()
      Returns the suggested label position
    • getCentroid

      public abstract T getCentroid()
      Returns the centroid of this geometry