Changes between Version 8 and Version 9 of GdalOgrCsharpVersions


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

--

Legend:

Unmodified
Added
Removed
Modified
  • GdalOgrCsharpVersions

    v8 v9  
    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 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{{{
     
    135135}}}
    136136
    137 The latter is the generic constructor which requires to write the marshaling code for 'IntPtr wkb_buf'' outside of the function.
     137The latter is the generic constructor which requires to write the marshaling code for ''!IntPtr wkb_buf'' outside of the function.
    138138
    139139=== Dataset.!ReadRaster, Dataset.!WriteRaster support ===