Heureka API .NET Documentation
LatitudeFromRT90Coordinate Method (GISHelpers)



East coordinate (RT90), meters.
North coordinate (RT90), meters.
Latitude from RT90 coordinate.
Syntax
'Declaration
 
Public Shared Function LatitudeFromRT90Coordinate( _
   ByVal eastCoordinate As Double, _
   ByVal northCoordinate As Double _
) As Double
'Usage
 
Dim eastCoordinate As Double
Dim northCoordinate As Double
Dim value As Double
 
value = GISHelpers.LatitudeFromRT90Coordinate(eastCoordinate, northCoordinate)
public static double LatitudeFromRT90Coordinate( 
   double eastCoordinate,
   double northCoordinate
)
public:
static double LatitudeFromRT90Coordinate( 
   double eastCoordinate,
   double northCoordinate
) 

Parameters

eastCoordinate
East coordinate (RT90), meters.
northCoordinate
North coordinate (RT90), meters.

Return Value

Latitude in WGS84 degrees
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GISHelpers Class
GISHelpers Members

Send Feedback