public interface IDefineOverviewsParameters
extends java.io.Serializable
Description: 'Provides access to members that control parameters for define overviews of 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 |
IIDb22217ba_ef57_4f30_b2d4_337a1505a286 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getInstanceID()
The object ID of the raster type instance associated with a preview define overview operation.
|
boolean |
isForceOverviewTiles()
Indicates whether overview tiles are generated irrespective of existing primary or overview items in the specified area.
|
boolean |
isRefreshAllInstances()
Indicates whether all existing overview instances are refreshed.
|
void |
setForceOverviewTiles(boolean pbForceOverviewTiles)
Indicates whether overview tiles are generated irrespective of existing primary or overview items in the specified area.
|
void |
setInstanceID(int pInstanceID)
The object ID of the raster type instance associated with a preview define overview operation.
|
void |
setRefreshAllInstances(boolean pbRefreshAllInstances)
Indicates whether all existing overview instances are refreshed.
|
static final int IIDb22217ba_ef57_4f30_b2d4_337a1505a286
static final int xxDummy
static final java.lang.String IID
void setForceOverviewTiles(boolean pbForceOverviewTiles) throws java.io.IOException, AutomationException
pbForceOverviewTiles
- The pbForceOverviewTiles (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isForceOverviewTiles() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setInstanceID(int pInstanceID) throws java.io.IOException, AutomationException
pInstanceID
- The pInstanceID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getInstanceID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRefreshAllInstances(boolean pbRefreshAllInstances) throws java.io.IOException, AutomationException
pbRefreshAllInstances
- The pbRefreshAllInstances (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isRefreshAllInstances() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.