|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDefineOverviewsParameters
Provides access to members that control parameters for define overviews of a mosaic dataset.
Method Summary | |
---|---|
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. |
Method Detail |
---|
void setForceOverviewTiles(boolean pbForceOverviewTiles) throws IOException, AutomationException
pbForceOverviewTiles
- The pbForceOverviewTiles (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isForceOverviewTiles() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setInstanceID(int pInstanceID) throws IOException, AutomationException
pInstanceID
- The pInstanceID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getInstanceID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRefreshAllInstances(boolean pbRefreshAllInstances) throws IOException, AutomationException
pbRefreshAllInstances
- The pbRefreshAllInstances (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isRefreshAllInstances() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |