Heureka API .NET Documentation
GetZoneCodes Method



The points.
Name of the shape file.
Name of the column.
The projection of the points
Gets the zone codes. Coordinates in SWEREF99 unless projection info is specified
Syntax
'Declaration
 
Public Shared Function GetZoneCodes( _
   ByVal points As IList(Of Point), _
   ByVal shapeFileName As String, _
   ByVal columnName As String, _
   Optional ByVal projection As DotSpatial.Projections.ProjectionInfo _
) As IList(Of String)
'Usage
 
Dim points As IList(Of Point)
Dim shapeFileName As String
Dim columnName As String
Dim projection As DotSpatial.Projections.ProjectionInfo
Dim value As IList(Of String)
 
value = HeurekaZones.GetZoneCodes(points, shapeFileName, columnName, projection)
public static IList<string> GetZoneCodes( 
   IList<Point> points,
   string shapeFileName,
   string columnName,
   DotSpatial.Projections.ProjectionInfo projection
)
public:
static IList<String^>^ GetZoneCodes( 
   IList<Point^>^ points,
   String^ shapeFileName,
   String^ columnName,
   DotSpatial.Projections.ProjectionInfo^ projection
) 

Parameters

points
The points.
shapeFileName
Name of the shape file.
columnName
Name of the column.
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