public interface ISwathFunctionArguments
extends java.io.Serializable
Description: 'Provides access to members that control swath 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 |
IIDa4f356c3_ac77_410c_b9bb_ba49eabc0b4b |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
int |
getInterpolationMethod()
The interpolation method.
|
java.lang.Object |
getRaster()
The input Raster.
|
IRasterInfo |
getRasterInfo()
The raster definition containing at least extent, cellsize, and pixel type.
|
void |
setInterpolationMethod(int pMethod)
The interpolation method.
|
void |
setRasterByRef(java.lang.Object ppRaster)
The input Raster.
|
void |
setRasterInfoByRef(IRasterInfo ppRasterInfo)
The raster definition containing at least extent, cellsize, and pixel type.
|
static final int IIDa4f356c3_ac77_410c_b9bb_ba49eabc0b4b
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 getInterpolationMethod()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setInterpolationMethod(int pMethod)
throws java.io.IOException,
AutomationException
pMethod - A com.esri.arcgis.datasourcesraster.esriInterpolateIrregularDataMethod constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.IRasterInfo getRasterInfo() throws java.io.IOException, AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setRasterInfoByRef(IRasterInfo ppRasterInfo) throws java.io.IOException, AutomationException
ppRasterInfo - A reference to a com.esri.arcgis.datasourcesraster.IRasterInfo (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.