Heureka API .NET Documentation
LatitudeFromCoordinate Method (GISHelpers)



East coordinate. Unit depending on projection
North coordinate. Unit depending on projection
[OPTIONAL] A DotSpatial ProjectionInfo object. If not supplied, SWEREFF99 will be used.
Latitude from coordinate using SWEREF as default coordinate system
Syntax
'Declaration
 
Public Shared Function LatitudeFromCoordinate( _
   ByVal eastCoordinate As Double, _
   ByVal northCoordinate As Double, _
   Optional ByVal projection As DotSpatial.Projections.ProjectionInfo _
) As Double
'Usage
 
Dim eastCoordinate As Double
Dim northCoordinate As Double
Dim projection As DotSpatial.Projections.ProjectionInfo
Dim value As Double
 
value = GISHelpers.LatitudeFromCoordinate(eastCoordinate, northCoordinate, projection)
public static double LatitudeFromCoordinate( 
   double eastCoordinate,
   double northCoordinate,
   DotSpatial.Projections.ProjectionInfo projection
)
public:
static double LatitudeFromCoordinate( 
   double eastCoordinate,
   double northCoordinate,
   DotSpatial.Projections.ProjectionInfo^ projection
) 

Parameters

eastCoordinate
East coordinate. Unit depending on projection
northCoordinate
North coordinate. Unit depending on projection
projection
[OPTIONAL] A DotSpatial ProjectionInfo object. If not supplied, SWEREFF99 will be used.

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