|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRemoveItemsParameters2
Provides access to members that control parameters for removing rasters from a mosaic dataset.
| Method Summary | |
|---|---|
boolean |
isDeleteItemCache()
Indicates whether the cache files associated with selected mosaic dataset items are deleted. |
boolean |
isRemoveItem()
Indicates whether selected mosaic dataset items are deleted from the mosaic dataset. |
void |
setDeleteItemCache(boolean pbDeleteItemCache)
Indicates whether the cache files associated with selected mosaic dataset items are deleted. |
void |
setRemoveItem(boolean pbRemoveItem)
Indicates whether selected mosaic dataset items are deleted from the mosaic dataset. |
| Methods inherited from interface com.esri.arcgis.datasourcesraster.IRemoveItemsParameters |
|---|
isDeleteOverviewImages, isRemoveBrokenItemsOnly, isRemoveUnreferencedInstances, isTouchAffectedOverviewItems, setDeleteOverviewImages, setRemoveBrokenItemsOnly, setRemoveUnreferencedInstances, setTouchAffectedOverviewItems |
| Method Detail |
|---|
void setDeleteItemCache(boolean pbDeleteItemCache)
throws IOException,
AutomationException
pbDeleteItemCache - The pbDeleteItemCache (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isDeleteItemCache()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRemoveItem(boolean pbRemoveItem)
throws IOException,
AutomationException
pbRemoveItem - The pbRemoveItem (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isRemoveItem()
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 | ||||||||