Changes between Version 204 and Version 205 of WKTRaster/SpecificationWorking03
- Timestamp:
- 01/09/12 14:52:55 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WKTRaster/SpecificationWorking03
v204 v205 3927 3927 </TR> 3928 3928 <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_<r_raster_column>.</span></TD> 3932 </TR> 3933 <TR> 3929 3934 <TD ALIGN=LEFT>extent</TD> 3930 3935 <TD ALIGN=LEFT>geometry</TD> … … 3935 3940 3936 3941 }}} 3937 3938 '''One column has been removed from the raster_columns views: out_db.'''3939 3942 3940 3943 Raster constraints can be set using one of the !AddRasterConstraints functions. … … 3962 3965 pixel_types or pixeltypes 3963 3966 nodata_values or nodatavalues or nodata 3967 out_db or outdb 3964 3968 extent 3965 3969 }}} … … 3989 3993 pixel_types boolean DEFAULT TRUE,[[BR]] 3990 3994 nodata_values boolean DEFAULT TRUE,[[BR]] 3995 out_db boolean DEFAULT TRUE,[[BR]] 3991 3996 extent boolean DEFAULT TRUE 3992 3997 ) … … 4005 4010 pixel_types boolean DEFAULT TRUE,[[BR]] 4006 4011 nodata_values boolean DEFAULT TRUE,[[BR]] 4012 out_db boolean DEFAULT TRUE,[[BR]] 4007 4013 extent boolean DEFAULT TRUE 4008 4014 ) … … 4039 4045 pixel_types boolean DEFAULT TRUE,[[BR]] 4040 4046 nodata_values boolean DEFAULT TRUE,[[BR]] 4047 out_db boolean DEFAULT TRUE,[[BR]] 4041 4048 extent boolean DEFAULT TRUE 4042 4049 ) … … 4055 4062 pixel_types boolean DEFAULT TRUE,[[BR]] 4056 4063 nodata_values boolean DEFAULT TRUE,[[BR]] 4064 out_db boolean DEFAULT TRUE,[[BR]] 4057 4065 extent boolean DEFAULT TRUE 4058 4066 )