Changes between Version 5 and Version 6 of GdalOgrInCsharp


Ignore:
Timestamp:
Apr 6, 2007, 2:16:13 PM (17 years ago)
Author:
tamas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GdalOgrInCsharp

    v5 v6  
    88The GDAL/OGR CSharp classes use the .NET ''P/Invoke'' mechanism for the communication between the managed and unmanaged code. Every class implements the ''IDisposable'' interface to control the finalization of the underlying unmanaged memory referenced by every the wrapper class.
    99
    10 = Supported platforms =
     10== Supported platforms ==
    1111
    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 = GDAL/OGR CSharp interface versions =
     14== GDAL/OGR CSharp interface versions ==
    1515
    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 =
     18== The main differences between 1.4.0 and 1.5.0, and the migration steps for the existing code ==
     19
     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 ===
     37
     38== GDAL/OGR CSharp interface compilation ==
    1939
    2040TODO
    2141
    22 = GDAL/OGR CSharp interface compilation =
    23 
    24 TODO
    25 
    26 = Using the GDAL/OGR CSharp interface =
     42== Using the GDAL/OGR CSharp interface ==
    2743
    2844TODO