|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IOverviewBuilder
Provides access to members that control an overview builder.
Method Summary | |
---|---|
boolean |
generateImage(IOverviewItemURI pItemURI)
Generates the overview raster dataset associated with the specified overview item URI object. |
ICellSizeLevels |
getCellSizeLevels()
The cell size levels associated with the overview tiling schema. |
IDefineOverviewsParameters |
getOverviewParameters()
The parameters object that control how overview items are created. |
void |
setCellSizeLevelsByRef(ICellSizeLevels ppCellSizeLevels)
The cell size levels associated with the overview tiling schema. |
void |
setOverviewParametersByRef(IDefineOverviewsParameters ppParameters)
The parameters object that control how overview items are created. |
Method Detail |
---|
void setOverviewParametersByRef(IDefineOverviewsParameters ppParameters) throws IOException, AutomationException
ppParameters
- A reference to a com.esri.arcgis.datasourcesraster.IDefineOverviewsParameters (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IDefineOverviewsParameters getOverviewParameters() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCellSizeLevelsByRef(ICellSizeLevels ppCellSizeLevels) throws IOException, AutomationException
ppCellSizeLevels
- A reference to a com.esri.arcgis.datasourcesraster.ICellSizeLevels (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ICellSizeLevels getCellSizeLevels() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean generateImage(IOverviewItemURI pItemURI) throws IOException, AutomationException
pItemURI
- A reference to a com.esri.arcgis.datasourcesraster.IOverviewItemURI (in)
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 |