com.esri.arcgis.datasourcesraster
Class IRemoveItemsParameters2Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesraster.IRemoveItemsParametersProxy
          extended by com.esri.arcgis.datasourcesraster.IRemoveItemsParameters2Proxy
All Implemented Interfaces:
IRemoveItemsParameters, IRemoveItemsParameters2, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
IRemoveItemsParameters3Proxy

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

Description: 'Provides access to members that control parameters for removing rasters from a mosaic dataset.' 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 IRemoveItemsParameters2Proxy
extends IRemoveItemsParametersProxy
implements IRemoveItemsParameters2, 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.IRemoveItemsParameters2
IID, IID1392ac33_0be8_4c56_93b8_ae0644297c68
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IRemoveItemsParameters
IIDa907cb6a_6cfc_4fb5_8d80_93ea185416d7
 
Constructor Summary
  IRemoveItemsParameters2Proxy()
          Deprecated. For internal use only
  IRemoveItemsParameters2Proxy(java.lang.Object obj)
          Deprecated.  
protected IRemoveItemsParameters2Proxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IRemoveItemsParameters2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IRemoveItemsParameters2Proxy(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 isDeleteItemCache()
          Deprecated. Indicates whether the cache files associated with selected mosaic dataset items are deleted.
 boolean isRemoveItem()
          Deprecated. Indicates whether selected mosaic dataset items are deleted from the mosaic dataset.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setDeleteItemCache(boolean pbDeleteItemCache)
          Deprecated. Indicates whether the cache files associated with selected mosaic dataset items are deleted.
 void setRemoveItem(boolean pbRemoveItem)
          Deprecated. Indicates whether selected mosaic dataset items are deleted from the mosaic dataset.
 
Methods inherited from class com.esri.arcgis.datasourcesraster.IRemoveItemsParametersProxy
isDeleteOverviewImages, isRemoveBrokenItemsOnly, isRemoveUnreferencedInstances, isTouchAffectedOverviewItems, setDeleteOverviewImages, setRemoveBrokenItemsOnly, setRemoveUnreferencedInstances, setTouchAffectedOverviewItems
 
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
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IRemoveItemsParameters
isDeleteOverviewImages, isRemoveBrokenItemsOnly, isRemoveUnreferencedInstances, isTouchAffectedOverviewItems, setDeleteOverviewImages, setRemoveBrokenItemsOnly, setRemoveUnreferencedInstances, setTouchAffectedOverviewItems
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IRemoveItemsParameters2Proxy

public IRemoveItemsParameters2Proxy(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

IRemoveItemsParameters2Proxy

public IRemoveItemsParameters2Proxy()
Deprecated. 
For internal use only


IRemoveItemsParameters2Proxy

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

IRemoveItemsParameters2Proxy

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

IRemoveItemsParameters2Proxy

protected IRemoveItemsParameters2Proxy(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 IRemoveItemsParametersProxy
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 IRemoveItemsParametersProxy
Throws:
java.io.IOException

setDeleteItemCache

public void setDeleteItemCache(boolean pbDeleteItemCache)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Indicates whether the cache files associated with selected mosaic dataset items are deleted.

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

isDeleteItemCache

public boolean isDeleteItemCache()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Indicates whether the cache files associated with selected mosaic dataset items are deleted.

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

setRemoveItem

public void setRemoveItem(boolean pbRemoveItem)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Indicates whether selected mosaic dataset items are deleted from the mosaic dataset.

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

isRemoveItem

public boolean isRemoveItem()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Indicates whether selected mosaic dataset items are deleted from the mosaic dataset.

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