com.esri.arcgis.datasourcesraster
Interface IRemoveItemsParameters2

All Superinterfaces:
IRemoveItemsParameters, java.io.Serializable
All Known Subinterfaces:
IRemoveItemsParameters3, IRemoveItemsParameters4
All Known Implementing Classes:
IRemoveItemsParameters2Proxy, IRemoveItemsParameters3Proxy, IRemoveItemsParameters4Proxy, RemoveItemsParameters

public interface IRemoveItemsParameters2
extends IRemoveItemsParameters, java.io.Serializable

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID1392ac33_0be8_4c56_93b8_ae0644297c68
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IRemoveItemsParameters
IIDa907cb6a_6cfc_4fb5_8d80_93ea185416d7
 
Method Summary
 boolean isDeleteItemCache()
          Indicates whether the cache files associated with selected mosaic dataset items are deleted.
 boolean isRemoveItem()
          Indicates whether selected mosaic dataset items are deleted from the mosaic dataset.
 void setDeleteItemCache(boolean pbDeleteItemCache)
          Indicates whether the cache files associated with selected mosaic dataset items are deleted.
 void setRemoveItem(boolean pbRemoveItem)
          Indicates whether selected mosaic dataset items are deleted from the mosaic dataset.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IRemoveItemsParameters
isDeleteOverviewImages, isRemoveBrokenItemsOnly, isRemoveUnreferencedInstances, isTouchAffectedOverviewItems, setDeleteOverviewImages, setRemoveBrokenItemsOnly, setRemoveUnreferencedInstances, setTouchAffectedOverviewItems
 

Field Detail

IID1392ac33_0be8_4c56_93b8_ae0644297c68

static final int IID1392ac33_0be8_4c56_93b8_ae0644297c68
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setDeleteItemCache

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

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

isDeleteItemCache

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

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

setRemoveItem

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

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

isRemoveItem

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

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