public interface IMosaicRastersFunctionArguments
extends java.io.Serializable
Description: 'Provides access to members that control mosaicrasters function arguments.' 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 |
IIDc67e338b_bdc7_4f41_9caa_854871c2be85 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getMosaicType()
The current mosaic type.
|
java.lang.Object |
getRasters()
The list of rasters.
|
void |
setMosaicType(int pMosaicType)
The current mosaic type.
|
void |
setRastersByRef(java.lang.Object ppRasters)
The list of rasters.
|
static final int IIDc67e338b_bdc7_4f41_9caa_854871c2be85
static final int xxDummy
static final java.lang.String IID
java.lang.Object getRasters() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRastersByRef(java.lang.Object ppRasters) throws java.io.IOException, AutomationException
ppRasters
- A reference to another Object (IUnknown) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getMosaicType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMosaicType(int pMosaicType) throws java.io.IOException, AutomationException
pMosaicType
- A com.esri.arcgis.datasourcesraster.rstMosaicOperatorType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.