public interface IAnalyzeParameters
extends java.io.Serializable
Description: 'Provides access to members that control how a mosaic dataset is analyzed.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID176ce686_ab2e_47db_b520_37c81f517b6c |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID176ce686_ab2e_47db_b520_37c81f517b6c
static final int xxDummy
static final java.lang.String IID
void setClearErrors(boolean pbClearErrors) throws java.io.IOException, AutomationException
pbClearErrors
- The pbClearErrors (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isClearErrors() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAnalyzeFootprints(boolean pbAnalyzeFootprints) throws java.io.IOException, AutomationException
pbAnalyzeFootprints
- The pbAnalyzeFootprints (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isAnalyzeFootprints() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAnalyzeDatasetPaths(boolean pbAnalyzeDatasetPaths) throws java.io.IOException, AutomationException
pbAnalyzeDatasetPaths
- The pbAnalyzeDatasetPaths (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isAnalyzeDatasetPaths() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAnalyzeDatasets(boolean pbAnalyzeDatasets) throws java.io.IOException, AutomationException
pbAnalyzeDatasets
- The pbAnalyzeDatasets (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isAnalyzeDatasets() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAnalyzeFunctions(boolean pbAnalyzeFunctions) throws java.io.IOException, AutomationException
pbAnalyzeFunctions
- The pbAnalyzeFunctions (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isAnalyzeFunctions() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAnalyzeVisibility(boolean pbAnalyzeVisibility) throws java.io.IOException, AutomationException
pbAnalyzeVisibility
- The pbAnalyzeVisibility (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isAnalyzeVisibility() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCollectStatistics(boolean pbCollectStatistics) throws java.io.IOException, AutomationException
pbCollectStatistics
- The pbCollectStatistics (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isCollectStatistics() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAnalyzePerformance(boolean pbAnalyzePerformance) throws java.io.IOException, AutomationException
pbAnalyzePerformance
- The pbAnalyzePerformance (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isAnalyzePerformance() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAnalyzeStaleItems(boolean pbAnalyzeStaleItems) throws java.io.IOException, AutomationException
pbAnalyzeStaleItems
- The pbAnalyzeStaleItems (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isAnalyzeStaleItems() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAnalyzeStatistics(boolean pbAnalyzeStatistics) throws java.io.IOException, AutomationException
pbAnalyzeStatistics
- The pbAnalyzeStatistics (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isAnalyzeStatistics() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAnalyzePyramids(boolean pbAnalyzePyramids) throws java.io.IOException, AutomationException
pbAnalyzePyramids
- The pbAnalyzePyramids (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isAnalyzePyramids() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAnalyzeKeyProperties(boolean pbAnalyzeKeyProperties) throws java.io.IOException, AutomationException
pbAnalyzeKeyProperties
- The pbAnalyzeKeyProperties (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isAnalyzeKeyProperties() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAnalyzeDataSourceValidity(boolean pbAnalyzeDataSourceValidity) throws java.io.IOException, AutomationException
pbAnalyzeDataSourceValidity
- The pbAnalyzeDataSourceValidity (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isAnalyzeDataSourceValidity() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.