com.esri.arcgis.datasourcesraster
Interface IRemoveItemsParameters4

All Superinterfaces:
IRemoveItemsParameters, IRemoveItemsParameters2, IRemoveItemsParameters3, java.io.Serializable
All Known Implementing Classes:
IRemoveItemsParameters4Proxy, RemoveItemsParameters

public interface IRemoveItemsParameters4
extends IRemoveItemsParameters3, java.io.Serializable

COM Interface 'IRemoveItemsParameters4'. 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 IID8189cbdf_485a_458f_a79c_cda4a8c2a954
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IRemoveItemsParameters3
IIDf0292ac5_4dba_4ca8_a7b8_452df0dc79d0
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IRemoveItemsParameters2
IID1392ac33_0be8_4c56_93b8_ae0644297c68
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IRemoveItemsParameters
IIDa907cb6a_6cfc_4fb5_8d80_93ea185416d7
 
Method Summary
 boolean isResetRelativePath()
          Indicates whether the mosaic dataset's relative path is reset to the mosaic dataset's current workspace.
 void setResetRelativePath(boolean pbResetRelativePath)
          Indicates whether the mosaic dataset's relative path is reset to the mosaic dataset's current workspace.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IRemoveItemsParameters3
isRemoveColorCorrection, isRemoveSeamlines, setRemoveColorCorrection, setRemoveSeamlines
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IRemoveItemsParameters2
isDeleteItemCache, isRemoveItem, setDeleteItemCache, setRemoveItem
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IRemoveItemsParameters
isDeleteOverviewImages, isRemoveBrokenItemsOnly, isRemoveUnreferencedInstances, isTouchAffectedOverviewItems, setDeleteOverviewImages, setRemoveBrokenItemsOnly, setRemoveUnreferencedInstances, setTouchAffectedOverviewItems
 

Field Detail

IID8189cbdf_485a_458f_a79c_cda4a8c2a954

static final int IID8189cbdf_485a_458f_a79c_cda4a8c2a954
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

setResetRelativePath

void setResetRelativePath(boolean pbResetRelativePath)
                          throws java.io.IOException,
                                 AutomationException
Indicates whether the mosaic dataset's relative path is reset to the mosaic dataset's current workspace.

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

isResetRelativePath

boolean isResetRelativePath()
                            throws java.io.IOException,
                                   AutomationException
Indicates whether the mosaic dataset's relative path is reset to the mosaic dataset's current workspace.

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