Gets the current axes (x,y,z) position from latitude, longitude and height above sea-level.
Visual Basic |
---|
Public Function GetAxesFromLatLonHgt( _ ByVal lat As Double, _ ByVal lon As Double, _ ByVal hgt As Double, _ ByVal datum As String _ ) As String |
A comma-delimited string containing the x, y and z coordinates of the position within the current Map Window projection. Use SplitPos to get the x, y and z values themselves. The SetAxesPrj Method cannot be used to overwrite the definition from the Map Window projection. If the Map Window projection is geographic and not cartographic, then the return will be Lat and Lon of location on the Map Window datum.
Available: GEO MM ME MD OD OM OV SISpy
Group:
sis.GetAxesFromLatLonHgt (0, 0, 10, "OGC.WGS_1984")
Send comments on this topic.
Click to return to www.cadcorp.com
© Copyright 2000-2017 Computer Aided Development Corporation Limited (Cadcorp).