createDocValueField
create doc value field for X,Y polygon geometry without creating indexable fields
fun createDocValueField(fieldName: String, polygon: XYPolygon, checkSelfIntersections: Boolean): XYShapeDocValuesField
create doc value field for lat lon polygon geometry without creating indexable fields.
create doc value field for x, y line geometry without creating indexable fields.
create a XYShapeDocValuesField for cartesian points without creating indexable fields.
create a XYShapeDocValuesField from an existing encoded representation
fun createDocValueField(fieldName: String, tessellation: List<ShapeField.DecodedTriangle>): XYShapeDocValuesField
create a XYShapeDocValuesField from a precomputed tessellation