Changes between Version 41 and Version 42 of WKTRaster/Documentation01


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

Legend:

Unmodified
Added
Removed
Modified
  • WKTRaster/Documentation01

    v41 v42  
    321321|| '''rotationy''' || Rotation about y-axis. Same as parameter D in a world file. || 64 bit double || ST_RotationY() ||
    322322|| '''srid''' || Spatial reference id. || 32 bit integer || ST_SRID() ||
    323 || '''Band information''' (one set per band) ||
     323|| '''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. ||
    325325|| '''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() ||
    328 || '''Band data''' (one set per band) for '''in-db''' raster ||
     328|| '''Band data''' (one set per band) for '''in-db''' raster ||||||||
    329329|| '''values[]''' || Value of each pixel. || Depends on band pixel type. || ST_ Value() ||
    330 || '''Band data''' (one set per band) for '''out-db''' raster ||
     330|| '''Band data''' (one set per band) for '''out-db''' raster ||||||||
    331331|| '''bandnumber''' || Number of the out-db band. || unsigned 8 bit integer || Not accessible yet. ||
    332332|| '''path''' || Path to the out-db raster file. || string || ST_BandPath() ||