Converts a coordinate notation string in the Degrees Minutes Seconds (DMS) format to a MapPoint geometry with the specified SpatialReference.
Syntax
Parameters
- coordinate
- A System.String representing the coordinate notation to be converted.
- spatialReference
- A SpatialReference representing the geographic or projected coordinate system of the returned MapPoint.
Return Value
A
MapPoint geometry representing the location defined by the coordinates.
Requirements
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8
See Also