com.esri.arcgis.datasourcesraster
Class AnalyzeParameters

java.lang.Object
  extended by com.esri.arcgis.datasourcesraster.AnalyzeParameters
All Implemented Interfaces:
IAnalyzeParameters, IMosaicDatasetOperationParameters, ISelectionParameters, com.esri.arcgis.interop.RemoteObjRef, Serializable

public class AnalyzeParameters
extends Object
implements com.esri.arcgis.interop.RemoteObjRef, IMosaicDatasetOperationParameters, ISelectionParameters, IAnalyzeParameters

An object that controls how a mosaic dataset is analyzed.

Product Availability

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

See Also:
Serialized Form

Constructor Summary
AnalyzeParameters()
          Constructs a AnalyzeParameters using ArcGIS Engine.
AnalyzeParameters(Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
AnalyzeParameters theAnalyzeParameters = (AnalyzeParameters) obj;
 
Method Summary
 boolean equals(Object o)
          Compare this object with another
static String getClsid()
          getClsid.
 IPropertySet getParameters()
          All parameters associated with the mosaic dataset operation.
 IProgressor getProgressor()
          The external progressor object associated with the mosaic dataset operation.
 IQueryFilter getQueryFilter()
          The query filter applied on the selection set to identify the collection of catalog items on which to perform the associated operation.
 IPropertySet getResults()
          The properties of the result associated with the mosaic dataset operation.
 ISelectionSet getSelectionSet()
          The selection set that identifies the collection of catalog items on which to perform the associated operation.
 int hashCode()
          the hashcode for this object
 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.
 boolean isDatasetReadOnly()
          Indicates whether the mosaic dataset is in read-only mode.
 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.
 void setIsDatasetReadOnly(boolean pbIsDatasetReadOnly)
          Indicates whether the mosaic dataset is in read-only mode.
 void setParametersByRef(IPropertySet ppAllParameters)
          All parameters associated with the mosaic dataset operation.
 void setProgressorByRef(IProgressor ppProgressor)
          The external progressor object associated with the mosaic dataset operation.
 void setQueryFilterByRef(IQueryFilter ppQueryFilter)
          The query filter applied on the selection set to identify the collection of catalog items on which to perform the associated operation.
 void setResultsByRef(IPropertySet ppOperationResults)
          The properties of the result associated with the mosaic dataset operation.
 void setSelectionSetByRef(ISelectionSet ppSelectionSet)
          The selection set that identifies the collection of catalog items on which to perform the associated operation.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef
getJintegraDispatch, release
 

Constructor Detail

AnalyzeParameters

public AnalyzeParameters()
                  throws IOException,
                         UnknownHostException
Constructs a AnalyzeParameters using ArcGIS Engine.

Throws:
IOException - if there are interop problems
UnknownHostException - if there are interop problems

AnalyzeParameters

public AnalyzeParameters(Object obj)
                  throws IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
AnalyzeParameters theAnalyzeParameters = (AnalyzeParameters) obj;

Construct a AnalyzeParameters using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to AnalyzeParameters.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
IOException - if there are interop problems
Method Detail

getClsid

public static String getClsid()
getClsid.


equals

public boolean equals(Object o)
Compare this object with another

Overrides:
equals in class Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class Object

setParametersByRef

public void setParametersByRef(IPropertySet ppAllParameters)
                        throws IOException,
                               AutomationException
All parameters associated with the mosaic dataset operation.

Product Availability

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

Specified by:
setParametersByRef in interface IMosaicDatasetOperationParameters
Parameters:
ppAllParameters - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getParameters

public IPropertySet getParameters()
                           throws IOException,
                                  AutomationException
All parameters associated with the mosaic dataset operation.

Product Availability

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

Specified by:
getParameters in interface IMosaicDatasetOperationParameters
Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setProgressorByRef

public void setProgressorByRef(IProgressor ppProgressor)
                        throws IOException,
                               AutomationException
The external progressor object associated with the mosaic dataset operation.

Product Availability

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

Specified by:
setProgressorByRef in interface IMosaicDatasetOperationParameters
Parameters:
ppProgressor - A reference to a com.esri.arcgis.system.IProgressor (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getProgressor

public IProgressor getProgressor()
                          throws IOException,
                                 AutomationException
The external progressor object associated with the mosaic dataset operation.

Product Availability

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

Specified by:
getProgressor in interface IMosaicDatasetOperationParameters
Returns:
A reference to a com.esri.arcgis.system.IProgressor
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIsDatasetReadOnly

public void setIsDatasetReadOnly(boolean pbIsDatasetReadOnly)
                          throws IOException,
                                 AutomationException
Indicates whether the mosaic dataset is in read-only mode. Mosaic dataset operations do not perform write operations on a read-only mosaic.

Product Availability

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

Specified by:
setIsDatasetReadOnly in interface IMosaicDatasetOperationParameters
Parameters:
pbIsDatasetReadOnly - The pbIsDatasetReadOnly (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isDatasetReadOnly

public boolean isDatasetReadOnly()
                          throws IOException,
                                 AutomationException
Indicates whether the mosaic dataset is in read-only mode. Mosaic dataset operations do not perform write operations on a read-only mosaic.

Product Availability

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

Specified by:
isDatasetReadOnly in interface IMosaicDatasetOperationParameters
Returns:
The pbIsDatasetReadOnly
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setResultsByRef

public void setResultsByRef(IPropertySet ppOperationResults)
                     throws IOException,
                            AutomationException
The properties of the result associated with the mosaic dataset operation.

Product Availability

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

Specified by:
setResultsByRef in interface IMosaicDatasetOperationParameters
Parameters:
ppOperationResults - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getResults

public IPropertySet getResults()
                        throws IOException,
                               AutomationException
The properties of the result associated with the mosaic dataset operation.

Product Availability

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

Specified by:
getResults in interface IMosaicDatasetOperationParameters
Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSelectionSetByRef

public void setSelectionSetByRef(ISelectionSet ppSelectionSet)
                          throws IOException,
                                 AutomationException
The selection set that identifies the collection of catalog items on which to perform the associated operation.

Product Availability

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

Specified by:
setSelectionSetByRef in interface ISelectionParameters
Parameters:
ppSelectionSet - A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSelectionSet

public ISelectionSet getSelectionSet()
                              throws IOException,
                                     AutomationException
The selection set that identifies the collection of catalog items on which to perform the associated operation.

Product Availability

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

Specified by:
getSelectionSet in interface ISelectionParameters
Returns:
A reference to a com.esri.arcgis.geodatabase.ISelectionSet
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setQueryFilterByRef

public void setQueryFilterByRef(IQueryFilter ppQueryFilter)
                         throws IOException,
                                AutomationException
The query filter applied on the selection set to identify the collection of catalog items on which to perform the associated operation. If no selection is specified, the query filter is applied on the entire catalog.

Product Availability

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

Specified by:
setQueryFilterByRef in interface ISelectionParameters
Parameters:
ppQueryFilter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getQueryFilter

public IQueryFilter getQueryFilter()
                            throws IOException,
                                   AutomationException
The query filter applied on the selection set to identify the collection of catalog items on which to perform the associated operation. If no selection is specified, the query filter is applied on the entire catalog.

Product Availability

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

Specified by:
getQueryFilter in interface ISelectionParameters
Returns:
A reference to a com.esri.arcgis.geodatabase.IQueryFilter
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setClearErrors

public 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.

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

isClearErrors

public 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.

Specified by:
isClearErrors in interface IAnalyzeParameters
Returns:
The pbClearErrors
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAnalyzeFootprints

public 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.

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

isAnalyzeFootprints

public 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.

Specified by:
isAnalyzeFootprints in interface IAnalyzeParameters
Returns:
The pbAnalyzeFootprints
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAnalyzeDatasetPaths

public 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.

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

isAnalyzeDatasetPaths

public 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.

Specified by:
isAnalyzeDatasetPaths in interface IAnalyzeParameters
Returns:
The pbAnalyzeDatasetPaths
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAnalyzeDatasets

public 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.

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

isAnalyzeDatasets

public 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.

Specified by:
isAnalyzeDatasets in interface IAnalyzeParameters
Returns:
The pbAnalyzeDatasets
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAnalyzeFunctions

public 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.

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

isAnalyzeFunctions

public 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.

Specified by:
isAnalyzeFunctions in interface IAnalyzeParameters
Returns:
The pbAnalyzeFunctions
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAnalyzeVisibility

public 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.

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

isAnalyzeVisibility

public 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.

Specified by:
isAnalyzeVisibility in interface IAnalyzeParameters
Returns:
The pbAnalyzeVisibility
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCollectStatistics

public 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.

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

isCollectStatistics

public 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.

Specified by:
isCollectStatistics in interface IAnalyzeParameters
Returns:
The pbCollectStatistics
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAnalyzePerformance

public 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.

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

isAnalyzePerformance

public 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.

Specified by:
isAnalyzePerformance in interface IAnalyzeParameters
Returns:
The pbAnalyzePerformance
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAnalyzeStaleItems

public 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.

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

isAnalyzeStaleItems

public 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.

Specified by:
isAnalyzeStaleItems in interface IAnalyzeParameters
Returns:
The pbAnalyzeStaleItems
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAnalyzeStatistics

public 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.

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

isAnalyzeStatistics

public 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.

Specified by:
isAnalyzeStatistics in interface IAnalyzeParameters
Returns:
The pbAnalyzeStatistics
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAnalyzePyramids

public 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.

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

isAnalyzePyramids

public 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.

Specified by:
isAnalyzePyramids in interface IAnalyzeParameters
Returns:
The pbAnalyzePyramids
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAnalyzeKeyProperties

public 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.

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

isAnalyzeKeyProperties

public 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.

Specified by:
isAnalyzeKeyProperties in interface IAnalyzeParameters
Returns:
The pbAnalyzeKeyProperties
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAnalyzeDataSourceValidity

public 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.

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

isAnalyzeDataSourceValidity

public 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.

Specified by:
isAnalyzeDataSourceValidity in interface IAnalyzeParameters
Returns:
The pbAnalyzeDataSourceValidity
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.