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 =
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
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.