Changes between Version 7 and Version 8 of WKTRaster/SpecificationWorking03


Ignore:
Timestamp:
Feb 21, 2010, 10:17:13 AM (14 years ago)
Author:
dzwarg
Comment:

Fleshing out B03a

Legend:

Unmodified
Added
Removed
Modified
  • WKTRaster/SpecificationWorking03

    v7 v8  
    2020 
    2121
    22 '''ST_SetSRID(raster|geometry, integer)'''[[BR]]
    23 '''ST_SetPixelType(raster, band, string)'''[[BR]]
    24 '''ST_SetPixelSize(raster)'''[[BR]]
     22'''ST_SetSRID(raster|geometry, integer)'''
     23 Set the spatial reference on the specified raster. This corresponds with the ST_SetSRID method in regular PostGIS.
     24
     25'''ST_SetPixelType(raster, band, string)'''
     26 Set the pixel type (how many bits per pixel (BPP)) on the specified raster.
     27
     28 '''Open Question:'''
     29  Why is this method different from ST_SetHeight/ST_SetWidth (which are not in the spec)?
     30
     31'''ST_SetPixelSize(raster)'''
     32 Set the pixel size (cell size) on the specified raster.
     33
    2534'''ST_SetNoDataValue(raster, band, value)'''[[BR]]
    2635'''ST_SetGeoReference(raster, string)'''