GeoLocationDataTransformToLonLatAlt(Double,
Double, Double) Method
|
Transforms the design point into an equivalent
geographic point.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public GeoDataLonLatAltInfo TransformToLonLatAlt(
double x,
double y,
double z
)
Public Function TransformToLonLatAlt (
x As Double,
y As Double,
z As Double
) As GeoDataLonLatAltInfo
public:
GeoDataLonLatAltInfo TransformToLonLatAlt(
double x,
double y,
double z
)
member TransformToLonLatAlt :
x : float *
y : float *
z : float -> GeoDataLonLatAltInfo
Parameters
- x Double
- [in] X ordinate of the design point.
- y Double
- [in] Y ordinate of the design point.
- z Double
- [in] Z ordinate of the design point.
Return Value
GeoDataLonLatAltInfo
GeoDataLonLatAltInfo structure that contains information about
longitude, latitude and altitude of the transformed point.
See Also