public interface IMergeRastersFunctionArguments
extends java.io.Serializable
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 |
IID8223c812_31c2_4bfd_8c4e_d8e4d53f6a94 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getFootprints()
The optional list of matching footprints to which each corresponding raster is clipped.
|
java.lang.Object |
getRasters()
The list of rasters.
|
void |
setFootprintsByRef(java.lang.Object ppFootprintGeometries)
The optional list of matching footprints to which each corresponding raster is clipped.
|
void |
setRastersByRef(java.lang.Object ppRasters)
The list of rasters.
|
static final int IID8223c812_31c2_4bfd_8c4e_d8e4d53f6a94
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.java.lang.Object getFootprints()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setFootprintsByRef(java.lang.Object ppFootprintGeometries)
throws java.io.IOException,
AutomationException
ppFootprintGeometries - A reference to another Object (IUnknown) (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.