Provides access to members that control parameters to an operation on a mosaic dataset.

Members

Name Description
Read/write property IsDatasetReadOnly Indicates whether the mosaic dataset is in read-only mode. Mosaic dataset operations do not perform write operations on a read-only mosaic.
Read/write property Parameters All parameters associated with the mosaic dataset operation.
Read/write property Progressor The external progressor object associated with the mosaic dataset operation.
Read/write property Results The properties of the result associated with the mosaic dataset operation.

IMosaicDatasetOperationParameters.IsDatasetReadOnly Property

Indicates whether the mosaic dataset is in read-only mode. Mosaic dataset operations do not perform write operations on a read-only mosaic.

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

IMosaicDatasetOperationParameters.Parameters Property

All parameters associated with the mosaic dataset operation.

Public Property Parameters As IPropertySet
public IPropertySet Parameters {get; set;}

IMosaicDatasetOperationParameters.Progressor Property

The external progressor object associated with the mosaic dataset operation.

Public Property Progressor As IProgressor
public IProgressor Progressor {get; set;}

IMosaicDatasetOperationParameters.Results Property

The properties of the result associated with the mosaic dataset operation.

Public Property Results As IPropertySet
public IPropertySet Results {get; set;}

Classes that implement IMosaicDatasetOperationParameters

Classes Description
AddNewerRastersParameters (esriDataSourcesRaster) An object that controls how newwer rasters are added to a mosaic dataset.
AddRastersParameters (esriDataSourcesRaster) An object that controls how rasters are added to a mosaic dataset.
AnalyzeParameters (esriDataSourcesRaster) An object that controls how a mosaic dataset is analyzed.
BuildBoundaryParameters (esriDataSourcesRaster) An object that controls how the boundary of a mosaic dataset is computed.
BuildFootprintsParameters (esriDataSourcesRaster) An object that controls how footrints of items in a mosaic dataset are computed.
BuildMultidimensionalInfoParameters (esriDataSourcesRaster) An object that controls how multidimensional info a mosaic dataset is generated.
BuildSeamlinesParameters (esriDataSourcesRaster) An object that controls how the seamline geometry for items in a mosiac dataset are computed.
CalculateCellSizeRangesParameters (esriDataSourcesRaster) An object that controls how visibility ranges for items in a mosaic dataset are computed.
ComputeDirtyAreaParameters (esriDataSourcesRaster) An object that controls how a mosaic dataset's dirty area geometry is computed.
ComputePixelAlignmentParameters (esriDataSourcesRaster) An object that controls how pixel alignment of mosaic dataset items is computed.
CreateMosaicDatasetParameters (esriDataSourcesRaster) An object that controls how a mosaic dataset is created.
DefineNoDataParameters (esriDataSourcesRaster) An object that controls how NoData values are defined for items in a mosaic dataset.
DefineOverviewsParameters (esriDataSourcesRaster) An object that controls how new overview items are created in a mosaic dataset.
EstimateStatisticsParameters (esriDataSourcesRaster) An object that controls how raster statistics of a mosaic dataset are estimated.
ExportGeometryParameters (esriDataSourcesRaster) An object that controls how geometries in a mosaic dataset are exported.
ExportItemsParameters (esriDataSourcesRaster) An object that controls how items in a mosaic dataset are exported.
GenerateOverviewsParameters (esriDataSourcesRaster) An object that controls how a mosaic dataset's overview images are generated.
ImageViewOperationParameters (esriDataSourcesRaster) An object that controls image view operations on a mosaic dataset.
ImportGeometryParameters (esriDataSourcesRaster) An object that controls how a mosaic dataset's geometry gets imported.
MosaicDatasetSelectionParameters (esriDataSourcesRaster) An object that controls how rasters in a mosaic dataset are selected.
QueryPathsParameters (esriDataSourcesRaster) An object that controls how paths referenced by a mosaic dataset and items in the mosaic dataset are queried.
RemoveItemsParameters (esriDataSourcesRaster) An object that controls how items are removed from a mosaic dataset.
ReplacePathsParameters (esriDataSourcesRaster) An object that controls how paths referenced by a mosaic dataset and items in the mosaic dataset are updated.
SynchronizeParameters (esriDataSourcesRaster) An object that controls how items in a mosaic dataset are synchronized.

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