com.esri.arcgis.datasourcesraster
Class IAnalyzeParametersProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesraster.IAnalyzeParametersProxy
All Implemented Interfaces:
IAnalyzeParameters, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IAnalyzeParameters'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

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 =

public class IAnalyzeParametersProxy
extends com.esri.arcgis.interop.Dispatch
implements IAnalyzeParameters, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IAnalyzeParameters
IID, IID176ce686_ab2e_47db_b520_37c81f517b6c
 
Constructor Summary
  IAnalyzeParametersProxy()
          Deprecated. For internal use only
  IAnalyzeParametersProxy(java.lang.Object obj)
          Deprecated.  
protected IAnalyzeParametersProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IAnalyzeParametersProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IAnalyzeParametersProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 boolean isAnalyzeDatasetPaths()
          Deprecated. Indicates whether paths stored in the RASTER and URI columns associated with each selected mosaic dataset item are analyzed.
 boolean isAnalyzeDatasets()
          Deprecated. Indicates whether raster dataset associated with each selected mosaic dataset item is analyzed.
 boolean isAnalyzeDataSourceValidity()
          Deprecated. Indicates whether the validity of data source referenced by the selected selected mosaic dataset items is analyzed.
 boolean isAnalyzeFootprints()
          Deprecated. Indicates whether the geometry associated with each selected mosaic dataset item is analyzed.
 boolean isAnalyzeFunctions()
          Deprecated. Indicates whether each raster function associated with each selected mosaic dataset item is analyzed.
 boolean isAnalyzeKeyProperties()
          Deprecated. Indicates whether raster key properties associated with selected mosaic dataset items are analyzed.
 boolean isAnalyzePerformance()
          Deprecated. Indicates whether performance of selected mosaic dataset item and of the mosaic dataset as a whole is analyzed.
 boolean isAnalyzePyramids()
          Deprecated. Indicates whether raster pyramids associated with selected mosaic dataset items are analyzed.
 boolean isAnalyzeStaleItems()
          Deprecated. Indicates whether selected mosaic dataset item are analyzed for being stale.
 boolean isAnalyzeStatistics()
          Deprecated. Indicates whether raster statistics associated with selected mosaic dataset items are analyzed.
 boolean isAnalyzeVisibility()
          Deprecated. Indicates whether the visibility of each selected mosaic dataset item is analyzed.
 boolean isClearErrors()
          Deprecated. Indicates whether the error and status tables are cleared prior to the analysis.
 boolean isCollectStatistics()
          Deprecated. Indicates whether statistics on selected mosaic dataset item are collected.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setAnalyzeDatasetPaths(boolean pbAnalyzeDatasetPaths)
          Deprecated. Indicates whether paths stored in the RASTER and URI columns associated with each selected mosaic dataset item are analyzed.
 void setAnalyzeDatasets(boolean pbAnalyzeDatasets)
          Deprecated. Indicates whether raster dataset associated with each selected mosaic dataset item is analyzed.
 void setAnalyzeDataSourceValidity(boolean pbAnalyzeDataSourceValidity)
          Deprecated. Indicates whether the validity of data source referenced by the selected selected mosaic dataset items is analyzed.
 void setAnalyzeFootprints(boolean pbAnalyzeFootprints)
          Deprecated. Indicates whether the geometry associated with each selected mosaic dataset item is analyzed.
 void setAnalyzeFunctions(boolean pbAnalyzeFunctions)
          Deprecated. Indicates whether each raster function associated with each selected mosaic dataset item is analyzed.
 void setAnalyzeKeyProperties(boolean pbAnalyzeKeyProperties)
          Deprecated. Indicates whether raster key properties associated with selected mosaic dataset items are analyzed.
 void setAnalyzePerformance(boolean pbAnalyzePerformance)
          Deprecated. Indicates whether performance of selected mosaic dataset item and of the mosaic dataset as a whole is analyzed.
 void setAnalyzePyramids(boolean pbAnalyzePyramids)
          Deprecated. Indicates whether raster pyramids associated with selected mosaic dataset items are analyzed.
 void setAnalyzeStaleItems(boolean pbAnalyzeStaleItems)
          Deprecated. Indicates whether selected mosaic dataset item are analyzed for being stale.
 void setAnalyzeStatistics(boolean pbAnalyzeStatistics)
          Deprecated. Indicates whether raster statistics associated with selected mosaic dataset items are analyzed.
 void setAnalyzeVisibility(boolean pbAnalyzeVisibility)
          Deprecated. Indicates whether the visibility of each selected mosaic dataset item is analyzed.
 void setClearErrors(boolean pbClearErrors)
          Deprecated. Indicates whether the error and status tables are cleared prior to the analysis.
 void setCollectStatistics(boolean pbCollectStatistics)
          Deprecated. Indicates whether statistics on selected mosaic dataset item are collected.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IAnalyzeParametersProxy

public IAnalyzeParametersProxy(java.lang.String CLSID,
                               java.lang.String host,
                               com.esri.arcgis.interop.AuthInfo authInfo)
                        throws java.net.UnknownHostException,
                               java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IAnalyzeParametersProxy

public IAnalyzeParametersProxy()
Deprecated. 
For internal use only


IAnalyzeParametersProxy

public IAnalyzeParametersProxy(java.lang.Object obj)
                        throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IAnalyzeParametersProxy

protected IAnalyzeParametersProxy(java.lang.Object obj,
                                  java.lang.String iid)
                           throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IAnalyzeParametersProxy

protected IAnalyzeParametersProxy(java.lang.String CLSID,
                                  java.lang.String iid,
                                  java.lang.String host,
                                  com.esri.arcgis.interop.AuthInfo authInfo)
                           throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

setClearErrors

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

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

isClearErrors

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

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

setAnalyzeFootprints

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

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

isAnalyzeFootprints

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

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

setAnalyzeDatasetPaths

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

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

isAnalyzeDatasetPaths

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

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

setAnalyzeDatasets

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

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

isAnalyzeDatasets

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

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

setAnalyzeFunctions

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

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

isAnalyzeFunctions

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

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

setAnalyzeVisibility

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

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

isAnalyzeVisibility

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

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

setCollectStatistics

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

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

isCollectStatistics

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

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

setAnalyzePerformance

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

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

isAnalyzePerformance

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

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

setAnalyzeStaleItems

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

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

isAnalyzeStaleItems

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

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

setAnalyzeStatistics

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

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

isAnalyzeStatistics

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

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

setAnalyzePyramids

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

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

isAnalyzePyramids

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

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

setAnalyzeKeyProperties

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

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

isAnalyzeKeyProperties

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

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

setAnalyzeDataSourceValidity

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

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

isAnalyzeDataSourceValidity

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

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