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 <Coordinate |
- List of all members, including inherited members
- CoordinateConversion is part of ArcGISQtToolkitUiCppWidgetsViews group.
Public Functions
| Coordinate | |
| ~ | |
| void | set |
| void | set |
Detailed Description
Member Function Documentation
[explicit] CoordinateConversion::CoordinateConversion (QWidget *parent = nullptr)
Constructor.
- parent Parent widget.
[noexcept] CoordinateConversion::~CoordinateConversion ()
Destructor.
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
GeoViewto aSceneView.