Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Excerpt
hiddentrue

geoCovers( "Well Known Text" Geometry Left, "Well Known Text" Geometry Right) Tests , Tests whether the left geometry covers the right geometry.

...

geoCovers( geometryValueLeft, GeometryValueRightgeometryValueRight

GeometryValueRight
ArgumentTypeDescription
geometryValueLeft

WTK String or

Geometry Object

The geometry the calculation is formed around provided in either data type.

Geometry 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 type

being 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))" )

...