Changes between Version 2 and Version 3 of GDAL20Changes


Ignore:
Timestamp:
Sep 24, 2010, 10:44:51 AM (14 years ago)
Author:
Even Rouault
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GDAL20Changes

    v2 v3  
    2222
    2323== Fix OSRSpatialReference::importFromESRI to match other importFrom* methods ==
     24
     25== Use 64 bit integers in GDAL RasterIO() methods in order to be able to request huge areas ==
     26
     27The most limiting factor being the size of the nBandOffset argument.
     28For example a 50000x50000x3 dataset cannot be RasterIO()'ed with band interleaving
     29
     30== Add char** papszOptions (ahem, I meant const char* const* ) in some API so that they can later be extended easily ==
     31
     32GDALOpen(), GDALRasterIO(), ...