public interface ISARIndicesFunctionArguments
extends java.io.Serializable
Description: 'Provides access to members that control SAR Indices 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 |
IIDc8c5f4ce_7852_4fb6_8c76_31f209873e85 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getIndex()
The SAR index.
|
java.lang.Object |
getRaster()
The input raster.
|
void |
setIndex(int pIndex)
The SAR index.
|
void |
setRasterByRef(java.lang.Object ppRaster)
The input raster.
|
static final int IIDc8c5f4ce_7852_4fb6_8c76_31f209873e85
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.int getIndex() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setIndex(int pIndex) throws java.io.IOException, AutomationException
pIndex
- A com.esri.arcgis.datasourcesraster.esriRasterSARIndex constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.