com.esri.arcgis.datasourcesraster
Interface IDeleteMosaicDatasetParameters

All Superinterfaces:
Serializable
All Known Implementing Classes:
DeleteMosaicDatasetParameters

public interface IDeleteMosaicDatasetParameters
extends Serializable

Provides access to members that control what all gets deleted when a mosaic dataset is deleted.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 boolean isDeleteItemCache()
          Delete item cache (for example, LAS Cache)
 boolean isDeleteOverviewImages()
          Delete overview images
 void setDeleteItemCache(boolean pbDeleteItemCache)
          Delete item cache (for example, LAS Cache)
 void setDeleteOverviewImages(boolean pbDeleteOverviewImages)
          Delete overview images
 

Method Detail

setDeleteOverviewImages

void setDeleteOverviewImages(boolean pbDeleteOverviewImages)
                             throws IOException,
                                    AutomationException
Delete overview images

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pbDeleteOverviewImages - The pbDeleteOverviewImages (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isDeleteOverviewImages

boolean isDeleteOverviewImages()
                               throws IOException,
                                      AutomationException
Delete overview images

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The pbDeleteOverviewImages
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDeleteItemCache

void setDeleteItemCache(boolean pbDeleteItemCache)
                        throws IOException,
                               AutomationException
Delete item cache (for example, LAS Cache)

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pbDeleteItemCache - The pbDeleteItemCache (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isDeleteItemCache

boolean isDeleteItemCache()
                          throws IOException,
                                 AutomationException
Delete item cache (for example, LAS Cache)

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The pbDeleteItemCache
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.