Estoy tratando de usar el OSGeo.GDAL.Gdal.RasterizeLayer(…)
de GDAL 1.9.2 y requiere algunos SWIGTYPE
parámetros:
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
);
Leyendo sobre algunos de los correos antiguos en algún lugar (he perdido el enlace) con respecto a ReadRaster y WriteRaster en el C# enlaces, Tamas Szekeres los estados que los métodos solicitando SWIGTYPE
parámetros, no se puede usar (de momento).
Pregunta:
¿Significa esto que el RasterizeLayer método no ha sido portado a la C# enlaces o hay alguna forma inteligente de utilizar este método?