Ticket #1986 (assigned defect)

Opened 8 months ago

Last modified 6 months ago

GCPsToGeoTransform in the CSharp binding

Reported by: Falkarma Assigned to: tamas (accepted)
Priority: normal Milestone: 1.5.3
Component: CSharpBindings Version: 1.4.3
Severity: normal Keywords:
Cc: hobu, warmerdam

Description

I'm trying to use the GCPsToGeoTransform function in the 1.4.3 C# Wrapper.

It seem to me that the second argument should be an array of GCP.

public static SWIGTYPEpFALSEISERR GCPsToGeoTransform(int nGCPs, GCP pGCPs, double[] argout, int bApproxOK);

Thanks

Change History

11/13/07 09:45:53 changed by warmerdam

  • cc set to hobu, warmerdam.

Perhaps this is a swig wide problem?

11/13/07 14:33:33 changed by tamas

  • status changed from new to assigned.

This is due to a missing typemap

%typemap(in,numinputs=1) (int nGCPs, GDAL_GCP const *pGCPs )

That should be implemented for the csharp and java bindings.

I'll take care of the csharp side and we should submit a corresponding ticket to the java bindings as well.

12/30/07 20:16:54 changed by tamas

  • milestone set to 1.5.1.