public interface IImageViewOperationParameters
extends java.io.Serializable
Description: 'Provides access to members that control parameters to an operation on 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 |
IID9cf99e96_a05c_409d_b194_486a73f0b731 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRemoveOrphanItems()
Indicates whether member items that are orphaned by the removal of an image view are also removed from the mosaic dataset.
|
boolean |
isUpdateMembership()
Indicates whether the view membership table associated with the mosaic dataset is updated.
|
void |
setRemoveOrphanItems(boolean pbRemoveOrphanItems)
Indicates whether member items that are orphaned by the removal of an image view are also removed from the mosaic dataset.
|
void |
setUpdateMembership(boolean pbUpdateMembership)
Indicates whether the view membership table associated with the mosaic dataset is updated.
|
static final int IID9cf99e96_a05c_409d_b194_486a73f0b731
static final int xxDummy
static final java.lang.String IID
void setUpdateMembership(boolean pbUpdateMembership)
throws java.io.IOException,
AutomationException
pbUpdateMembership - The pbUpdateMembership (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean isUpdateMembership()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setRemoveOrphanItems(boolean pbRemoveOrphanItems)
throws java.io.IOException,
AutomationException
pbRemoveOrphanItems - The pbRemoveOrphanItems (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean isRemoveOrphanItems()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.