public interface IRemoveItemsParameters
extends 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 |
IIDa907cb6a_6cfc_4fb5_8d80_93ea185416d7 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
boolean |
isDeleteOverviewImages()
Indicates whether the raster dataset associated with selected overview items are deleted as well.
|
boolean |
isRemoveBrokenItemsOnly()
Indicates whether only catalog items with broken paths are removed.
|
boolean |
isRemoveUnreferencedInstances()
Indicates whether to remove the raster type instances for those which don't have any associated catalog items.
|
boolean |
isTouchAffectedOverviewItems()
Indicates whether to update the time stamp of all overview items affected by the removal of selected primary items.
|
void |
setDeleteOverviewImages(boolean pbDeleteOverviewImages)
Indicates whether the raster dataset associated with selected overview items are deleted as well.
|
void |
setRemoveBrokenItemsOnly(boolean pbRemoveBrokenItemsOnly)
Indicates whether only catalog items with broken paths are removed.
|
void |
setRemoveUnreferencedInstances(boolean pbRemoveUnreferencedInstances)
Indicates whether to remove the raster type instances for those which don't have any associated catalog items.
|
void |
setTouchAffectedOverviewItems(boolean pbTouchAffectedOverviewItems)
Indicates whether to update the time stamp of all overview items affected by the removal of selected primary items.
|
static final int IIDa907cb6a_6cfc_4fb5_8d80_93ea185416d7
static final int xxDummy
static final java.lang.String IID
void setDeleteOverviewImages(boolean pbDeleteOverviewImages) throws java.io.IOException, AutomationException
pbDeleteOverviewImages
- The pbDeleteOverviewImages (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isDeleteOverviewImages() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRemoveUnreferencedInstances(boolean pbRemoveUnreferencedInstances) throws java.io.IOException, AutomationException
pbRemoveUnreferencedInstances
- The pbRemoveUnreferencedInstances (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isRemoveUnreferencedInstances() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTouchAffectedOverviewItems(boolean pbTouchAffectedOverviewItems) throws java.io.IOException, AutomationException
pbTouchAffectedOverviewItems
- The pbTouchAffectedOverviewItems (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isTouchAffectedOverviewItems() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRemoveBrokenItemsOnly(boolean pbRemoveBrokenItemsOnly) throws java.io.IOException, AutomationException
pbRemoveBrokenItemsOnly
- The pbRemoveBrokenItemsOnly (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isRemoveBrokenItemsOnly() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.