Heureka API .NET Documentation
GetClimateCode Method



The east coord.
The north coord.
The projection of the point
Gets the climate code. Coordinates in SWEREF99 unless projection info is specified
Syntax
'Declaration
 
Public Shared Function GetClimateCode( _
   ByVal eastCoord As Double, _
   ByVal northCoord As Double, _
   Optional ByVal projection As DotSpatial.Projections.ProjectionInfo _
) As ClimateCode
'Usage
 
Dim eastCoord As Double
Dim northCoord As Double
Dim projection As DotSpatial.Projections.ProjectionInfo
Dim value As ClimateCode
 
value = HeurekaZones.GetClimateCode(eastCoord, northCoord, projection)
public static ClimateCode GetClimateCode( 
   double eastCoord,
   double northCoord,
   DotSpatial.Projections.ProjectionInfo projection
)
public:
static ClimateCode GetClimateCode( 
   double eastCoord,
   double northCoord,
   DotSpatial.Projections.ProjectionInfo^ projection
) 

Parameters

eastCoord
The east coord.
northCoord
The north coord.
projection
The projection of the point
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

HeurekaZones Class
HeurekaZones Members

Send Feedback