public interface IGenerateOverviewsParameters
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDd1bcace5_6733_46aa_9680_add4d97a5e73 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IIDd1bcace5_6733_46aa_9680_add4d97a5e73
static final int xxDummy
static final java.lang.String IID
void setGenerateMissingImages(boolean pbGenerateMissingImages) throws java.io.IOException, AutomationException
pbGenerateMissingImages
- The pbGenerateMissingImages (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isGenerateMissingImages() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setGenerateStaleImages(boolean pbGenerateStaleImages) throws java.io.IOException, AutomationException
pbGenerateStaleImages
- The pbGenerateStaleImages (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isGenerateStaleImages() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.