Class LatLonShapeDocValues

java.lang.Object
org.apache.lucene.document.ShapeDocValues
org.apache.lucene.document.LatLonShapeDocValues

public final class LatLonShapeDocValues extends ShapeDocValues
A concrete implementation of ShapeDocValues for storing binary doc value representation of LatLonShape geometries in a LatLonShapeDocValuesField

Note: This class cannot be instantiated directly. See LatLonShape for factory API based on different geometries.