ST_Covers
Signature
Description
Returns true if no point in geomB
is outside geomA
.
This predicate does not yet support spatial indices, but it will in a future release. Use it in conjunction with &&
operator. See here for more details.
Examples
smallc POLYGON | bigc POLYGON |
---|---|
POLYGON((1 1, 5 1, 5 4, 1 4, 1 1)) | POLYGON((0 0, 10 0, 10 5, 0 5, 0 0)) |