Show / Hide Table of Contents

Class RasterElevationSource

An elevation source based on raster elevation files.

Inheritance
System.Object
ElevationSource
RasterElevationSource
Implements
ILoadable
System.ComponentModel.INotifyPropertyChanged
ElevationSource.Loaded
ElevationSource.LoadStatusChanged
ElevationSource.LoadStatus
ElevationSource.LoadError
ElevationSource.CancelLoad()
ElevationSource.LoadAsync()
ElevationSource.RetryLoadAsync()
ElevationSource.PropertyChanged
ElevationSource.IsEnabled
ElevationSource.Name
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Esri.ArcGISRuntime.Mapping
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class RasterElevationSource : ElevationSource, ILoadable, INotifyPropertyChanged
Remarks

A raster elevation source helps visualize maps and layers in 3D by providing a surface that layers may be draped or offset from. You can create a raster elevation source from a collection of raster elevation files, such as Digital Terrain Elevation Data (DTED) format files. See Raster To DTED for more information about creating raster elevation files based on the DTED tiling scheme.

To utilize an elevation source in a scene's surface, add it to the scene's ElevationSources collection.

Constructors

Name Description
RasterElevationSource()

Initializes a new instance of the RasterElevationSource class.

RasterElevationSource(IEnumerable<String>)

Initializes a new instance of the RasterElevationSource class from the given file names.

Properties

Name Description
FileNames

Gets a mutable list of file names of the raster files used for the elevation source.

FullExtent

Gets the extent of all elevation data in this source.

Applies to

TargetVersions
.NET Standard 2.0100.3 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.0 - 200.7
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.7
In This Article
Back to top Copyright © 2022 Esri.