Changes between Version 14 and Version 15 of GdalOgrCsharpVersions


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

--

Legend:

Unmodified
Added
Removed
Modified
  • GdalOgrCsharpVersions

    v14 v15  
    107107=== The gdalconst assembly is now deprecated ===
    108108
    109 The constans related to the GDAL and OGR projects are now included in the corresponding assemblies. There's no need to reference a separate assembly any more. In addition many of the existing constants might have to be changed, like:
     109The constants related to the GDAL and OGR projects are now included in the corresponding assemblies. There's no need to reference a separate assembly any more. In addition, many of the existing constants might have to be changed, like:
    110110
    111111{{{
     
    125125=== !CreateFromWkb support (#1565) ===
    126126
    127 The inverse operation of Geometry.!ExportToWkb is now supported with the development version. At this point the default behaviour of the SWIG bindings have been altered for the C# interface because the proper marshaling code could not be supported at the constructor overloads. Now the Geometry objects can be constructed using the following signatures:
     127The inverse operation of Geometry.!ExportToWkb is now supported with the development version. At this point the default behaviour of the SWIG bindings have been altered exclusively for the C# interface because the proper marshaling code could not be supported at the constructor overloads. Now the Geometry objects can be constructed using the following signatures:
    128128
    129129{{{