com.esri.arcgis.datasourcesraster
Interface IRemoveItemsParameters3

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

public interface IRemoveItemsParameters3
extends IRemoveItemsParameters2, java.io.Serializable

COM Interface 'IRemoveItemsParameters3'. 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 IIDf0292ac5_4dba_4ca8_a7b8_452df0dc79d0
           
static int xxDummy
          Deprecated. Internal use only
 
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 isRemoveColorCorrection()
          Indicates whether color corrrection information is removed from the mosaic dataset and the dodging side-table truncated.
 boolean isRemoveSeamlines()
          Indicates whether seamline information is removed from the mosaic dataset and the seamlines side-table truncated.
 void setRemoveColorCorrection(boolean pbRemoveColorCorrection)
          Indicates whether color corrrection information is removed from the mosaic dataset and the dodging side-table truncated.
 void setRemoveSeamlines(boolean pbRemoveSeamlines)
          Indicates whether seamline information is removed from the mosaic dataset and the seamlines side-table truncated.
 
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

IIDf0292ac5_4dba_4ca8_a7b8_452df0dc79d0

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

setRemoveColorCorrection

void setRemoveColorCorrection(boolean pbRemoveColorCorrection)
                              throws java.io.IOException,
                                     AutomationException
Indicates whether color corrrection information is removed from the mosaic dataset and the dodging side-table truncated.

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

isRemoveColorCorrection

boolean isRemoveColorCorrection()
                                throws java.io.IOException,
                                       AutomationException
Indicates whether color corrrection information is removed from the mosaic dataset and the dodging side-table truncated.

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

setRemoveSeamlines

void setRemoveSeamlines(boolean pbRemoveSeamlines)
                        throws java.io.IOException,
                               AutomationException
Indicates whether seamline information is removed from the mosaic dataset and the seamlines side-table truncated.

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

isRemoveSeamlines

boolean isRemoveSeamlines()
                          throws java.io.IOException,
                                 AutomationException
Indicates whether seamline information is removed from the mosaic dataset and the seamlines side-table truncated.

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