Changes between Version 65 and Version 66 of WKTRaster/SpecificationWorking03
- Timestamp:
- 04/20/11 16:30:49 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WKTRaster/SpecificationWorking03
v65 v66 219 219 The most generic version of this function. All other ST_AsTIFF functions call this function. 220 220 221 This function will check that all bands of the raster to be converted has the same NODATA value. If there are more than one possible NODATA values, a WARNING will be raised and the output TIFF will use the NODATA value of the last band with a NODATA value.221 This function will check that all bands of the raster to be converted has the same NODATA value. If there are more than one possible NODATA values, a WARNING will be raised and the output TIFF will use the NODATA value of the first band with a NODATA value. 222 222 223 223 options: the GDAL creation options found in the Creation Options section of the GDAL TIFF driver