Changes between Version 13 and Version 14 of GdalOgrInCsharp


Ignore:
Timestamp:
Apr 8, 2007, 4:53:34 PM (17 years ago)
Author:
tamas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GdalOgrInCsharp

    v13 v14  
    1616 * [http://trac.osgeo.org/gdal/wiki/GdalOgrCsharpVersions GDAL/OGR CSharp interface versions]
    1717 * [http://trac.osgeo.org/gdal/wiki/GdalOgrCsharpRaster GDAL/OGR CSharp Raster Operations]
     18 * [http://trac.osgeo.org/gdal/wiki/GdalOgrCsharpCompile GDAL/OGR CSharp Compilation]
     19 * [http://trac.osgeo.org/gdal/wiki/GdalOgrCsharpUsage Using the GDAL/OGR CSharp interface]
    1820
    1921== Useful Links ==
     
    2426
    2527One 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
    26 
    27 == GDAL/OGR CSharp interface compilation (TODO) ==
    28 
    29 == Using the GDAL/OGR CSharp interface ==
    30 
    31 === Adding reference to the GDAL/OGR assemblies ===
    32 
    33 === Using the interface classes ===
    34 
    35 === Handling GDAL raster data ===