Table Top Scene View
A scene view that provides an augmented reality table top experience.
Since
200.6.0
Parameters
the ArcGISScene to be rendered by this TableTopSceneView
the Point in the ArcGISScene used to anchor the scene with a physical surface.
determines how many meters the scene view translates as the device moves. A useful formula for determining this value is translation factor = virtual content width / desired physical content width
. The virtual content width is the real-world size of the scene content and the desired physical content width is the physical table top width. The virtual content width is determined by the clippingDistance in meters around the arcGISSceneAnchor. For example, in order to setup a table top scene where scene data should be displayed within a 400 meter radius around the arcGISSceneAnchor and be placed on a table top that is 1 meter wide: translation factor = 400 meter / 1 meter
.
Modifier to be applied to the TableTopSceneView
the clipping distance in meters around the arcGISSceneAnchor. A null means that no data will be clipped.
a callback that is invoked when the initialization status of the TableTopSceneView changes.
whether to request the camera permission automatically. If set to true
, the camera permission will be requested automatically when the composable is first displayed. The default value is true
. Set to false if your application takes care of requesting camera permissions before displaying the TableTopSceneView.
lambda invoked when the viewpoint changes, passing a viewpoint type of ViewpointType.CenterAndScale
lambda invoked when the viewpoint changes, passing a viewpoint type of ViewpointType.BoundingGeometry
graphics overlays used by this TableTopSceneView
the TableTopSceneViewProxy to associate with the TableTopSceneView
the ViewLabelProperties used by the TableTopSceneView
the SelectionProperties used by the TableTopSceneView
true if attribution bar is visible in the TableTopSceneView, false otherwise
lambda invoked when the attribution text of the TableTopSceneView has changed
lambda invoked when the attribution bar's position or size changes
analysis overlays that render the results of 3D visual analysis on the TableTopSceneView
image overlays for displaying images in the TableTopSceneView
the TimeExtent used by the TableTopSceneView
lambda invoked when the TableTopSceneView's TimeExtent is changed
the position of the sun in the TableTopSceneView based on a specific date and time
the type of ambient sunlight and shadows in the TableTopSceneView
the color of the TableTopSceneView's ambient light
lambda invoked when the navigation status of the TableTopSceneView has changed
lambda invoked when the spatial reference of the TableTopSceneView has changed
lambda invoked when the TableTopSceneView's layer view state is changed
lambda invoked when the user starts and ends interacting with the TableTopSceneView
lambda invoked when the viewpoint camera of the TableTopSceneView has changed
lambda invoked when a user performs a rotation gesture on the TableTopSceneView
lambda invoked when a user performs a pinch gesture on the TableTopSceneView
lambda invoked when the user removes all their pointers from the TableTopSceneView
lambda invoked when the user first presses on the TableTopSceneView
lambda invoked when the user taps once on the TableTopSceneView
lambda invoked the user double taps on the TableTopSceneView
lambda invoked when a user holds a pointer on the TableTopSceneView
lambda invoked when a user taps two pointers on the TableTopSceneView
lambda invoked when a user drags a pointer or pointers across TableTopSceneView
the content of the TableTopSceneView