ArcGIS Runtime SDK for WPF - Library Reference
GarsToMapPoints Method
See Also 
ESRI.ArcGIS.Client.Geometry Namespace > CoordinateConversion Class : GarsToMapPoints Method

coordinates
A IEnumerable of System.String representing the coordinate notations to be converted.
spatialReference
A SpatialReference representing the geographic or projected coordinate system of each MapPoint in the returned collection.
conversionMode
A GarsConversionMode value determining whether each returned MapPoint will represent the LowerLeft or Center of the cell, quadrant or area.
Converts a collection of coordinate notation strings in the Global Area Reference System (GARS) format to a collection of MapPoint geometries each with the same specified spatial reference.

Syntax

Visual Basic (Declaration) 
Public Shared Function GarsToMapPoints( _
   ByVal coordinates As IEnumerable(Of String), _
   ByVal spatialReference As SpatialReference, _
   ByVal conversionMode As GarsConversionMode _
) As IList(Of MapPoint)

Parameters

coordinates
A IEnumerable of System.String representing the coordinate notations to be converted.
spatialReference
A SpatialReference representing the geographic or projected coordinate system of each MapPoint in the returned collection.
conversionMode
A GarsConversionMode value determining whether each returned MapPoint will represent the LowerLeft or Center of the cell, quadrant or area.

Return Value

An IList of MapPoint representing the locations defined by the input coordinate notations.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.