Table Top Scene View Proxy
Used to perform operations on a TableTopSceneView.
There should be a one-to-one relationship between a TableTopSceneViewProxy and a TableTopSceneView. This relationship is established by passing an instance of TableTopSceneViewProxy to the TableTopSceneView function. Operations can only be performed once the associated composable TableTopSceneView has entered the composition. Operations performed when the associated composable TableTopSceneView is not in the composition will fail gracefully, i.e. won't throw exceptions but won't return a successful result.
Since
200.6.0
Properties
The horizontal field of view of the TableTopSceneView in degrees.
The ratio indicates how much the vertical field of view is distorted.
True if continuous panning across the international date line is enabled in the TableTopSceneView, false otherwise. A null value represents that it is currently undetermined.
Functions
Exports an image snapshot of the current TableTopSceneView.
Retrieve the layer's LayerViewState.
Initiate an Identify operation on the specified layer.
Initiate an Identify operation on the specified graphicsOverlay.
Converts a location in map coordinates to a point in screen coordinates relative to the upper-left corner of the TableTopSceneView.
Converts a screen coordinate (in pixels) to a point on the base surface of the scene within the TableTopSceneView's spatial reference.
Asynchronously converts a screen coordinate relative to the upper-left corner of the scene view to a location in map coordinates.