public interface IFootprintFunctionArguments
extends java.io.Serializable
Description: 'Provides access to members that control Footprint 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 |
IID8cece0c4_30f2_479b_97f0_3c0afb10fbe5 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IDoubleArray |
getIncludedRanges()
The included value ranges, i.e.
|
java.lang.Object |
getRaster()
The input raster for conversion.
|
void |
setIncludedRangesByRef(IDoubleArray ppRanges)
The included value ranges, i.e.
|
void |
setRasterByRef(java.lang.Object ppRaster)
The input raster for conversion.
|
static final int IID8cece0c4_30f2_479b_97f0_3c0afb10fbe5
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.IDoubleArray getIncludedRanges() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setIncludedRangesByRef(IDoubleArray ppRanges) throws java.io.IOException, AutomationException
ppRanges
- A reference to a com.esri.arcgis.system.IDoubleArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.