Spatial functions

This page covers the spatial functions in Upsolver.

WKT_SPATIAL_CONTAINS

Checks if the first WKT formatted spatial object contains the second.

Inputs

  • first

  • second

WKT_SPATIAL_INTERSECT

Checks if the WKT formatted spatial objects intersect.

Inputs

  • first

  • second

Last updated