|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterPyramid2
Provides access to members that control the pyramids for a raster dataset.
The IRasterPyramid2 interface allows you to build pyramid layers on a raster dataset with user specified pyramid level and resampling method.
Method Summary | |
---|---|
void |
buildPyramid(int maxLevel,
int method)
Builds pyramid for this RasterDataset. |
int |
getPyramidLevel()
The pyramid level. |
int |
getPyramidResamplingMethod()
The pyramid resampling method. |
Methods inherited from interface com.esri.arcgis.datasourcesraster.IRasterPyramid |
---|
create, getMinimumSize, isPresent, setMinimumSize |
Method Detail |
---|
int getPyramidLevel() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getPyramidResamplingMethod() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void buildPyramid(int maxLevel, int method) throws IOException, AutomationException
maxLevel
- The maxLevel (in)method
- A com.esri.arcgis.geodatabase.rstResamplingTypes 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 |