[Gdal-dev] DataSet.GCPs Method in C# Bindings

Jason Beverage jbeverage at prologic-inc.com
Tue Jun 19 11:21:22 EDT 2007


Hi all,

It seems like the signature for DataSet.GetGCPs is incorrect in the C#
bindings.  It is currently:
void DataSet.GetGCPs(SWIGTYPE_p_int nGCPs, SWIGTYPE_p_p_GDAL_GCP pGCPs)

It seems like it should be:
GCP[] Dataset.GetGCPs();

Should I open a ticket?

Thanks,

Jason




More information about the Gdal-dev mailing list