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 IRasterFunctionTemplate4Proxy extends IRasterFunctionTemplate3Proxy implements IRasterFunctionTemplate4, 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, IIDbecf4d58_0108_46e3_bd03_816371d6bc87
IIDa4d65f9b_2ace_4089_941d_eb9ade49a29b
IIDe312d8af_1b60_482b_ae13_b8e111cfc894
IIDc395d08b_7fc8_4a61_ac3f_c114d690be52
Modifier | Constructor and Description |
---|---|
|
IRasterFunctionTemplate4Proxy()
Deprecated.
For internal use only
|
|
IRasterFunctionTemplate4Proxy(java.lang.Object obj)
Deprecated.
|
protected |
IRasterFunctionTemplate4Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IRasterFunctionTemplate4Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IRasterFunctionTemplate4Proxy(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 |
getDefinitionExpression()
Deprecated.
The raster function template definition (where clause) on which it applies.
|
java.lang.String |
getGroupFieldName()
Deprecated.
The group field name.
|
java.lang.String |
getTagFieldName()
Deprecated.
The tag field name.
|
java.lang.Object |
getThumbnail()
Deprecated.
The raster function template icon/thumbnail.
|
int |
getType()
Deprecated.
The raster function template type.
|
void |
loadFromFile(java.lang.String path)
Deprecated.
Load/deserialize a raster function template from a file.
|
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 |
saveToFile(java.lang.String path)
Deprecated.
Save/serialize a raster function template to a file.
|
void |
setDefinitionExpression(java.lang.String pExpression)
Deprecated.
The raster function template definition (where clause) on which it applies.
|
void |
setGroupFieldName(java.lang.String pName)
Deprecated.
The group field name.
|
void |
setTagFieldName(java.lang.String pName)
Deprecated.
The tag field name.
|
void |
setThumbnail(java.lang.Object pThumbnail)
Deprecated.
The raster function template icon/thumbnail.
|
void |
setType(int pType)
Deprecated.
The raster function template type.
|
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
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 IRasterFunctionTemplate4Proxy(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 IRasterFunctionTemplate4Proxy()
public IRasterFunctionTemplate4Proxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IRasterFunctionTemplate4Proxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IRasterFunctionTemplate4Proxy(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 IRasterFunctionTemplate3Proxy
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 IRasterFunctionTemplate3Proxy
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 int getType() throws java.io.IOException, AutomationException
getType
in interface IRasterFunctionTemplate4
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setType(int pType) throws java.io.IOException, AutomationException
setType
in interface IRasterFunctionTemplate4
pType
- A com.esri.arcgis.datasourcesraster.esriRasterFunctionTemplateType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getThumbnail() throws java.io.IOException, AutomationException
getThumbnail
in interface IRasterFunctionTemplate4
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setThumbnail(java.lang.Object pThumbnail) throws java.io.IOException, AutomationException
setThumbnail
in interface IRasterFunctionTemplate4
pThumbnail
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getDefinitionExpression() throws java.io.IOException, AutomationException
getDefinitionExpression
in interface IRasterFunctionTemplate4
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setDefinitionExpression(java.lang.String pExpression) throws java.io.IOException, AutomationException
setDefinitionExpression
in interface IRasterFunctionTemplate4
pExpression
- The pExpression (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getGroupFieldName() throws java.io.IOException, AutomationException
getGroupFieldName
in interface IRasterFunctionTemplate4
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setGroupFieldName(java.lang.String pName) throws java.io.IOException, AutomationException
setGroupFieldName
in interface IRasterFunctionTemplate4
pName
- The pName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getTagFieldName() throws java.io.IOException, AutomationException
getTagFieldName
in interface IRasterFunctionTemplate4
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setTagFieldName(java.lang.String pName) throws java.io.IOException, AutomationException
setTagFieldName
in interface IRasterFunctionTemplate4
pName
- The pName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void saveToFile(java.lang.String path) throws java.io.IOException, AutomationException
saveToFile
in interface IRasterFunctionTemplate4
path
- The path (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void loadFromFile(java.lang.String path) throws java.io.IOException, AutomationException
loadFromFile
in interface IRasterFunctionTemplate4
path
- The path (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.