Display a scene with a terrain surface and some imagery.
Scene views are 3D representations of real-world areas and objects. Scene views are helpful for visualizing complex datasets where 3D relationships, topography, and elevation of elements are important factors.
When loaded, the sample will display a scene. Pan and zoom to explore the scene.
- Create a
Scene
object with theBasemapStyle.ArcGISImageryStandard
basemap style. - Create an
ArcGISTiledElevationSource
object and add it to the scene's base surface. - Create a
SceneView
object to display the map. - Set the scene to the scene view.
- ArcGISTiledElevationSource
- Scene
- SceneView
3D, basemap, elevation, scene, surface