The raster
band auxiliary table, created as SDE_AUX_<rastercolumn_id>, stores
optional raster metadata such as the image color map, image statistics,
and bit masks used for image overlay and mosaicking. The rasterband_id
column is a foreign key reference to the primary key of the raster band
table.
SDE_AUX_<rastercolumn_id>
rasterband_id |
SE_INTEGER_TYPE |
NOT NULL |
The foreign key reference to the raster band table's primary key |
type |
SE_INTEGER_TYPE |
NOT NULL |
A bit map set according to the
characteristics of data stored in the object column |
object |
SE_BLOB_TYPE |
NOT NULL |
May contain such things as the image
color map and image statistics |
|