com.esri.arcgis.datasourcesraster
Interface IAnalyzeParameters

All Superinterfaces:
Serializable
All Known Implementing Classes:
AnalyzeParameters

public interface IAnalyzeParameters
extends Serializable

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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

setClearErrors

void setClearErrors(boolean pbClearErrors)
                    throws IOException,
                           AutomationException
Indicates whether the error and status tables are cleared prior to the analysis.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pbClearErrors - The pbClearErrors (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isClearErrors

boolean isClearErrors()
                      throws IOException,
                             AutomationException
Indicates whether the error and status tables are cleared prior to the analysis.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The pbClearErrors
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAnalyzeFootprints

void setAnalyzeFootprints(boolean pbAnalyzeFootprints)
                          throws IOException,
                                 AutomationException
Indicates whether the geometry associated with each selected mosaic dataset item is analyzed.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pbAnalyzeFootprints - The pbAnalyzeFootprints (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isAnalyzeFootprints

boolean isAnalyzeFootprints()
                            throws IOException,
                                   AutomationException
Indicates whether the geometry associated with each selected mosaic dataset item is analyzed.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The pbAnalyzeFootprints
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAnalyzeDatasetPaths

void setAnalyzeDatasetPaths(boolean pbAnalyzeDatasetPaths)
                            throws IOException,
                                   AutomationException
Indicates whether paths stored in the RASTER and URI columns associated with each selected mosaic dataset item are analyzed.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pbAnalyzeDatasetPaths - The pbAnalyzeDatasetPaths (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isAnalyzeDatasetPaths

boolean isAnalyzeDatasetPaths()
                              throws IOException,
                                     AutomationException
Indicates whether paths stored in the RASTER and URI columns associated with each selected mosaic dataset item are analyzed.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The pbAnalyzeDatasetPaths
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAnalyzeDatasets

void setAnalyzeDatasets(boolean pbAnalyzeDatasets)
                        throws IOException,
                               AutomationException
Indicates whether raster dataset associated with each selected mosaic dataset item is analyzed.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pbAnalyzeDatasets - The pbAnalyzeDatasets (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isAnalyzeDatasets

boolean isAnalyzeDatasets()
                          throws IOException,
                                 AutomationException
Indicates whether raster dataset associated with each selected mosaic dataset item is analyzed.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The pbAnalyzeDatasets
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAnalyzeFunctions

void setAnalyzeFunctions(boolean pbAnalyzeFunctions)
                         throws IOException,
                                AutomationException
Indicates whether each raster function associated with each selected mosaic dataset item is analyzed.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pbAnalyzeFunctions - The pbAnalyzeFunctions (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isAnalyzeFunctions

boolean isAnalyzeFunctions()
                           throws IOException,
                                  AutomationException
Indicates whether each raster function associated with each selected mosaic dataset item is analyzed.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The pbAnalyzeFunctions
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAnalyzeVisibility

void setAnalyzeVisibility(boolean pbAnalyzeVisibility)
                          throws IOException,
                                 AutomationException
Indicates whether the visibility of each selected mosaic dataset item is analyzed.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pbAnalyzeVisibility - The pbAnalyzeVisibility (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isAnalyzeVisibility

boolean isAnalyzeVisibility()
                            throws IOException,
                                   AutomationException
Indicates whether the visibility of each selected mosaic dataset item is analyzed.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The pbAnalyzeVisibility
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCollectStatistics

void setCollectStatistics(boolean pbCollectStatistics)
                          throws IOException,
                                 AutomationException
Indicates whether statistics on selected mosaic dataset item are collected.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pbCollectStatistics - The pbCollectStatistics (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isCollectStatistics

boolean isCollectStatistics()
                            throws IOException,
                                   AutomationException
Indicates whether statistics on selected mosaic dataset item are collected.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The pbCollectStatistics
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAnalyzePerformance

void setAnalyzePerformance(boolean pbAnalyzePerformance)
                           throws IOException,
                                  AutomationException
Indicates whether performance of selected mosaic dataset item and of the mosaic dataset as a whole is analyzed.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pbAnalyzePerformance - The pbAnalyzePerformance (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isAnalyzePerformance

boolean isAnalyzePerformance()
                             throws IOException,
                                    AutomationException
Indicates whether performance of selected mosaic dataset item and of the mosaic dataset as a whole is analyzed.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The pbAnalyzePerformance
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAnalyzeStaleItems

void setAnalyzeStaleItems(boolean pbAnalyzeStaleItems)
                          throws IOException,
                                 AutomationException
Indicates whether selected mosaic dataset item are analyzed for being stale.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pbAnalyzeStaleItems - The pbAnalyzeStaleItems (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isAnalyzeStaleItems

boolean isAnalyzeStaleItems()
                            throws IOException,
                                   AutomationException
Indicates whether selected mosaic dataset item are analyzed for being stale.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The pbAnalyzeStaleItems
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAnalyzeStatistics

void setAnalyzeStatistics(boolean pbAnalyzeStatistics)
                          throws IOException,
                                 AutomationException
Indicates whether raster statistics associated with selected mosaic dataset items are analyzed.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pbAnalyzeStatistics - The pbAnalyzeStatistics (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isAnalyzeStatistics

boolean isAnalyzeStatistics()
                            throws IOException,
                                   AutomationException
Indicates whether raster statistics associated with selected mosaic dataset items are analyzed.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The pbAnalyzeStatistics
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAnalyzePyramids

void setAnalyzePyramids(boolean pbAnalyzePyramids)
                        throws IOException,
                               AutomationException
Indicates whether raster pyramids associated with selected mosaic dataset items are analyzed.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pbAnalyzePyramids - The pbAnalyzePyramids (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isAnalyzePyramids

boolean isAnalyzePyramids()
                          throws IOException,
                                 AutomationException
Indicates whether raster pyramids associated with selected mosaic dataset items are analyzed.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The pbAnalyzePyramids
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAnalyzeKeyProperties

void setAnalyzeKeyProperties(boolean pbAnalyzeKeyProperties)
                             throws IOException,
                                    AutomationException
Indicates whether raster key properties associated with selected mosaic dataset items are analyzed.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pbAnalyzeKeyProperties - The pbAnalyzeKeyProperties (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isAnalyzeKeyProperties

boolean isAnalyzeKeyProperties()
                               throws IOException,
                                      AutomationException
Indicates whether raster key properties associated with selected mosaic dataset items are analyzed.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The pbAnalyzeKeyProperties
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAnalyzeDataSourceValidity

void setAnalyzeDataSourceValidity(boolean pbAnalyzeDataSourceValidity)
                                  throws IOException,
                                         AutomationException
Indicates whether the validity of data source referenced by the selected selected mosaic dataset items is analyzed.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pbAnalyzeDataSourceValidity - The pbAnalyzeDataSourceValidity (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isAnalyzeDataSourceValidity

boolean isAnalyzeDataSourceValidity()
                                    throws IOException,
                                           AutomationException
Indicates whether the validity of data source referenced by the selected selected mosaic dataset items is analyzed.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The pbAnalyzeDataSourceValidity
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.