Changes between Version 4 and Version 5 of FDORfc2
- Timestamp:
- 03/21/07 13:42:06 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc2
v4 v5 147 147 == Unresolved == 148 148 149 * It is questionable whether a method that can trigger a good deal of processing work belongs in a property oriented class like FdoRasterDataModel.149 * It is questionable whether a method that can trigger a good deal of processing work belongs in a property oriented class like !FdoRasterDataModel. 150 150 151 151 * When the raster data model bitsPerPixel is changed to 8, it is unclear how the provider is expected to convert the image to this number of bits per pixel. Should it scale using the min/max described here? Currently the FDO provider just truncates values outside the target pixel type range (as does the underlying GDAL RasterIO() API).