Changes between Version 16 and Version 17 of GdalOgrInCsharp


Ignore:
Timestamp:
Aug 2, 2007, 7:05:07 AM (17 years ago)
Author:
warmerdam
Comment:

add maintainer note.

Legend:

Unmodified
Added
Removed
Modified
  • GdalOgrInCsharp

    v16 v17  
    22= GDAL/OGR In CSharp =
    33
    4 The GDAL project maintains SWIG generated CSharp bindings for GDAL and OGR.  Generally speaking the classes and methods mostly match those of the GDAL and OGR C++ classes, but there is currently no CSharp specific documentation beyond this site.  The CSharp bindings are also usable from other .NET languages, such as VB .Net.
     4The GDAL project (primarily Tamas Szekeres) maintains SWIG generated CSharp bindings for GDAL and OGR.  Generally speaking the classes and methods mostly match those of the GDAL and OGR C++ classes, but there is currently no CSharp specific documentation beyond this site.  The CSharp bindings are also usable from other .NET languages, such as VB .Net.
    55
    66The CSharp interface has been build upon a common ground as the other SWIG generated wrappers (like Perl, Python, Java, PHP and Ruby). In this regard the class names and class member names along with the method signatures are fairly predestinated and might not follow the conventional .NET naming guidelines. However, one can easily identify the counterpars of the members in the GDAL/OGR API documentation.