| static XYShapeDocValuesField | XYShape. createDocValueField(String fieldName,
                   float x,
                   float y) |  | 
| static XYShapeDocValuesField | XYShape. createDocValueField(String fieldName,
                   List<ShapeField.DecodedTriangle> tessellation) |  | 
| static XYShapeDocValuesField | XYShape. createDocValueField(String fieldName,
                   XYLine line) | create doc value field for x, y line geometry without creating indexable fields. | 
| static XYShapeDocValuesField | XYShape. createDocValueField(String fieldName,
                   XYPolygon polygon) | create doc value field for X,Y polygon geometry without creating indexable fields | 
| static XYShapeDocValuesField | XYShape. createDocValueField(String fieldName,
                   XYPolygon polygon,
                   boolean checkSelfIntersections) | create doc value field for lat lon polygon geometry without creating indexable fields. | 
| static XYShapeDocValuesField | XYShape. createDocValueField(String fieldName,
                   BytesRef binaryValue) |  |