IAnalyzeParameters Interface

Provides access to members that control how a mosaic dataset is analyzed.

Members

Name Description
Read/write property AnalyzeDatasetPaths Indicates whether paths stored in the RASTER and URI columns associated with each selected mosaic dataset item are analyzed.
Read/write property AnalyzeDatasets Indicates whether raster dataset associated with each selected mosaic dataset item is analyzed.
Read/write property AnalyzeDataSourceValidity Indicates whether the validity of data source referenced by the selected selected mosaic dataset items is analyzed.
Read/write property AnalyzeFootprints Indicates whether the geometry associated with each selected mosaic dataset item is analyzed.
Read/write property AnalyzeFunctions Indicates whether each raster function associated with each selected mosaic dataset item is analyzed.
Read/write property AnalyzeKeyProperties Indicates whether raster key properties associated with selected mosaic dataset items are analyzed.
Read/write property AnalyzePerformance Indicates whether performance of selected mosaic dataset item and of the mosaic dataset as a whole is analyzed.
Read/write property AnalyzePyramids Indicates whether raster pyramids associated with selected mosaic dataset items are analyzed.
Read/write property AnalyzeStaleItems Indicates whether selected mosaic dataset item are analyzed for being stale.
Read/write property AnalyzeStatistics Indicates whether raster statistics associated with selected mosaic dataset items are analyzed.
Read/write property AnalyzeVisibility Indicates whether the visibility of each selected mosaic dataset item is analyzed.
Read/write property ClearErrors Indicates whether the error and status tables are cleared prior to the analysis.
Read/write property CollectStatistics Indicates whether statistics on selected mosaic dataset item are collected.

IAnalyzeParameters.AnalyzeDatasetPaths Property

Indicates whether paths stored in the RASTER and URI columns associated with each selected mosaic dataset item are analyzed.

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

IAnalyzeParameters.AnalyzeDatasets Property

Indicates whether raster dataset associated with each selected mosaic dataset item is analyzed.

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

IAnalyzeParameters.AnalyzeDataSourceValidity Property

Indicates whether the validity of data source referenced by the selected selected mosaic dataset items is analyzed.

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

IAnalyzeParameters.AnalyzeFootprints Property

Indicates whether the geometry associated with each selected mosaic dataset item is analyzed.

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

IAnalyzeParameters.AnalyzeFunctions Property

Indicates whether each raster function associated with each selected mosaic dataset item is analyzed.

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

IAnalyzeParameters.AnalyzeKeyProperties Property

Indicates whether raster key properties associated with selected mosaic dataset items are analyzed.

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

IAnalyzeParameters.AnalyzePerformance Property

Indicates whether performance of selected mosaic dataset item and of the mosaic dataset as a whole is analyzed.

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

IAnalyzeParameters.AnalyzePyramids Property

Indicates whether raster pyramids associated with selected mosaic dataset items are analyzed.

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

IAnalyzeParameters.AnalyzeStaleItems Property

Indicates whether selected mosaic dataset item are analyzed for being stale.

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

IAnalyzeParameters.AnalyzeStatistics Property

Indicates whether raster statistics associated with selected mosaic dataset items are analyzed.

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

IAnalyzeParameters.AnalyzeVisibility Property

Indicates whether the visibility of each selected mosaic dataset item is analyzed.

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

IAnalyzeParameters.ClearErrors Property

Indicates whether the error and status tables are cleared prior to the analysis.

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

IAnalyzeParameters.CollectStatistics Property

Indicates whether statistics on selected mosaic dataset item are collected.

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

Classes that implement IAnalyzeParameters

Classes Description
AnalyzeParameters An object that controls how a mosaic dataset is analyzed.

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