IMosaicDataset3 Interface

Provides access to members that control a mosaic dataset.

Members

Name Description
Read/write property AnalysisResults The associated analysis results table.
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/write property CacheTable The cache table associated with the mosaic dataset.
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.
Method ComputeCellSizes Computes the smallest low cell size and the largest high cell size values from items in the mosaic catalog. The values returned are in the same units as the spatial references of the catalog.
Read/write property DefinitionTable The definition table.
Read/write property DeviceDpi The device DPI.
Read-only property DodgingTable The associated color correction table.
Read/write property FunctionTemplates The collection of function templates.
Method GetRaster Returns the raster associated with the mosaic dataset item that satisfies the specified criteria.
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/write property StatusTable The associated status table.
Read-only property StereoTable The associated stereo table.
Method UpdateFunctionTemplates Updates the collection of function templates associated with the mosaic dataset. Elements in the specified string array may reference new templates by file path (in which case they are loaded) or by template name (in which case they are assumed to have been pr
Read/write property ViewMembershipTable The associated item-view membership table.
Read/write property ViewTable The associated view table.
Read-only property VisibleFields The visible fields in a mosaic dataset

IMosaicDataset3.DefinitionTable Property

The definition table.

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

IMosaicDataset3.FunctionTemplates Property

The collection of function templates.

Public Property FunctionTemplates As IArray
public IArray FunctionTemplates {get; set;}

IMosaicDataset3.GetRaster Method

Returns the raster associated with the mosaic dataset item that satisfies the specified criteria.

Public Function GetRaster ( _
    ByVal itemExpression As String _
) As IRaster
public IRaster GetRaster (
    string itemExpression
);

IMosaicDataset3.UpdateFunctionTemplates Method

Updates the collection of function templates associated with the mosaic dataset. Elements in the specified string array may reference new templates by file path (in which case they are loaded) or by template name (in which case they are assumed to have been pr

Public Sub UpdateFunctionTemplates ( _
    ByVal pFunctionTemplateNames As IStringArray _
)
public void UpdateFunctionTemplates (
    IStringArray pFunctionTemplateNames
);

IMosaicDataset3.ViewMembershipTable Property

The associated item-view membership table.

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

Inherited Interfaces

Interfaces Description
IMosaicDataset2 Provides access to members that control a mosaic dataset.
IMosaicDataset Provides access to members that control a mosaic dataset.

Classes that implement IMosaicDataset3

Classes Description

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