Changes between Version 43 and Version 44 of WKTRaster/Documentation01


Ignore:
Timestamp:
Dec 10, 2009, 9:37:38 AM (14 years ago)
Author:
pracine
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WKTRaster/Documentation01

    v43 v44  
    323323|| '''Band information''' (one set per band) ||||||||
    324324|| isoffline || Flag specifying if the band data is stored in the database or as a file in the file system. || 1 bit || If ST_BandPath() return an empty string, the data is stored in the database. ||
    325 || hasnodatavalue''' || Flag specifying if the stored nodatavalue is significant or not. || 1 bit || ST_BandHasNoDataValue() ||
     325|| hasnodatavalue || Flag specifying if the stored nodatavalue is significant or not. || 1 bit || ST_BandHasNoDataValue() ||
    326326|| pixeltype || Pixel type for this band. || 4 bits || ST_BandPixelType() ||
    327327|| nodatavalue || Nodata value for the band. || Depend on band pixel type. || ST_BandNodataValue() ||