Changes between Version 30 and Version 31 of GDAL20Changes


Ignore:
Timestamp:
Feb 13, 2014, 12:25:28 PM (10 years ago)
Author:
Even Rouault
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GDAL20Changes

    v30 v31  
    9898The current GetDefaultRAT/SetDefaultRAT implementation is not suitable for large RAT's - the whole RAT must be read and held in memory. A solution would be to create a new method to return a derived class that handles the actual reading and writing much like GetRasterBand. This derived class could have methods for reading/writing parts of specified columns from/to application managed memory and handling data type conversion much like RasterIO.
    9999
     100==> Implemented per [http://trac.osgeo.org/gdal/wiki/rfc40_enhanced_rat_support RFC 40]
     101
    100102== Revise how OGR handles string encodings ? ==
    101103