Gets the latitude, longitude and height above sea-level of an (x,y,z) position.
Visual Basic |
---|
Public Function GetLatLonHgtFromAxes( _ ByVal x As Double, _ ByVal y As Double, _ ByVal z As Double, _ ByVal datum As String _ ) As String |
A comma-delimited string containing the latitude, longitude (both in degrees) and height of the given position in the given Geodetic Datum. Use SplitPos to get the latitude, longitude and height values themselves.
Available: GEO MM ME MD OD OM OV SISpy
Group:
sis.LatLonHgtFromAxes (100, 100, 0, "OGC.WGS_1984")
Send comments on this topic.
Click to return to www.cadcorp.com
© Copyright 2000-2017 Computer Aided Development Corporation Limited (Cadcorp).