Changes between Version 9 and Version 10 of GdalOgrInCsharp


Ignore:
Timestamp:
Apr 6, 2007, 4:12:17 PM (17 years ago)
Author:
tamas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GdalOgrInCsharp

    v9 v10  
    1212Currently the interface is compilable and supports the various Win32 and Win64 platforms targeting the Microsoft.NET and the MONO framework. The interface is also compilable under the GNU Linux/OSX systems for the MONO framework. The compilation steps for the various platforms have been added to the [http://buildbot.osgeo.org:8500 GDAL buildbot] and tested regularly.
    1313
     14== Related Documents ==
     15
     16 * [GDAL/OGR CSharp interface versions http://trac.osgeo.org/gdal/wiki/GdalOgrCsharpVersions]
     17
    1418== Useful Links ==
    1519
     
    1923
    2024One way to get the CSharp bindings is to use FWTools 1.2.0+ for windows.  To use these it should be sufficient to add the assembles in FWTools\csharp to your project, and to ensure that FWTools\bin is in your path.  See http://fwtools.maptools.org
    21 
    22 == GDAL/OGR CSharp interface versions ==
    23 
    24 The 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.
    25 
    26 The main differences between 1.4.0 and 1.5.0, and the migration steps for the existing code:
    27 
    28  * Support for the enumerated types of the C# interface (#1559)
    29  * C# namespace names and module names follows the .NET framework naming guidelines (#1560)
    30  * Changed the names of the Windows builds for a better match with the GNU/Linux/OSX builds
    31  * The gdalconst assembly is now deprecated
    32  * Added support for Dataset.BuildOverviews (#1552)
    33  * GDAL C# libtool build support (#1558)
    34  * CreateFromWkb support (#1565)
    35  * Dataset.ReadRaster, Dataset.WriteRaster support
    36  * Examples added
    3725
    3826== GDAL/OGR CSharp interface compilation (TODO) ==