Convert a co-ordinate in the co-ordinate system to a point represented by a latitude and longitude and a perpendicular height above (or below) a reference ellipsoid.

Namespace:  DotNetCoords
Assembly:  DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.1 (1.0.0.1)

Syntax

C#
public abstract LatLng ToLatLng()
Visual Basic (Declaration)
Public MustOverride Function ToLatLng As LatLng
Visual C++
public:
virtual LatLng^ ToLatLng() abstract

Return Value

A LatLng representation of a point in a co-ordinate system.

See Also