Skip to main content

query

Returns all geometries whose bounding box intersects with the query geometry's bounding box.

Parameters

NameTypeDescription
geometryGeometryThe geometry whose bounding box will be used in the query

Returns

G[]

An array of geometries whose bounding box intersects with the query geometry's bounding box.

See also

  • box creates Polygon geometry that can be used by the query when starting from bounds array

Examples