Slu.Heureka.HeurekaAPI.GIS Namespace > HeurekaZones Class : GetZoneCodes Method |
'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 )
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