Show / Hide Table of Contents

Class RasterElevationSource

Class that represents an elevation source that can visualize raster elevation files.

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

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 - 100.14
.NET 6.0100.13 - 100.14
.NET 6.0 Windows100.13 - 100.14
.NET Framework100.0 - 100.14
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.0 - 100.14
Xamarin.iOS100.0 - 100.14
UWP100.0 - 100.14
In This Article
Back to top Copyright © 2021 Esri.