public interface IPyramidFunctionArguments
extends java.io.Serializable
Description: 'Provides access to members that define a set of external Level-Of-Detail rasters for a given input raster.' 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 |
IID7986cc15_7f07_4a12_8899_a99ead1c3027 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IArray |
getPyramidRasters()
An array of rasters that represent the pyramid levels.
|
java.lang.Object |
getRaster()
The input full resolution source raster.
|
void |
setPyramidRastersByRef(IArray ppRasters)
An array of rasters that represent the pyramid levels.
|
void |
setRasterByRef(java.lang.Object ppRaster)
The input full resolution source raster.
|
static final int IID7986cc15_7f07_4a12_8899_a99ead1c3027
static final int xxDummy
static final java.lang.String IID
java.lang.Object getRaster() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRasterByRef(java.lang.Object ppRaster) throws java.io.IOException, AutomationException
ppRaster
- A reference to another Object (IUnknown) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IArray getPyramidRasters() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setPyramidRastersByRef(IArray ppRasters) throws java.io.IOException, AutomationException
ppRasters
- A reference to a com.esri.arcgis.system.IArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.