Excerpt | ||
---|---|---|
| ||
geoCovers( "Well Known Text" Geometry Left, "Well Known Text" Geometry Right) Tests , Tests whether the left geometry covers the right geometry. |
...
geoCovers( geometryValueLeft, GeometryValueRightgeometryValueRight)
Argument | Type | Description | |
---|---|---|---|
geometryValueLeft | WTK String or Geometry Object | The geometry the calculation is formed around provided in either data type. | GeometryValueRightGeometry value being used to see if it covers the geometryValueRight. |
geometryValueRight | WTK String or Geometry Object | The geometry the calculation is formed around provided in either data typebeing checked. |
Examples
geoCovers( "POLYGON ((30 10, 40 40, 20 40, 10 20, 30 10))", "POLYGON ((35 10, 45 45, 15 40, 10 20, 35 10))" )
...