public interface IRasterFunctionArguments2 extends IRasterFunctionArguments, java.io.Serializable
Description: 'Provides access to members that control raster 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 |
IIDfd4f0d2d_1f81_4b2d_8ae5_90cef59c3cfe |
static int |
xxDummy
Deprecated.
Internal use only
|
IID04aa081e_28b0_47e4_b375_f367046da924
Modifier and Type | Method and Description |
---|---|
void |
fromJSON(IJSONObject pJSON,
IRasterFunctionTemplateMapper pOptRFTMapper)
Loads raster function arguments from JSON.
|
IJSONObject |
toJSON()
Saves raster function arguments to JSON.
|
getFileList, getNames, getValue, getValues, putValue, remove, removeAll, resolve, update
static final int IIDfd4f0d2d_1f81_4b2d_8ae5_90cef59c3cfe
static final int xxDummy
static final java.lang.String IID
IJSONObject toJSON() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void fromJSON(IJSONObject pJSON, IRasterFunctionTemplateMapper pOptRFTMapper) throws java.io.IOException, AutomationException
pJSON
- A reference to a com.esri.arcgis.system.IJSONObject (in)pOptRFTMapper
- A reference to a com.esri.arcgis.datasourcesraster.IRasterFunctionTemplateMapper (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.