ConvertCoordinateToUtm Method (MapPoint, UtmConversionMode, Boolean) |
Converts a MapPoint geometry to a coordinate notation string in the Universal Transverse Mercator (UTM) format.
Namespace: Esri.ArcGISRuntime.GeometryAssembly: Esri.ArcGISRuntime (in Esri.ArcGISRuntime.dll) Version: 10.2.7.0 (10.2.7.1234)
Syntaxpublic static string ToUtm(
MapPoint point,
UtmConversionMode conversionMode,
bool addSpaces
)
Public Shared Function ToUtm (
point As MapPoint,
conversionMode As UtmConversionMode,
addSpaces As Boolean
) As String
Parameters
- point
- Type: Esri.ArcGISRuntime.GeometryMapPoint
A MapPoint representing the location to be converted. - conversionMode
- Type: Esri.ArcGISRuntime.GeometryUtmConversionMode
A UtmConversionMode value determining whether North or South Hemisphere indicators should be added to the returned coordinate string. - addSpaces
- Type: SystemBoolean
if spaces should be added to the returned USNG coordinate notation; otherwise .
Return Value
Type:
StringA
String in the requested coordinate notation format representing the location defined by the MapPoint.
See Also
Supported Platforms
This type is supported on the following ArcGIS Runtime .NET SDK platforms: |
Windows Desktop |
Windows Phone |
Windows Store |