Converts a collection of coordinate notation strings in the Universal Transverse Mercator (UTM) format to a collection of MapPoint geometries each with the same specified spatial reference.
Syntax
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 UtmConversionMode value indicating whether the coordinate strings contains North or South Hemisphere indicators.
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