public interface ITOPSARSplitFunctionArguments
extends java.io.Serializable
Description: 'Provides access to members that control TOPSAR Split 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 |
IID9fe125b7_d99e_419b_914d_2ef7602593f1 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getFirstBurstIndex()
The first burst to extract.
|
int |
getLastBurstIndex()
The last burst to extract.
|
java.lang.Object |
getRaster()
The input raster.
|
void |
setFirstBurstIndex(int pBurstIndex)
The first burst to extract.
|
void |
setLastBurstIndex(int pBurstIndex)
The last burst to extract.
|
void |
setRasterByRef(java.lang.Object ppRaster)
The input raster.
|
static final int IID9fe125b7_d99e_419b_914d_2ef7602593f1
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 getFirstBurstIndex() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFirstBurstIndex(int pBurstIndex) throws java.io.IOException, AutomationException
pBurstIndex
- The pBurstIndex (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getLastBurstIndex() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setLastBurstIndex(int pBurstIndex) throws java.io.IOException, AutomationException
pBurstIndex
- The pBurstIndex (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.