Opened 17 years ago

Closed 15 years ago

#1615 closed enhancement (fixed)

Expose Array Based Coordinate Transformation Methods in CoordinateTransformation

Reported by: jbeverage Owned by: tamas
Priority: normal Milestone:
Component: CSharpBindings Version: unspecified
Severity: normal Keywords:
Cc:

Description

It would be very useful to expose the array based coordinate transformation methods in OSR.CoordinateTransformation so many locations could be converted in a single method call

Change History (2)

comment:2 by tamas, 15 years ago

Resolution: fixed
Status: newclosed

Have already been added public void TransformPoints(int nCount, double[] x, double[] y, double[] z)

to CoordinateTransformation in 11414. Closing this ticket.

Note: See TracTickets for help on using tickets.