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. | |
DeviceDpi | The device DPI. | |
DodgingTable | The associated color correction table. | |
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. | |
ViewTable | The associated view table. | |
VisibleFields | The visible fields in a mosaic dataset |
IMosaicDataset2.AnalysisResults Property
The associated analysis results table.
Public Property AnalysisResults As ITable
public ITable AnalysisResults {get; set;}
IMosaicDataset2.CacheTable Property
The cache table associated with the mosaic dataset.
Public Property CacheTable As ITable
public ITable CacheTable {get; set;}
IMosaicDataset2.ComputeCellSizes Method
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.
Public Sub ComputeCellSizes ( _
ByRef pLowCellSize As Double, _
ByRef pHighCellSize As Double _
)
public void ComputeCellSizes (
ref double pLowCellSize,
ref double pHighCellSize
);
IMosaicDataset2.StatusTable Property
The associated status table.
Public Property StatusTable As ITable
public ITable StatusTable {get; set;}
IMosaicDataset2.ViewTable Property
The associated view table.
Public Property ViewTable As ITable
public ITable ViewTable {get; set;}
Inherited Interfaces
Interfaces | Description |
---|---|
IMosaicDataset | Provides access to members that control a mosaic dataset. |
Classes that implement IMosaicDataset2
Classes | Description |
---|