public interface IPyramidFunctionArguments2
extends java.io.Serializable
Description: 'Provides access to new 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 |
IIDe95f18f1_9b2d_47de_a0ea_2fc2418b4a7b |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IRasterLODInfos |
getLODInfos()
An array of LOD infos that define each pyramid level.
|
IArray |
getRasters()
The input full resolution source raster along with Pyramid Rasters.
|
void |
setLODInfosByRef(IRasterLODInfos ppRasters)
An array of LOD infos that define each pyramid level.
|
void |
setRastersByRef(IArray ppRaster)
The input full resolution source raster along with Pyramid Rasters.
|
static final int IIDe95f18f1_9b2d_47de_a0ea_2fc2418b4a7b
static final int xxDummy
static final java.lang.String IID
IArray getRasters() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRastersByRef(IArray ppRaster) throws java.io.IOException, AutomationException
ppRaster
- 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.IRasterLODInfos getLODInfos() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setLODInfosByRef(IRasterLODInfos ppRasters) throws java.io.IOException, AutomationException
ppRasters
- A reference to a com.esri.arcgis.geodatabase.IRasterLODInfos (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.