Heureka API .NET Documentation
GetClimateCodes Method



The points.
The projection of the points
Gets the climate codes. Coordinates in SWEREF99 unless projection info is specified
Syntax
'Declaration
 
Public Shared Function GetClimateCodes( _
   ByVal points As IList(Of Point), _
   Optional ByVal projection As DotSpatial.Projections.ProjectionInfo _
) As IList(Of ClimateCode)
'Usage
 
Dim points As IList(Of Point)
Dim projection As DotSpatial.Projections.ProjectionInfo
Dim value As IList(Of ClimateCode)
 
value = HeurekaZones.GetClimateCodes(points, projection)
public static IList<ClimateCode> GetClimateCodes( 
   IList<Point> points,
   DotSpatial.Projections.ProjectionInfo projection
)
public:
static IList<ClimateCode>^ GetClimateCodes( 
   IList<Point^>^ points,
   DotSpatial.Projections.ProjectionInfo^ projection
) 

Parameters

points
The points.
projection
The projection of the points
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