Class XYShapeDocValuesField

All Implemented Interfaces:
IndexableField

public final class XYShapeDocValuesField extends ShapeDocValuesField
Concrete implementation of a ShapeDocValuesField for cartesian geometries.

This field should be instantiated through XYShape.createDocValueField(String, XYLine)

WARNING: Like LatLonPoint, vertex values are indexed with some loss of precision from the original double values.
See Also:
WARNING: This API is experimental and might change in incompatible ways in the next release.