Show / Hide Table of Contents

Class MosaicDatasetRaster

The mosaic dataset object which is derived from a raster object.

Inheritance
System.Object
Raster
MosaicDatasetRaster
Implements
ILoadable
Raster.Path
Raster.Function
Raster.RasterType
Raster.LoadStatus
Raster.LoadError
Raster.CancelLoad()
Raster.LoadAsync()
Raster.RetryLoadAsync()
Raster.Loaded
Raster.LoadStatusChanged
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.Rasters
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class MosaicDatasetRaster : Raster, ILoadable

Constructors

Name Description
MosaicDatasetRaster(String, String)

Initializes a new instance of the MosaicDatasetRaster class.

Methods

Name Description
AddRastersAsync(AddRastersParameters)

Adds rasters to mosaic dataset raster.

Create(Geodatabase, String, SpatialReference)

Creates a mosaic dataset raster with input geodatabase, name, and the desired spatial reference.

Create(String, String, SpatialReference)

Creates a mosaic dataset raster with the specified database path, name, and the desired spatial reference.

GetNames(String)

Returns the string list of names of mosaic dataset table in SQLite database.

Remove(Geodatabase, String)

Deletes mosaic dataset raster from the specified geodatabase.

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.