Changes between Version 9 and Version 10 of WKTRaster/SpecificationWorking03


Ignore:
Timestamp:
Feb 21, 2010, 11:37:57 AM (14 years ago)
Author:
dzwarg
Comment:

Removed ST_SetPixelType from Objective B03a

Legend:

Unmodified
Added
Removed
Modified
  • WKTRaster/SpecificationWorking03

    v9 v10  
    2222'''ST_SetSRID(raster|geometry, integer)'''
    2323 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)?
    3024
    3125'''ST_SetPixelSize(raster, pixelsize)'''