Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Function: GeoDisjoint(Geometry left, Geometry right)

Tests whether left geometry is disjoint from the right geometry.

Syntax

geoDisjoint( "Well Known Text Left", "Well Known Text Right") 

ArgumentTypeDescription
Well Known Text LeftStringWell known text (WKT) is a text mark-up language for representing vector geometry objects.
Well Known Text RightStringWell known text (WKT) is a text mark-up language for representing vector geometry objects

Examples

geoDisjoint(30.10, 45.60)

Returns a Boolean value true or false depending on whether the left geometry is disjointed from the right.


See Also
  • No labels