CoordinateConversion Class

  • CoordinateConversion
  • class Esri::ArcGISRuntime::Toolkit::CoordinateConversion

    The user interface for the coordinate conversion tool. 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 represnenting the same point are available to the user. More...

    Header: #include <CoordinateConversion>

    Public Functions

    CoordinateConversion(QWidget *parent = nullptr)
    ~CoordinateConversion()
    Esri::ArcGISRuntime::Toolkit::CoordinateConversionController *controller() const
    void setMapView(Esri::ArcGISRuntime::MapGraphicsView *mapView)
    void setSceneView(Esri::ArcGISRuntime::SceneGraphicsView *sceneView)

    Detailed Description

    Member Function Documentation

    [explicit] CoordinateConversion::CoordinateConversion(QWidget *parent = nullptr)

    Constructor.

    • parent Parent widget.

    CoordinateConversion::~CoordinateConversion()

    Destructor.

    Esri::ArcGISRuntime::Toolkit::CoordinateConversionController *CoordinateConversion::controller() const

    Returns the controller object driving this widget.

    void CoordinateConversion::setMapView(Esri::ArcGISRuntime::MapGraphicsView *mapView)

    Set the GeoView.

    • mapView Sets the GeoView to a MapView.

    void CoordinateConversion::setSceneView(Esri::ArcGISRuntime::SceneGraphicsView *sceneView)

    Set the GeoView.

    • sceneView Sets the GeoView to a SceneView.

    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

    You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

    Your ArcGIS portal

    Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

    Your ArcGIS Location Platform dashboard

    Manage billing, monitor service usage, and access additional resources.

    Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

    Close