Excerpt | ||
---|---|---|
| ||
geoDisjoint( "Well Known Text" Left, "Well Known Text" Right) Tests whether the left geometry is disjointed from the right geometry. |
Function: GeoDisjoint(Geometry left, Geometry right)
Tests whether the left geometry is disjoint disjointed from the right geometry.
If passed a string the geometry functions will automatically convert it into a geometry object.
...