com.esri.arcgis.datasourcesraster
Interface IGenerateOverviewsParameters

All Superinterfaces:
Serializable
All Known Implementing Classes:
GenerateOverviewsParameters, IGenerateOverviewsParametersProxy

public interface IGenerateOverviewsParameters
extends Serializable

Provides access to members that control parameters for generating overview images in a mosaic dataset.

Product Availability

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


Method Summary
 boolean isGenerateMissingImages()
          Indicates whether missing overview images are generated.
 boolean isGenerateStaleImages()
          Indicates whether overview images for stale items are rengenerated.
 void setGenerateMissingImages(boolean pbGenerateMissingImages)
          Indicates whether missing overview images are generated.
 void setGenerateStaleImages(boolean pbGenerateStaleImages)
          Indicates whether overview images for stale items are rengenerated.
 

Method Detail

setGenerateMissingImages

void setGenerateMissingImages(boolean pbGenerateMissingImages)
                              throws IOException,
                                     AutomationException
Indicates whether missing overview images are generated.

Product Availability

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

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

isGenerateMissingImages

boolean isGenerateMissingImages()
                                throws IOException,
                                       AutomationException
Indicates whether missing overview images are generated.

Product Availability

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

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

setGenerateStaleImages

void setGenerateStaleImages(boolean pbGenerateStaleImages)
                            throws IOException,
                                   AutomationException
Indicates whether overview images for stale items are rengenerated.

Product Availability

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

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

isGenerateStaleImages

boolean isGenerateStaleImages()
                              throws IOException,
                                     AutomationException
Indicates whether overview images for stale items are rengenerated.

Product Availability

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

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