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 IRasterFunctionTemplate5Proxy extends IRasterFunctionTemplate4Proxy implements IRasterFunctionTemplate5, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IID6ec82e83_fc45_4609_841c_25bb07d9db85
IIDbecf4d58_0108_46e3_bd03_816371d6bc87
IIDa4d65f9b_2ace_4089_941d_eb9ade49a29b
IIDe312d8af_1b60_482b_ae13_b8e111cfc894
IIDc395d08b_7fc8_4a61_ac3f_c114d690be52
Modifier | Constructor and Description |
---|---|
|
IRasterFunctionTemplate5Proxy()
Deprecated.
For internal use only
|
|
IRasterFunctionTemplate5Proxy(java.lang.Object obj)
Deprecated.
|
protected |
IRasterFunctionTemplate5Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IRasterFunctionTemplate5Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IRasterFunctionTemplate5Proxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
java.lang.String |
getThumbnailEx()
Deprecated.
The base64 encoded thumbnail.
|
void |
loadFromString(java.lang.String xmlRFT)
Deprecated.
Load/deserialize a raster function template from a string.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
void |
saveToString(java.lang.String[] pXmlRFT)
Deprecated.
Save/serialize a raster function template to a string.
|
void |
setThumbnailEx(java.lang.String pBase64EncodedThumbnail)
Deprecated.
The base64 encoded thumbnail.
|
getDefinitionExpression, getGroupFieldName, getTagFieldName, getThumbnail, getType, loadFromFile, saveToFile, setDefinitionExpression, setGroupFieldName, setTagFieldName, setThumbnail, setType
fromJSON, toJSON
findMemberFunctionsArgumentsByCLSID, findMemberFunctionsByCLSID, findMemberFunctionsByName, getHelp, getProperties, setHelp, setPropertiesByRef
getArguments, getFunction, getVariables, setArgumentsByRef, setFunctionByRef
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
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getDefinitionExpression, getGroupFieldName, getTagFieldName, getThumbnail, getType, loadFromFile, saveToFile, setDefinitionExpression, setGroupFieldName, setTagFieldName, setThumbnail, setType
fromJSON, toJSON
findMemberFunctionsArgumentsByCLSID, findMemberFunctionsByCLSID, findMemberFunctionsByName, getHelp, getProperties, setHelp, setPropertiesByRef
getArguments, getFunction, getVariables, setArgumentsByRef, setFunctionByRef
public static final java.lang.Class targetClass
public boolean noncastable
public IRasterFunctionTemplate5Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IRasterFunctionTemplate5Proxy()
public IRasterFunctionTemplate5Proxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IRasterFunctionTemplate5Proxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IRasterFunctionTemplate5Proxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class IRasterFunctionTemplate4Proxy
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class IRasterFunctionTemplate4Proxy
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public void saveToString(java.lang.String[] pXmlRFT) throws java.io.IOException, AutomationException
saveToString
in interface IRasterFunctionTemplate5
pXmlRFT
- The pXmlRFT (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void loadFromString(java.lang.String xmlRFT) throws java.io.IOException, AutomationException
loadFromString
in interface IRasterFunctionTemplate5
xmlRFT
- The xmlRFT (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getThumbnailEx() throws java.io.IOException, AutomationException
getThumbnailEx
in interface IRasterFunctionTemplate5
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setThumbnailEx(java.lang.String pBase64EncodedThumbnail) throws java.io.IOException, AutomationException
setThumbnailEx
in interface IRasterFunctionTemplate5
pBase64EncodedThumbnail
- The pBase64EncodedThumbnail (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.