Opened 16 years ago

Closed 16 years ago

#1986 closed defect (fixed)

GCPsToGeoTransform in the CSharp binding

Reported by: Falkarma Owned by: tamas
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 (5)

comment:1 by warmerdam, 16 years ago

Cc: hobu warmerdam added

Perhaps this is a swig wide problem?

comment:2 by tamas, 16 years ago

Status: newassigned

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.

comment:3 by tamas, 16 years ago

Milestone: 1.5.1

comment:4 by tamas, 16 years ago

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

comment:5 by tamas, 16 years ago

Resolution: fixed
Status: assignedclosed

Added to the stable branch r14917 r14918

Note: See TracTickets for help on using tickets.