IMosaicDataset Interface

Provides access to members that control a mosaic dataset.

Members

Name Description
Method ApplyFunction Applies a given function to this mosaic dataset on top of all existing functions.
Read-only property Boundary The associated boundary.
Read-only property BoundaryGeometry The associated boundary as a geometry.
Read-only property Catalog The catalog.
Read-only property CatalogType The raster catalog type.
Read-only property Children The mosaic dataset owned tables.
Method ClearFunction Clears all functions appied to this mosaic dataset.
Read/write property DeviceDpi The device DPI.
Read-only property DodgingTable The associated color correction table.
Read/write property LevelsTable The associated cell size levels table.
Read/write property LogTable The associated log table.
Read-only property MosaicFunction The mosaic function.
Read-only property MosaicFunctionArguments The mosaic function arguments.
Read/write property OverviewTable The associated overview table.
Read/write property RasterTypeTable The associated raster types.
Read/write property Referenced Indicates if this is a referenced mosaic dataset.
Read/write property RelativePath The msoaic dataset's relative path.
Read-only property Seamline The associated seamline table.
Read-only property StereoTable The associated stereo table.
Read-only property VisibleFields The visible fields in a mosaic dataset

IMosaicDataset.ApplyFunction Method

Applies a given function to this mosaic dataset on top of all existing functions.

Public Sub ApplyFunction ( _
    ByVal pFunction As IRasterFunction, _
    ByVal pArguments As Object, _
    ByVal Name As String _
)
public void ApplyFunction (
    IRasterFunction pFunction,
    object pArguments,
    string Name
);

IMosaicDataset.Boundary Property

The associated boundary.

Public ReadOnly Property Boundary As IFeatureClass
public IFeatureClass Boundary {get;}

IMosaicDataset.BoundaryGeometry Property

The associated boundary as a geometry.

Public ReadOnly Property BoundaryGeometry As IGeometry
public IGeometry BoundaryGeometry {get;}

IMosaicDataset.Catalog Property

The catalog.

Public ReadOnly Property Catalog As IFeatureClass
public IFeatureClass Catalog {get;}

IMosaicDataset.CatalogType Property

The raster catalog type.

Public ReadOnly Property CatalogType As esriRasterCatalogType
public esriRasterCatalogType CatalogType {get;}

IMosaicDataset.Children Property

The mosaic dataset owned tables.

Public ReadOnly Property Children As IEnumName
public IEnumName Children {get;}

IMosaicDataset.ClearFunction Method

Clears all functions appied to this mosaic dataset.

Public Sub ClearFunction ( _
)
public void ClearFunction (
);

IMosaicDataset.DeviceDpi Property

The device DPI.

Public Property DeviceDpi As Double
public double DeviceDpi {get; set;}

IMosaicDataset.DodgingTable Property

The associated color correction table.

Public ReadOnly Property DodgingTable As ITable
public ITable DodgingTable {get;}

IMosaicDataset.LevelsTable Property

The associated cell size levels table.

Public Property LevelsTable As ITable
public ITable LevelsTable {get; set;}

IMosaicDataset.LogTable Property

The associated log table.

Public Property LogTable As ITable
public ITable LogTable {get; set;}

IMosaicDataset.MosaicFunction Property

The mosaic function.

Public ReadOnly Property MosaicFunction As IMosaicFunction
public IMosaicFunction MosaicFunction {get;}

IMosaicDataset.MosaicFunctionArguments Property

The mosaic function arguments.

Public ReadOnly Property MosaicFunctionArguments As IMosaicFunctionArguments
public IMosaicFunctionArguments MosaicFunctionArguments {get;}

IMosaicDataset.OverviewTable Property

The associated overview table.

Public Property OverviewTable As ITable
public ITable OverviewTable {get; set;}

IMosaicDataset.RasterTypeTable Property

The associated raster types.

Public Property RasterTypeTable As ITable
public ITable RasterTypeTable {get; set;}

IMosaicDataset.Referenced Property

Indicates if this is a referenced mosaic dataset.

Public Property Referenced As Boolean
public bool Referenced {get; set;}

IMosaicDataset.RelativePath Property

The msoaic dataset's relative path.

Public Property RelativePath As String
public string RelativePath {get; set;}

IMosaicDataset.Seamline Property

The associated seamline table.

Public ReadOnly Property Seamline As IFeatureClass
public IFeatureClass Seamline {get;}

IMosaicDataset.StereoTable Property

The associated stereo table.

Public ReadOnly Property StereoTable As ITable
public ITable StereoTable {get;}

IMosaicDataset.VisibleFields Property

The visible fields in a mosaic dataset.

Public ReadOnly Property VisibleFields As String
public string VisibleFields {get;}

Classes that implement IMosaicDataset

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close