Changes between Version 204 and Version 205 of WKTRaster/SpecificationWorking03


Ignore:
Timestamp:
Jan 9, 2012, 2:52:55 PM (12 years ago)
Author:
Bborie Park
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WKTRaster/SpecificationWorking03

    v204 v205  
    39273927                </TR>
    39283928                <TR>
     3929                        <TD ALIGN=LEFT>out_db</TD>
     3930                        <TD ALIGN=LEFT>boolean[]</TD>
     3931                        <TD ALIGN=LEFT>Boolean array of the out-of-database flag of the bands within each raster of this column.  Value is extracted from a special function that creates an array of the band out-of-database flags of the rasters in this column.  <span style="font-style: italic;">The constraint is typically named enforce_out_db_&lt;r_raster_column&gt;.</span></TD>
     3932                </TR>
     3933                <TR>
    39293934                        <TD ALIGN=LEFT>extent</TD>
    39303935                        <TD ALIGN=LEFT>geometry</TD>
     
    39353940
    39363941}}}
    3937 
    3938 '''One column has been removed from the raster_columns views: out_db.'''
    39393942
    39403943Raster constraints can be set using one of the !AddRasterConstraints functions.
     
    39623965pixel_types or pixeltypes
    39633966nodata_values or nodatavalues or nodata
     3967out_db or outdb
    39643968extent
    39653969}}}
     
    39893993        pixel_types boolean DEFAULT TRUE,[[BR]]
    39903994        nodata_values boolean DEFAULT TRUE,[[BR]]
     3995        out_db boolean DEFAULT TRUE,[[BR]]
    39913996        extent boolean DEFAULT TRUE
    39923997)
     
    40054010        pixel_types boolean DEFAULT TRUE,[[BR]]
    40064011        nodata_values boolean DEFAULT TRUE,[[BR]]
     4012        out_db boolean DEFAULT TRUE,[[BR]]
    40074013        extent boolean DEFAULT TRUE
    40084014)
     
    40394045        pixel_types boolean DEFAULT TRUE,[[BR]]
    40404046        nodata_values boolean DEFAULT TRUE,[[BR]]
     4047        out_db boolean DEFAULT TRUE,[[BR]]
    40414048        extent boolean DEFAULT TRUE
    40424049)
     
    40554062        pixel_types boolean DEFAULT TRUE,[[BR]]
    40564063        nodata_values boolean DEFAULT TRUE,[[BR]]
     4064        out_db boolean DEFAULT TRUE,[[BR]]
    40574065        extent boolean DEFAULT TRUE
    40584066)