createIndexableFields
create indexable fields for polygon geometry.
fun createIndexableFields(fieldName: String, polygon: Polygon, checkSelfIntersections: Boolean): Array<Field>
create indexable fields for polygon geometry. If checkSelfIntersections is set to true, the validity of the provided polygon is checked with a small performance penalty.
create indexable fields for line geometry
create indexable fields for point geometry