public interface IRasterFunctionTemplate3 extends IRasterFunctionTemplate2, java.io.Serializable
Description: 'Provides access to members that control a raster template function.' 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 |
IIDa4d65f9b_2ace_4089_941d_eb9ade49a29b |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDe312d8af_1b60_482b_ae13_b8e111cfc894
IIDc395d08b_7fc8_4a61_ac3f_c114d690be52
Modifier and Type | Method and Description |
---|---|
void |
fromJSON(IJSONObject pJSON,
IRasterFunctionTemplateMapper pOptRFTMapper)
Loads raster function template from JSON.
|
IJSONObject |
toJSON()
Saves raster function template to JSON.
|
findMemberFunctionsArgumentsByCLSID, findMemberFunctionsByCLSID, findMemberFunctionsByName, getHelp, getProperties, setHelp, setPropertiesByRef
getArguments, getFunction, getVariables, setArgumentsByRef, setFunctionByRef
static final int IIDa4d65f9b_2ace_4089_941d_eb9ade49a29b
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.