Convert this ECEFRef object to a point represented
by a latitude and longitude and a perpendicular height above (or below) a
reference ellipsoid.
Namespace:
DotNetCoordsAssembly: DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.1 (1.0.0.1)
Syntax
| C# |
|---|
public override LatLng ToLatLng() |
| Visual Basic (Declaration) |
|---|
Public Overrides Function ToLatLng As LatLng |
| Visual C++ |
|---|
public: virtual LatLng^ ToLatLng() override |