addrasterconstraints


Description

args: rastschema, rasttable, rastcolumn, srid=true, scale_x=true, scale_y=true, blocksize_x=true, blocksize_y=true, same_alignment=true, regular_blocking=false, num_bands=true, pixel_types=true, nodata_values=true, out_db=true, extent=true - Adds raster constraints to a loaded raster table for a specific column that constrains spatial ref, scaling, blocksize, alignment, bands, band type and a flag to denote if raster column is regularly blocked. The table must be loaded with data for the constraints to be inferred. Returns true if the constraint setting was accomplished and issues a notice otherwise.

Parameters

Name Type Mode
rastschema name IN
rasttable name IN
rastcolumn name IN
constraints ARRAY IN
rasttable name IN
rastcolumn name IN
constraints ARRAY IN
rastschema name IN
rasttable name IN
rastcolumn name IN
srid boolean IN
scale_x boolean IN
scale_y boolean IN
blocksize_x boolean IN
blocksize_y boolean IN
same_alignment boolean IN
regular_blocking boolean IN
num_bands boolean IN
pixel_types boolean IN
nodata_values boolean IN
out_db boolean IN
extent boolean IN
rasttable name IN
rastcolumn name IN
srid boolean IN
scale_x boolean IN
scale_y boolean IN
blocksize_x boolean IN
blocksize_y boolean IN
same_alignment boolean IN
regular_blocking boolean IN
num_bands boolean IN
pixel_types boolean IN
nodata_values boolean IN
out_db boolean IN
extent boolean IN