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 aSceneView
.