Changes between Version 9 and Version 10 of WKTRaster/SpecificationWorking03
- Timestamp:
- 02/21/10 11:37:57 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WKTRaster/SpecificationWorking03
v9 v10 22 22 '''ST_SetSRID(raster|geometry, integer)''' 23 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 24 31 25 '''ST_SetPixelSize(raster, pixelsize)'''