computes a buffer area around left geometry having the given width.
Function: geoCovers(Geometry left, Geometry right)
...
Argument | Type | Description |
---|---|---|
Well Known Text Left | String | Well known text (WKT) is a text mark-up language for representing vector geometry objects. |
Well Known Text Right | String | Well known text (WKT) is a text mark-up language for representing vector geometry objects |
Examples
geoCovergeoCovers(30.10, 45.60)
Returns a Boolean true or false depending on whether the left geometry covers the right geometry.
See Also