A item displaying controls for adjusting a scene view's location, heading, and elevation. More...
Since: | Esri.ArcGISRutime 100.6 |
Inherits: |
- List of all members, including inherited members
- CalibrationView is part of Augmented Reality integration tools.
Properties
- altitudeFactor : alias
- headingFactor : alias
- interval : alias
- latitudeFactor : alias
- longitudeFactor : alias
Signals
- triggered(double latitude, double longitude, double altitude, double heading)
Methods
- void reset()
Detailed Description
This item can be used to change manually the location and heading of the scene, to ensure accuracy between the device live video and the scene.
Property Documentation
altitudeFactor : alias |
The multiplication factor to apply to the altitude value.
Default is 0.01.
headingFactor : alias |
The multiplication factor to apply to the heading value.
Default is 0.01.
interval : alias |
The interval between triggers, in milliseconds.
Default is 250 milliseconds.
latitudeFactor : alias |
The multiplication factor to apply to the latitude value.
Default is 0.0001.
longitudeFactor : alias |
The multiplication factor to apply to the longitude value.
Default is 0.0001.
Signal Documentation
triggered(double latitude, double longitude, double altitude, double heading) |
Sends the updated values for location and heading.
- latitude - The latitude (y) of the location.
- longitude - The longitude (x) of the location.
- altitude - The altitude (z) of the location.
- heading - The heading or direction of the location.
This signal is emitted every time the timer is triggered.
Note: The corresponding handler is onTriggered
.
Method Documentation
void reset() |
Resets the calibration to location (0, 0, 0) and heading 0.0.