URX_PUBLIC._raster_constraint_pixel_types(rast raster) - Procedure
Home|Tables|Schemas|Diagrams|Foreign Keys|Indexes

NameURX_PUBLIC._raster_constraint_pixel_types(rast raster)
Comment
Src
CREATE FUNCTION "URX_PUBLIC"."_raster_constraint_pixel_types"(rast raster) 
 RETURNS text[] AS 
$BODY$ SELECT array_agg(pixeltype)::text[] FROM  "URX_PUBLIC".ST_BandMetaData($1, ARRAY[]::int[]); $BODY$
 LANGUAGE 'sql' STABLESTRICT ;