com.esri.arcgis.datasourcesraster
Interface IRasterFunctionTemplate3

All Superinterfaces:
IRasterFunctionTemplate, IRasterFunctionTemplate2, java.io.Serializable
All Known Subinterfaces:
IRasterFunctionTemplate4
All Known Implementing Classes:
IRasterFunctionTemplate3Proxy, IRasterFunctionTemplate4Proxy, RasterFunctionTemplate

public interface IRasterFunctionTemplate3
extends IRasterFunctionTemplate2, java.io.Serializable

COM Interface 'IRasterFunctionTemplate3'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDa4d65f9b_2ace_4089_941d_eb9ade49a29b
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IRasterFunctionTemplate2
IIDe312d8af_1b60_482b_ae13_b8e111cfc894
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IRasterFunctionTemplate
IIDc395d08b_7fc8_4a61_ac3f_c114d690be52
 
Method Summary
 void fromJSON(IJSONObject pJSON, IRasterFunctionTemplateMapper pOptRFTMapper)
          Loads raster function template from JSON.
 IJSONObject toJSON()
          Saves raster function template to JSON.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IRasterFunctionTemplate2
findMemberFunctionsArgumentsByCLSID, findMemberFunctionsByCLSID, findMemberFunctionsByName, getHelp, getProperties, setHelp, setPropertiesByRef
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IRasterFunctionTemplate
getArguments, getFunction, getVariables, setArgumentsByRef, setFunctionByRef
 

Field Detail

IIDa4d65f9b_2ace_4089_941d_eb9ade49a29b

static final int IIDa4d65f9b_2ace_4089_941d_eb9ade49a29b
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

toJSON

IJSONObject toJSON()
                   throws java.io.IOException,
                          AutomationException
Saves raster function template to JSON.

Returns:
A reference to a com.esri.arcgis.system.IJSONObject
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

fromJSON

void fromJSON(IJSONObject pJSON,
              IRasterFunctionTemplateMapper pOptRFTMapper)
              throws java.io.IOException,
                     AutomationException
Loads raster function template from JSON.

Parameters:
pJSON - A reference to a com.esri.arcgis.system.IJSONObject (in)
pOptRFTMapper - A reference to a com.esri.arcgis.datasourcesraster.IRasterFunctionTemplateMapper (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.