Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 12.0.0 (Français) » SQL Anywhere Server - Spatial Data Support » Accessing and manipulating spatial data » ST_Geometry type » ST_Relate method for type ST_Geometry

 

ST_Relate(ST_Geometry,CHAR(9)) method for type ST_Geometry

Tests if a geometry value is spatially related to another geometry value as specified by the intersection matrix. The ST_Relate method uses a 9-character string from the Dimensionally Extended 9 Intersection Model (DE-9IM) to describe the pair-wise relationship between two spatial data items. For example, the ST_Relate method determines if an intersection occurs between the geometries, and the geometry of the resulting intersection, if it exists.

 Syntax
 Parameters
 Returns
 Remarks
 Standards and compatibility
 Example