Interface ScriptDocValues.GeometrySupplier<T extends SpatialPoint,V>

All Superinterfaces:
ScriptDocValues.Supplier<V>
All Known Implementing Classes:
GeoPointDocValuesField, PointDocValuesField
Enclosing class:
ScriptDocValues<T>

public static interface ScriptDocValues.GeometrySupplier<T extends SpatialPoint,V> extends ScriptDocValues.Supplier<V>
  • Method Details

    • getInternalCentroid

      T getInternalCentroid()
    • getInternalBoundingBox

      BoundingBox<T> getInternalBoundingBox()
    • getInternalLabelPosition

      T getInternalLabelPosition()