PostGIS
Synopsis
boolean +`*`+ST_CoveredBy
*(
raster rastA
, integer
nbandA
, raster rastB
, integer nbandB
)
;
boolean +`*`+ST_CoveredBy
*(
raster rastA
, raster rastB
)
;
Description
Raster rastA is covered by rastB if and only if no points of rastA lie in the exterior of rastB. If the band number is not provided (or set to NULL), only the convex hull of the raster is considered in the test. If the band number is provided, only those pixels with value (not NODATA) are considered in the test.
|
|
Availability: 2.1.0