public interface IRemoveItemsParameters3 extends IRemoveItemsParameters2, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDf0292ac5_4dba_4ca8_a7b8_452df0dc79d0 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID1392ac33_0be8_4c56_93b8_ae0644297c68
IIDa907cb6a_6cfc_4fb5_8d80_93ea185416d7
Modifier and Type | Method and Description |
---|---|
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.
|
isDeleteItemCache, isRemoveItem, setDeleteItemCache, setRemoveItem
isDeleteOverviewImages, isRemoveBrokenItemsOnly, isRemoveUnreferencedInstances, isTouchAffectedOverviewItems, setDeleteOverviewImages, setRemoveBrokenItemsOnly, setRemoveUnreferencedInstances, setTouchAffectedOverviewItems
static final int IIDf0292ac5_4dba_4ca8_a7b8_452df0dc79d0
static final int xxDummy
static final java.lang.String IID
void setRemoveColorCorrection(boolean pbRemoveColorCorrection) throws java.io.IOException, AutomationException
pbRemoveColorCorrection
- The pbRemoveColorCorrection (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isRemoveColorCorrection() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRemoveSeamlines(boolean pbRemoveSeamlines) throws java.io.IOException, AutomationException
pbRemoveSeamlines
- The pbRemoveSeamlines (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isRemoveSeamlines() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.