com.esri.arcgis.datasourcesraster
Interface IGenerateOverviewsParameters

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IGenerateOverviewsParameters2
All Known Implementing Classes:
GenerateOverviewsParameters, IGenerateOverviewsParameters2Proxy, IGenerateOverviewsParametersProxy

public interface IGenerateOverviewsParameters
extends java.io.Serializable

COM Interface 'IGenerateOverviewsParameters'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control parameters for generating overview images in 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDd1bcace5_6733_46aa_9680_add4d97a5e73
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IIDd1bcace5_6733_46aa_9680_add4d97a5e73

static final int IIDd1bcace5_6733_46aa_9680_add4d97a5e73
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setGenerateMissingImages

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

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

isGenerateMissingImages

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

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

setGenerateStaleImages

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

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

isGenerateStaleImages

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

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