Class RasterElevationSource
An elevation source based on raster elevation files.
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
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.0 - 200.5 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.5 |