• Esri.ArcGISRuntime.Toolkit
  • CoordinateConversion
  • The user interface for the coordinate conversion tool. More...

    Import Statement: import Esri.ArcGISRuntime.Toolkit
    Since: Esri.ArcGISRuntime 100.12

    Properties

    Detailed Description

    This tool allows a user to select a point on the map or to enter a point by text entry. The point may be highlighted by zooming into that point, or by highlighting the point on the GeoView. A list of different coordinate formats representing the same point are available to the user.

    coordinate_conversion

    CoordinateConversion {
        id: gallery
        geoView: parent
        anchors {
            right: parent.right
            margins: 10
            bottom: parent.attributionTop
        }
    }

    Property Documentation

    geoView : GeoView

    The GeoView for this tool. Should be a SceneView or a MapView.


    inInputMode : bool [read-only]

    Whether whether the tool is in input mode.

    If true, the tool will convert a point set via a mouse click or text entry.


    inputFormat : CoordinateConversionResult

    This is the inputFormat - which dictates what format the user can edit and thereby update all the other formats in the ListModel.