Intersects
Last updated
Was this helpful?
Last updated
Was this helpful?
The Intersects function determines if one geography intersects another geography.
The function arguments are:
geography1RequiredThe first geography that many be intersecting with the next geographygeography2RequiredThe second geography that many be intersecting with the previous geography
The function returns True
.
If we define the Brooklyn and Queens boroughs as a polygons (see Geography Functions for coordinates), then the Intersects function returns True
because they share a waterway; see the following illustration.