Changes between Version 151 and Version 152 of WKTRaster/SpecificationWorking03
- Timestamp:
- 07/25/11 12:04:33 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WKTRaster/SpecificationWorking03
v151 v152 1193 1193 scalex double precision, scaley double precision,[[BR]] 1194 1194 gridx double precision DEFAULT NULL, gridy double precision DEFAULT NULL,[[BR]] 1195 pixeltype text[] DEFAULT ARRAY ['8BUI']::text[],[[BR]]1196 value double precision[] DEFAULT ARRAY [1]::double precision[],[[BR]]1197 nodataval double precision[] DEFAULT ARRAY [0]::double precision[],[[BR]]1195 pixeltype text[] DEFAULT ARRAY!['8BUI']::text[],[[BR]] 1196 value double precision[] DEFAULT ARRAY![1]::double precision[],[[BR]] 1197 nodataval double precision[] DEFAULT ARRAY![0]::double precision[],[[BR]] 1198 1198 skewx double precision DEFAULT 0, skewy double precision DEFAULT 0 1199 1199 ) -> raster … … 1229 1229 scalex double precision, scaley double precision,[[BR]] 1230 1230 pixeltype text[],[[BR]] 1231 value double precision[] DEFAULT ARRAY [1]::double precision[],[[BR]]1232 nodataval double precision[] DEFAULT ARRAY [0]::double precision[],[[BR]]1231 value double precision[] DEFAULT ARRAY![1]::double precision[],[[BR]] 1232 nodataval double precision[] DEFAULT ARRAY![0]::double precision[],[[BR]] 1233 1233 upperleftx double precision DEFAULT NULL, upperlefty double precision DEFAULT NULL,[[BR]] 1234 1234 skewx double precision DEFAULT 0, skewy double precision DEFAULT 0 … … 1239 1239 width integer, height integer,[[BR]] 1240 1240 gridx double precision DEFAULT NULL, gridy double precision DEFAULT NULL,[[BR]] 1241 pixeltype text[] DEFAULT ARRAY ['8BUI']::text[],[[BR]]1242 value double precision[] DEFAULT ARRAY [1]::double precision[],[[BR]]1243 nodataval double precision[] DEFAULT ARRAY [0]::double precision[],[[BR]]1241 pixeltype text[] DEFAULT ARRAY!['8BUI']::text[],[[BR]] 1242 value double precision[] DEFAULT ARRAY![1]::double precision[],[[BR]] 1243 nodataval double precision[] DEFAULT ARRAY![0]::double precision[],[[BR]] 1244 1244 skewx double precision DEFAULT 0, skewy double precision DEFAULT 0 1245 1245 ) -> raster … … 1249 1249 width integer, height integer,[[BR]] 1250 1250 pixeltype text[],[[BR]] 1251 value double precision[] DEFAULT ARRAY [1]::double precision[],[[BR]]1252 nodataval double precision[] DEFAULT ARRAY [0]::double precision[],[[BR]]1251 value double precision[] DEFAULT ARRAY![1]::double precision[],[[BR]] 1252 nodataval double precision[] DEFAULT ARRAY![0]::double precision[],[[BR]] 1253 1253 upperleftx double precision DEFAULT NULL, upperlefty double precision DEFAULT NULL,[[BR]] 1254 1254 skewx double precision DEFAULT 0, skewy double precision DEFAULT 0 … … 1298 1298 geom geometry,[[BR]] 1299 1299 ref raster,[[BR]] 1300 pixeltype text[] DEFAULT ARRAY ['8BUI']::text[],[[BR]]1301 value double precision[] DEFAULT ARRAY [1]::double precision[],[[BR]]1302 nodataval double precision[] DEFAULT ARRAY [0]::double precision[]1300 pixeltype text[] DEFAULT ARRAY!['8BUI']::text[],[[BR]] 1301 value double precision[] DEFAULT ARRAY![1]::double precision[],[[BR]] 1302 nodataval double precision[] DEFAULT ARRAY![0]::double precision[] 1303 1303 ) -> raster 1304 1304