|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoveItemsParameters
Provides access to members that control parameters for removing rasters from a mosaic dataset.
Method Summary | |
---|---|
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. |
Method Detail |
---|
void setDeleteOverviewImages(boolean pbDeleteOverviewImages) throws IOException, AutomationException
pbDeleteOverviewImages
- The pbDeleteOverviewImages (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isDeleteOverviewImages() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRemoveUnreferencedInstances(boolean pbRemoveUnreferencedInstances) throws IOException, AutomationException
pbRemoveUnreferencedInstances
- The pbRemoveUnreferencedInstances (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isRemoveUnreferencedInstances() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTouchAffectedOverviewItems(boolean pbTouchAffectedOverviewItems) throws IOException, AutomationException
pbTouchAffectedOverviewItems
- The pbTouchAffectedOverviewItems (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isTouchAffectedOverviewItems() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRemoveBrokenItemsOnly(boolean pbRemoveBrokenItemsOnly) throws IOException, AutomationException
pbRemoveBrokenItemsOnly
- The pbRemoveBrokenItemsOnly (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isRemoveBrokenItemsOnly() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |