Class GeometryDocValueReader

java.lang.Object
org.elasticsearch.lucene.spatial.GeometryDocValueReader

public class GeometryDocValueReader extends Object
A reusable Geometry doc value reader for a previous serialized Geometry using GeometryDocValueWriter. ----------------------------------------- | The binary format of the tree | ----------------------------------------- ----------------------------------------- -- | centroid-x-coord (4 bytes) | | ----------------------------------------- | | centroid-y-coord (4 bytes) | | ----------------------------------------- | | DimensionalShapeType (1 byte) | | Centroid-related header ----------------------------------------- | | Sum of weights (VLong 1-8 bytes) | | ----------------------------------------- -- | Extent (var-encoding) | ----------------------------------------- | Triangle Tree | ----------------------------------------- -----------------------------------------
  • Constructor Details

    • GeometryDocValueReader

      public GeometryDocValueReader()
  • Method Details