Changes between Version 7 and Version 8 of GdalOgrInCsharp


Ignore:
Timestamp:
Apr 6, 2007, 2:41:39 PM (17 years ago)
Author:
warmerdam
Comment:

Tried to make more readable - ouch!

Legend:

Unmodified
Added
Removed
Modified
  • GdalOgrInCsharp

    v7 v8  
    1616The GDAL/OGR CSharp interface is fairly new and the first official version was published first along with the GDAL 1.4.0 release. As of the 1.4.0 release there was a substantial evolution in the interface based on the various user requests. Some of these changes in the current version (1.5.0) were backward incompatible with 1.4.0 and currently the transition to the current development version is suggested for the interface users and 1.4.0 is considered as deprecated.
    1717
    18 == The main differences between 1.4.0 and 1.5.0, and the migration steps for the existing code ==
     18The main differences between 1.4.0 and 1.5.0, and the migration steps for the existing code:
    1919
    20 === Support for the enumerated types of the C# interface (#1559) ===
    21 
    22 === C# namespace names and module names follows the .NET framework naming guidelines (#1560) ===
    23 
    24 === Changed the names of the Windows builds for a better match with the GNU/Linux/OSX builds ===
    25 
    26 === The gdalconst assembly is now deprecated ===
    27 
    28 === Added support for Dataset.BuildOverviews (#1552) ===
    29 
    30 === GDAL C# libtool build support (#1558) ===
    31 
    32 === CreateFromWkb support (#1565) ===
    33 
    34 === Dataset.ReadRaster, Dataset.WriteRaster support ===
    35 
    36 === Examples added ===
     20 * Support for the enumerated types of the C# interface (#1559)
     21 * C# namespace names and module names follows the .NET framework naming guidelines (#1560)
     22 * Changed the names of the Windows builds for a better match with the GNU/Linux/OSX builds
     23 * The gdalconst assembly is now deprecated
     24 * Added support for Dataset.BuildOverviews (#1552)
     25 * GDAL C# libtool build support (#1558)
     26 * CreateFromWkb support (#1565)
     27 * Dataset.ReadRaster, Dataset.WriteRaster support
     28 * Examples added
    3729
    3830== GDAL/OGR CSharp interface compilation ==
     
    4234== Using the GDAL/OGR CSharp interface ==
    4335
    44 === Adding reference to the GDAL/OGR assemblies
     36=== Adding reference to the GDAL/OGR assemblies ===
    4537
    4638=== Using the interface classes ===
    4739
    4840=== Handling GDAL raster data ===
    49 
    50 = GDAL/OGR CSharp sample applications =
    5141
    5242= Useful Links =