Hi All,
In poking around the Object browser, I came across the CoordinateTransformation Class. Would a method like TransformFromDicCoordinate be the correct one to utilize in order to reproject coordinates into a given coordinate system? The constructor of the CoordinateTransformation class takes the following parameters:
Public Sub New(project As Trimble.Vce.Interfaces.Client.IProject, doCoordinateTransformation As Boolean, dicCoordinateSystem As String)
Member of Trimble.Vce.Data.GIS.CoordinateTransformation
The Project I understand, but the Boolean and the string confuse me. Can someone explain the purpose of the Boolean? And is the string a WKT or something like that?
Having said all that, am I completely wrong in assuming what this function does? What I'm looking to do is write out to a CSV file that would contain positions for all of the 3D points, with values in project's coordinate system, another 3 columns for LAT/LON for example, and another 3 for another CS, like one utilizing a different datum than the project using (NAD27 vs NAD83, for example)?
------------------------------
Lance
------------------------------