XYShapeDocValues

A concrete implementation of ShapeDocValues for storing binary doc value representation of XYShape geometries in a XYShapeDocValuesField

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

Properties

Link copied to clipboard

the bounding box of the shape docvalue

Link copied to clipboard
open lateinit var centroid: Geometry

the centroid of the shape docvalue

Functions

Link copied to clipboard

returns the max x value for the shape's bounding box

Link copied to clipboard

returns the max y value for the shape's bounding box

Link copied to clipboard

returns the min x value for the shape's bounding box

Link copied to clipboard

returns the min y value for the shape's bounding box

Link copied to clipboard

Retrieves the highest dimensional type for computing centroid.

Link copied to clipboard

Returns the number of terms (tessellated triangles) for this shape

Link copied to clipboard