Heureka API .NET Documentation
LatitudeFromSweref99TMCoordinate Method (GISHelpers)



East coordinate (SWEREF99 TM), meters.
North coordinate (SWEREF99 TM), meters.
Latitude from SWEREFF99TM coordinate.
Syntax
'Declaration
 
Public Shared Function LatitudeFromSweref99TMCoordinate( _
   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.LatitudeFromSweref99TMCoordinate(eastCoordinate, northCoordinate)
public static double LatitudeFromSweref99TMCoordinate( 
   double eastCoordinate,
   double northCoordinate
)
public:
static double LatitudeFromSweref99TMCoordinate( 
   double eastCoordinate,
   double northCoordinate
) 

Parameters

eastCoordinate
East coordinate (SWEREF99 TM), meters.
northCoordinate
North coordinate (SWEREF99 TM), 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