newGeometryQuery

fun newGeometryQuery(field: String?, vararg xyGeometries: XYGeometry): Query

create a query to find all indexed shapes that intersect a provided geometry collection. XYLine geometries are not supported.

Return

query matching points within this geometry collection.

Parameters

field

field name. must not be null.

xyGeometries

array of geometries. must not be null or empty.

See also

Throws

if field is null, polygons is null, empty or contains a null or XYLine geometry.