Ticket #1615 (closed enhancement: fixed)

Opened 6 years ago

Last modified 4 years ago

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

Changed 4 years ago by tamas

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

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.