Provides access to members that control a mosaic dataset.
Members
Name | Description | |
---|---|---|
AnalysisResults | The associated analysis results table. | |
ApplyFunction | Applies a given function to this mosaic dataset on top of all existing functions. | |
Boundary | The associated boundary. | |
BoundaryGeometry | The associated boundary as a geometry. | |
CacheTable | The cache table associated with the mosaic dataset. | |
Catalog | The catalog. | |
CatalogType | The raster catalog type. | |
Children | The mosaic dataset owned tables. | |
ClearFunction | Clears all functions appied to this mosaic dataset. | |
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. | |
DefinitionTable | The definition table. | |
DeviceDpi | The device DPI. | |
DodgingTable | The associated color correction table. | |
FunctionTemplates | The collection of function templates. | |
GetRaster | Returns the raster associated with the mosaic dataset item that satisfies the specified criteria. | |
LevelsTable | The associated cell size levels table. | |
LogTable | The associated log table. | |
MosaicFunction | The mosaic function. | |
MosaicFunctionArguments | The mosaic function arguments. | |
OverviewTable | The associated overview table. | |
RasterTypeTable | The associated raster types. | |
Referenced | Indicates if this is a referenced mosaic dataset. | |
RelativePath | The msoaic dataset's relative path. | |
Seamline | The associated seamline table. | |
StatusTable | The associated status table. | |
StereoTable | The associated stereo table. | |
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 | |
ViewMembershipTable | The associated item-view membership table. | |
ViewTable | The associated view table. | |
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 |
---|