public interface IRasterPyramid2 extends IRasterPyramid, java.io.Serializable
Description: 'Provides access to members that control the pyramids for a raster 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 |
IIDf4e73742_71c1_425e_b889_e4fad1ea63d0 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID81bd0a10_6fb6_11d3_a407_0004ac1b1d86
Modifier and Type | Method and Description |
---|---|
void |
buildPyramid(int maxLevel,
int method)
Builds pyramid for this RasterDataset.
|
int |
getPyramidLevel()
The pyramid level.
|
int |
getPyramidResamplingMethod()
The pyramid resampling method.
|
create, getMinimumSize, isPresent, setMinimumSize
static final int IIDf4e73742_71c1_425e_b889_e4fad1ea63d0
static final int xxDummy
static final java.lang.String IID
int getPyramidLevel() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getPyramidResamplingMethod() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void buildPyramid(int maxLevel, int method) throws java.io.IOException, AutomationException
maxLevel
- The maxLevel (in)method
- A com.esri.arcgis.geodatabase.rstResamplingTypes constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.