Module com.esri.arcgisruntime
Interface SceneViewNavigation
- All Known Implementing Classes:
SceneView
public interface SceneViewNavigation
Interface for navigation of scene view and secondary scene views.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
getCurrentViewpoint
(Viewpoint.Type viewpointType) locationToScreen
(Point location) boolean
boolean
screenToBaseSurface
(Point2D screenPoint) void
setViewpoint
(Viewpoint viewpoint) setViewpointAsync
(Viewpoint viewpoint) setViewpointAsync
(Viewpoint viewpoint, float durationSeconds) void
setViewpointCamera
(Camera camera)
-
Method Details
-
locationToScreen
-
screenToBaseSurface
-
getCurrentViewpointCamera
Camera getCurrentViewpointCamera() -
getCurrentViewpoint
-
setViewpoint
-
setViewpointAsync
-
setViewpointAsync
-
setViewpointCamera
-
addDrawStatusChangedListener
-
removeDrawStatusChangedListener
-