|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAnalyzeParameters
Provides access to members that control how a mosaic dataset is analyzed.
Method Summary | |
---|---|
boolean |
isAnalyzeDatasetPaths()
Indicates whether paths stored in the RASTER and URI columns associated with each selected mosaic dataset item are analyzed. |
boolean |
isAnalyzeDatasets()
Indicates whether raster dataset associated with each selected mosaic dataset item is analyzed. |
boolean |
isAnalyzeDataSourceValidity()
Indicates whether the validity of data source referenced by the selected selected mosaic dataset items is analyzed. |
boolean |
isAnalyzeFootprints()
Indicates whether the geometry associated with each selected mosaic dataset item is analyzed. |
boolean |
isAnalyzeFunctions()
Indicates whether each raster function associated with each selected mosaic dataset item is analyzed. |
boolean |
isAnalyzeKeyProperties()
Indicates whether raster key properties associated with selected mosaic dataset items are analyzed. |
boolean |
isAnalyzePerformance()
Indicates whether performance of selected mosaic dataset item and of the mosaic dataset as a whole is analyzed. |
boolean |
isAnalyzePyramids()
Indicates whether raster pyramids associated with selected mosaic dataset items are analyzed. |
boolean |
isAnalyzeStaleItems()
Indicates whether selected mosaic dataset item are analyzed for being stale. |
boolean |
isAnalyzeStatistics()
Indicates whether raster statistics associated with selected mosaic dataset items are analyzed. |
boolean |
isAnalyzeVisibility()
Indicates whether the visibility of each selected mosaic dataset item is analyzed. |
boolean |
isClearErrors()
Indicates whether the error and status tables are cleared prior to the analysis. |
boolean |
isCollectStatistics()
Indicates whether statistics on selected mosaic dataset item are collected. |
void |
setAnalyzeDatasetPaths(boolean pbAnalyzeDatasetPaths)
Indicates whether paths stored in the RASTER and URI columns associated with each selected mosaic dataset item are analyzed. |
void |
setAnalyzeDatasets(boolean pbAnalyzeDatasets)
Indicates whether raster dataset associated with each selected mosaic dataset item is analyzed. |
void |
setAnalyzeDataSourceValidity(boolean pbAnalyzeDataSourceValidity)
Indicates whether the validity of data source referenced by the selected selected mosaic dataset items is analyzed. |
void |
setAnalyzeFootprints(boolean pbAnalyzeFootprints)
Indicates whether the geometry associated with each selected mosaic dataset item is analyzed. |
void |
setAnalyzeFunctions(boolean pbAnalyzeFunctions)
Indicates whether each raster function associated with each selected mosaic dataset item is analyzed. |
void |
setAnalyzeKeyProperties(boolean pbAnalyzeKeyProperties)
Indicates whether raster key properties associated with selected mosaic dataset items are analyzed. |
void |
setAnalyzePerformance(boolean pbAnalyzePerformance)
Indicates whether performance of selected mosaic dataset item and of the mosaic dataset as a whole is analyzed. |
void |
setAnalyzePyramids(boolean pbAnalyzePyramids)
Indicates whether raster pyramids associated with selected mosaic dataset items are analyzed. |
void |
setAnalyzeStaleItems(boolean pbAnalyzeStaleItems)
Indicates whether selected mosaic dataset item are analyzed for being stale. |
void |
setAnalyzeStatistics(boolean pbAnalyzeStatistics)
Indicates whether raster statistics associated with selected mosaic dataset items are analyzed. |
void |
setAnalyzeVisibility(boolean pbAnalyzeVisibility)
Indicates whether the visibility of each selected mosaic dataset item is analyzed. |
void |
setClearErrors(boolean pbClearErrors)
Indicates whether the error and status tables are cleared prior to the analysis. |
void |
setCollectStatistics(boolean pbCollectStatistics)
Indicates whether statistics on selected mosaic dataset item are collected. |
Method Detail |
---|
void setClearErrors(boolean pbClearErrors) throws IOException, AutomationException
pbClearErrors
- The pbClearErrors (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isClearErrors() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAnalyzeFootprints(boolean pbAnalyzeFootprints) throws IOException, AutomationException
pbAnalyzeFootprints
- The pbAnalyzeFootprints (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAnalyzeFootprints() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAnalyzeDatasetPaths(boolean pbAnalyzeDatasetPaths) throws IOException, AutomationException
pbAnalyzeDatasetPaths
- The pbAnalyzeDatasetPaths (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAnalyzeDatasetPaths() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAnalyzeDatasets(boolean pbAnalyzeDatasets) throws IOException, AutomationException
pbAnalyzeDatasets
- The pbAnalyzeDatasets (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAnalyzeDatasets() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAnalyzeFunctions(boolean pbAnalyzeFunctions) throws IOException, AutomationException
pbAnalyzeFunctions
- The pbAnalyzeFunctions (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAnalyzeFunctions() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAnalyzeVisibility(boolean pbAnalyzeVisibility) throws IOException, AutomationException
pbAnalyzeVisibility
- The pbAnalyzeVisibility (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAnalyzeVisibility() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCollectStatistics(boolean pbCollectStatistics) throws IOException, AutomationException
pbCollectStatistics
- The pbCollectStatistics (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isCollectStatistics() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAnalyzePerformance(boolean pbAnalyzePerformance) throws IOException, AutomationException
pbAnalyzePerformance
- The pbAnalyzePerformance (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAnalyzePerformance() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAnalyzeStaleItems(boolean pbAnalyzeStaleItems) throws IOException, AutomationException
pbAnalyzeStaleItems
- The pbAnalyzeStaleItems (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAnalyzeStaleItems() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAnalyzeStatistics(boolean pbAnalyzeStatistics) throws IOException, AutomationException
pbAnalyzeStatistics
- The pbAnalyzeStatistics (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAnalyzeStatistics() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAnalyzePyramids(boolean pbAnalyzePyramids) throws IOException, AutomationException
pbAnalyzePyramids
- The pbAnalyzePyramids (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAnalyzePyramids() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAnalyzeKeyProperties(boolean pbAnalyzeKeyProperties) throws IOException, AutomationException
pbAnalyzeKeyProperties
- The pbAnalyzeKeyProperties (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAnalyzeKeyProperties() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAnalyzeDataSourceValidity(boolean pbAnalyzeDataSourceValidity) throws IOException, AutomationException
pbAnalyzeDataSourceValidity
- The pbAnalyzeDataSourceValidity (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAnalyzeDataSourceValidity() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |