|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPRasterGDBEnvPyramid
Provides access to raster GDB environment pyramid control.
Method Summary | |
---|---|
int |
getPyramidLevels()
Pyramid levels. |
int |
getResampleMethod()
Resampling technique. |
boolean |
isCreatePyramids()
Indicates if creating pyramid option. |
void |
setCreatePyramids(boolean bCreate)
Indicates if creating pyramid option. |
void |
setPyramidLevels(int levels)
Pyramid levels. |
void |
setResampleMethod(int method)
Resampling technique. |
Method Detail |
---|
boolean isCreatePyramids() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCreatePyramids(boolean bCreate) throws IOException, AutomationException
bCreate
- The bCreate (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getPyramidLevels() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPyramidLevels(int levels) throws IOException, AutomationException
levels
- The levels (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getResampleMethod() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setResampleMethod(int method) throws IOException, AutomationException
method
- A com.esri.arcgis.geoanalyst.esriGeoAnalysisResampleEnum constant (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 |