Documentation

geo.ST_Intersects() function

geo.ST_Intersects() is experimental and subject to change at any time.

geo.ST_Intersects() tests if the specified GIS geometry intersects with the specified region and returns true or false.

Function type signature
(geometry: A, region: B, ?units: {distance: string}) => bool where A: Record, B: Record

For more information, see Function type signatures.

Parameters

region

(Required) Region to test. Specify record properties for the shape.

geometry

(Required) GIS geometry to test. Can be either point or linestring geometry.

units

Record that defines the unit of measurement for distance. Default is the geo.units option.


Was this page helpful?

Thank you for your feedback!


The future of Flux

Flux is going into maintenance mode. You can continue using it as you currently are without any changes to your code.

Read more