WorldScaleSceneViewProxy
Used to perform operations on a WorldScaleSceneView.
There should be a one-to-one relationship between a WorldScaleSceneViewProxy and a WorldScaleSceneView. This relationship is established by passing an instance of WorldScaleSceneViewProxy to the WorldScaleSceneView function. Operations can only be performed once the associated composable WorldScaleSceneView has entered the composition. Operations performed when the associated composable WorldScaleSceneView is not in the composition will fail gracefully, i.e. won't throw exceptions but won't return a successful result.
Since
200.7.0
Properties
The horizontal field of view of the WorldScaleSceneView 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 WorldScaleSceneView, false otherwise. A null value represents that it is currently undetermined.
Functions
Exports an image snapshot of the current WorldScaleSceneView.
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 WorldScaleSceneView.
Converts a screen coordinate (in pixels) to a point on the base surface of the scene within the WorldScaleSceneView's spatial reference.
Asynchronously converts a screen coordinate relative to the upper-left corner of the scene view to a location in map coordinates.