Class OrbitGeoElementCameraController
A camera controller that supports orbital camera navigation around a stationary or moving Geo
Implements
Namespace: Esri.ArcGISRuntime.UI
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class OrbitGeoElementCameraController : CameraController, INotifyPropertyChanged
Remarks
This camera controller is used to associate camera navigation and movement with Geo
Constructors
Name | Description |
---|---|
Orbit |
Initializes a new instance of the Orbit |
Properties
Name | Description |
---|---|
Camera |
Gets or sets the distance from the Target |
Camera |
Gets or sets the heading of the camera relative to the Target |
Camera |
Gets or sets the pitch of the camera relative to the Target |
Is |
Gets or sets a value indicating whether the Camera |
Is |
Gets or sets a value indicating whether the Camera |
Is |
Gets or sets a value indicating whether the camera roll is automatically synchronized with the roll of the
Target |
Is |
Gets or sets a value indicating whether user interactions (zoom) can affect the camera distance. |
Is |
Gets or sets a value indicating whether a horizontal pan interaction can affect the camera heading offset. |
Is |
Gets or sets a value indicating whether a vertical pan interaction can affect the camera pitch offset. |
Max |
Gets or sets the maximum distance from the camera to the Target |
Max |
Gets or sets the limit on Camera |
Max |
Gets or sets the maximum limit on Camera |
Min |
Gets or sets the minimum distance from the camera to the Target |
Min |
Gets or sets the minimum limit on Camera |
Min |
Gets or sets the minimum limit on Camera |
Target |
Gets the target Geo |
Target |
Gets or sets the offset of the target focus point relative to the Target |
Target |
Gets or sets the offset of the target focus point relative to the Target |
Target |
Gets or sets the offset of the target focus point relative to the Target |
Target |
Gets or sets the target screen vertical factor of the orbit camera controller |
Methods
Name | Description |
---|---|
Move |
Animates the camera to a new offset position with the specified duration. |
Set |
Animates the camera to a new position using the target offsets of the camera. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.1 - 200.6 |
Xamarin.Android | 100.1 - 100.15 |
Xamarin.iOS | 100.1 - 100.15 |
UWP | 100.1 - 200.6 |