Orbit Geo Element Camera Controller
Support Orbital Camera navigation around a stationary or moving point GeoElement object. Orbit camera controller provides orbital navigation around a point object.
Since
200.1.0
See also
Constructors
Creates an OrbitGeoElementCameraController using a distance to specified GeoElement. An Orbit camera controller is used associate camera navigation and movement with a GeoElement point object. This can take the form of a Graphic, a Feature, or a DynamicEntity. When the controller is set on the Scene View using SceneView.cameraController the interaction mode for will change for the active navigation model be focused on the input GeoElement allowing the user to rotation around and zoom in an out from the object. For a moving GeoElement the camera will move in synchronization with it. Adjusting it position, heading, pitch and roll with the object by simply changing the object with no requirement to change the camera.
Properties
The target geo element of the camera controller. The target GeoElement can represent either point Graphic, a point Feature, or a point DynamicEntity. the target determines the focal point of the camera managed by the orbit camera controller
Functions
Sets the value of the cameraDistance StateFlow property.
Sets the value of the cameraHeadingOffset StateFlow property.
Sets the value of the cameraPitchOffset StateFlow property.
Animate the camera target offsets of the camera. By default the camera focus's on the target's geometry center point. Using the offsets you can move the focal point to a new position relative to that center point.