Changes between Initial Version and Version 1 of GdalOgrInCsharp


Ignore:
Timestamp:
Mar 31, 2007, 12:49:41 PM (17 years ago)
Author:
warmerdam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GdalOgrInCsharp

    v1 v1  
     1
     2= GDAL/OGR In CSharp =
     3
     4The 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 wiki topic.  The CSharp bindings are also usable from other .NET languages, such as VB .Net.
     5
     6= Useful Links =
     7
     8 * A variety of example programs in CSharp are available at http://trac.osgeo.org/gdal/browser/trunk/gdal/swig/csharp/apps
     9
     10= FWTools =
     11
     12One 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.