com.esri.arcgis.datasourcesraster
Class IRasterFunctionTemplate2Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesraster.IRasterFunctionTemplateProxy
          extended by com.esri.arcgis.datasourcesraster.IRasterFunctionTemplate2Proxy
All Implemented Interfaces:
IRasterFunctionTemplate, IRasterFunctionTemplate2, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
IRasterFunctionTemplate3Proxy

Deprecated. Internal use only. Proxy for COM Interface 'IRasterFunctionTemplate2'. 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 =

public class IRasterFunctionTemplate2Proxy
extends IRasterFunctionTemplateProxy
implements IRasterFunctionTemplate2, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IRasterFunctionTemplate2
IID, IIDe312d8af_1b60_482b_ae13_b8e111cfc894
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IRasterFunctionTemplate
IIDc395d08b_7fc8_4a61_ac3f_c114d690be52
 
Constructor Summary
  IRasterFunctionTemplate2Proxy()
          Deprecated. For internal use only
  IRasterFunctionTemplate2Proxy(java.lang.Object obj)
          Deprecated.  
protected IRasterFunctionTemplate2Proxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IRasterFunctionTemplate2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IRasterFunctionTemplate2Proxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 void findMemberFunctionsArgumentsByCLSID(IUID functionArgumentsCLSID, IArray ppMatchingFunctionArguments)
          Deprecated. Finds raster function arguments in this template that match the given function arguments CLSID.
 IArray findMemberFunctionsByCLSID(IUID rasterFunctionCLSID)
          Deprecated. Finds raster functions in this template that match the given function CLSID.
 IArray findMemberFunctionsByName(java.lang.String rasterFunctionName)
          Deprecated. Finds raster functions in this template that match the given function name.
 java.lang.String getHelp()
          Deprecated. The help document URL.
 IPropertySet getProperties()
          Deprecated. The properties.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setHelp(java.lang.String pHelp)
          Deprecated. The help document URL.
 void setPropertiesByRef(IPropertySet pProperties)
          Deprecated. The properties.
 
Methods inherited from class com.esri.arcgis.datasourcesraster.IRasterFunctionTemplateProxy
getArguments, getFunction, getVariables, setArgumentsByRef, setFunctionByRef
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IRasterFunctionTemplate
getArguments, getFunction, getVariables, setArgumentsByRef, setFunctionByRef
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IRasterFunctionTemplate2Proxy

public IRasterFunctionTemplate2Proxy(java.lang.String CLSID,
                                     java.lang.String host,
                                     com.esri.arcgis.interop.AuthInfo authInfo)
                              throws java.net.UnknownHostException,
                                     java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IRasterFunctionTemplate2Proxy

public IRasterFunctionTemplate2Proxy()
Deprecated. 
For internal use only


IRasterFunctionTemplate2Proxy

public IRasterFunctionTemplate2Proxy(java.lang.Object obj)
                              throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IRasterFunctionTemplate2Proxy

protected IRasterFunctionTemplate2Proxy(java.lang.Object obj,
                                        java.lang.String iid)
                                 throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IRasterFunctionTemplate2Proxy

protected IRasterFunctionTemplate2Proxy(java.lang.String CLSID,
                                        java.lang.String iid,
                                        java.lang.String host,
                                        com.esri.arcgis.interop.AuthInfo authInfo)
                                 throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class IRasterFunctionTemplateProxy
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class IRasterFunctionTemplateProxy
Throws:
java.io.IOException

getHelp

public java.lang.String getHelp()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The help document URL.

Specified by:
getHelp in interface IRasterFunctionTemplate2
Returns:
The pHelp
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setHelp

public void setHelp(java.lang.String pHelp)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
The help document URL.

Specified by:
setHelp in interface IRasterFunctionTemplate2
Parameters:
pHelp - The pHelp (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getProperties

public IPropertySet getProperties()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The properties.

Specified by:
getProperties in interface IRasterFunctionTemplate2
Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPropertiesByRef

public void setPropertiesByRef(IPropertySet pProperties)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The properties.

Specified by:
setPropertiesByRef in interface IRasterFunctionTemplate2
Parameters:
pProperties - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

findMemberFunctionsByCLSID

public IArray findMemberFunctionsByCLSID(IUID rasterFunctionCLSID)
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
Finds raster functions in this template that match the given function CLSID.

Specified by:
findMemberFunctionsByCLSID in interface IRasterFunctionTemplate2
Parameters:
rasterFunctionCLSID - A reference to a com.esri.arcgis.system.IUID (in)
Returns:
A reference to a com.esri.arcgis.system.IArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

findMemberFunctionsByName

public IArray findMemberFunctionsByName(java.lang.String rasterFunctionName)
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Finds raster functions in this template that match the given function name.

Specified by:
findMemberFunctionsByName in interface IRasterFunctionTemplate2
Parameters:
rasterFunctionName - The rasterFunctionName (in)
Returns:
A reference to a com.esri.arcgis.system.IArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

findMemberFunctionsArgumentsByCLSID

public void findMemberFunctionsArgumentsByCLSID(IUID functionArgumentsCLSID,
                                                IArray ppMatchingFunctionArguments)
                                         throws java.io.IOException,
                                                AutomationException
Deprecated. 
Finds raster function arguments in this template that match the given function arguments CLSID.

Specified by:
findMemberFunctionsArgumentsByCLSID in interface IRasterFunctionTemplate2
Parameters:
functionArgumentsCLSID - A reference to a com.esri.arcgis.system.IUID (in)
ppMatchingFunctionArguments - A reference to a com.esri.arcgis.system.IArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.