Scene View Proxy
Used to perform operations on a composable SceneView.
There should be a one-to-one relationship between a SceneViewProxy and a composable SceneView. This relationship is established by passing an instance of SceneViewProxy to the composable SceneView function. Operations can only be performed once the associated composable SceneView has entered the composition. Operations performed when the associated composable SceneView is not in the composition will fail gracefully, i.e. won't throw exceptions but won't return a successful result.
Since
200.4.0
Properties
The horizontal field of view of the scene view in degrees.
The ratio indicates how much the vertical field of view is distorted.
Indicates whether manual rendering is enabled or not.
True if continuous panning across the international date line is enabled, false otherwise. By default, a GeoView attempts to wrap the ArcGISMap or ArcGISScene across the international date line for a continuous panning user experience. The eastern and western hemispheres wrap to form a continuous map, giving the impression that the map is endless.
Functions
Exports an image snapshot of the current composable MapView or SceneView.
Retrieves the analysis' status in the view.
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 scene view.
Draws the scene based on a user-defined pulse. In order for this method to have any effect, isManualRenderingEnabled has to be set to true
Converts a screen coordinate to a location on the base surface in scene coordinates, considering only the scene's base surface and ignoring other scene content.
Converts a screen coordinate to a location in scene coordinates, considering both the scene's base surface and other scene content.
Animate the geo view's viewpoint to the viewpoint of the bookmark.
Sets the field of view on the scene view in degrees and determines how much the vertical field of view is distorted.
Matches the field of view of the scene view to the field of view of a camera lens using the lens characteristics. All parameter values must be greater than 0.
Sets whether manual rendering is enabled or not.
Change the geo view to the new viewpoint. The viewpoint is updated instantaneously.
Animate the geo view to the new viewpoint, taking the given duration to complete the navigation.
Change the scene view to the viewpoint specified by the given camera. The viewpoint is updated instantaneously.
Animate the scene view to the viewpoint specified by the given camera using the specified duration.