Changes between Version 151 and Version 152 of WKTRaster/SpecificationWorking03


Ignore:
Timestamp:
Jul 25, 2011, 12:04:33 PM (13 years ago)
Author:
Bborie Park
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WKTRaster/SpecificationWorking03

    v151 v152  
    11931193        scalex double precision, scaley double precision,[[BR]]
    11941194        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]]
    11981198        skewx double precision DEFAULT 0, skewy double precision DEFAULT 0
    11991199) -> raster
     
    12291229        scalex double precision, scaley double precision,[[BR]]
    12301230        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]]
    12331233        upperleftx double precision DEFAULT NULL, upperlefty double precision DEFAULT NULL,[[BR]]
    12341234        skewx double precision DEFAULT 0, skewy double precision DEFAULT 0
     
    12391239        width integer, height integer,[[BR]]
    12401240        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]]
    12441244        skewx double precision DEFAULT 0, skewy double precision DEFAULT 0
    12451245) -> raster
     
    12491249        width integer, height integer,[[BR]]
    12501250        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]]
    12531253        upperleftx double precision DEFAULT NULL, upperlefty double precision DEFAULT NULL,[[BR]]
    12541254        skewx double precision DEFAULT 0, skewy double precision DEFAULT 0
     
    12981298        geom geometry,[[BR]]
    12991299        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[]
    13031303) -> raster
    13041304