Ticket #1677 (closed defect: fixed)

Opened 6 years ago

Last modified 5 years ago

Incorrect signature for Dataset.GetGCPs in C# bindings

Reported by: jbeverage Owned by: tamas
Priority: normal Milestone: 1.5.3
Component: CSharpBindings Version: 1.5.0 betas/RCs
Severity: normal Keywords:
Cc:

Description

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 should be something like: GCP[] Dataset.GetGCPs()

Change History

Changed 5 years ago by tamas

  • version changed from unspecified to 1.5.0 betas/RCs
  • milestone set to 1.5.1

Changed 5 years ago by tamas

  • status changed from new to assigned

Added the implementation in trunk. Will backport to the stable branch.

Changed 5 years ago by tamas

  • status changed from assigned to closed
  • resolution set to fixed

Added to the stable branch r14917 r14918

Note: See TracTickets for help on using tickets.