ST_CoveredBy( ST_Geometry ) method

Tests if a geometry value is spatially covered by another geometry value.

Syntax

geometry-expression.ST_CoveredBy( ST_Geometry geo2)

Parameters

Returns

BIT Returns 1 if the geometry-expression covers geo2, otherwise 0.

Examples

Standards

SQL/MM (ISO/IEC 13249-3: 2006) Vendor extension