Opened 11 years ago

Closed 11 years ago

#4888 closed defect (fixed)

Replace SWIGTYPE parameters in Gdal.RasterizeLayer in the C# bindings

Reported by: Chau Owned by: tamas
Priority: normal Milestone:
Component: CSharpBindings Version: 1.9.2
Severity: blocker Keywords:
Cc:

Description

At present the method OSGeo.GDAL.Gdal.RasterizeLayer() in the C# bindings still requires the use of SWIGTYPE parameters:

OSGeo.GDAL.Gdal.RasterizeLayer(
    OSGeo.GDAL.Dataset dataset,
    int bands,
    OSGeo.GDAL.SWIGTYPE_p_int band_list,
    OSGeo.OGR.Layer layer,
    OSGeo.GDAL.SWIGTYPE_p_void pfnTransformer,
    OSGeo.GDAL.SWIGTYPE_p_void pTransformArg,
    int burn_values,
    OSGeo.GDAL.SWIGTYPE_p_double burn_values_list,
    string[] options,
    OSGeo.GDAL.Gdal.GDALProgressFuncDelegate callback,
    string callback_data
);

Can this method be rewritten to not use SWIGTYPE data types?

Change History (2)

comment:1 by Chau, 11 years ago

Version: unspecified1.9.2

comment:2 by tamas, 11 years ago

Resolution: fixed
Status: newclosed

Fixed within the scope of #5265

Note: See TracTickets for help on using tickets.