Description: 'Provides access to members that control a raster type item URI.' 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 IRasterTypeItemURI2Proxy extends IRasterTypeItemURIProxy implements IRasterTypeItemURI2, 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, objRefIID, IIDfe3640c8_162c_4396_b40a_97f0f4ede0f6IID28c1476a_cc64_4254_9082_44a9893b54d3| Modifier | Constructor and Description |
|---|---|
|
IRasterTypeItemURI2Proxy()
Deprecated.
For internal use only
|
|
IRasterTypeItemURI2Proxy(java.lang.Object obj)
Deprecated.
|
protected |
IRasterTypeItemURI2Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IRasterTypeItemURI2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IRasterTypeItemURI2Proxy(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 |
getFunctionTemplateName()
Deprecated.
The name of raster function template associated with the item template that built the raster type item URI.
|
java.lang.String |
getItemTemplateTag()
Deprecated.
The originally set output dataset tag associated with the parent raster type item template that created the URI.
|
java.lang.String |
getPrimaryChainConnector()
Deprecated.
In the case where the URI is associated with an ancillary dataset, this property indicates the name of the raster function variable within the primary raster function template onto which the ancillary tepmlate reconnects (as a form of post-processing).
|
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 |
setFunctionTemplateName(java.lang.String pFunctionTemplateName)
Deprecated.
The name of raster function template associated with the item template that built the raster type item URI.
|
void |
setItemTemplateTag(java.lang.String pItemTemplateTag)
Deprecated.
The originally set output dataset tag associated with the parent raster type item template that created the URI.
|
void |
setPrimaryChainConnector(java.lang.String pPrimaryChainConnector)
Deprecated.
In the case where the URI is associated with an ancillary dataset, this property indicates the name of the raster function variable within the primary raster function template onto which the ancillary tepmlate reconnects (as a form of post-processing).
|
getItems, getItemTemplateIndex, setItemsByRef, setItemTemplateIndexbindUsingMoniker, 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, writeExternalclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetItems, getItemTemplateIndex, setItemsByRef, setItemTemplateIndexpublic static final java.lang.Class targetClass
public boolean noncastable
public IRasterTypeItemURI2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostExceptionjava.io.IOExceptionpublic IRasterTypeItemURI2Proxy()
public IRasterTypeItemURI2Proxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IRasterTypeItemURI2Proxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected IRasterTypeItemURI2Proxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class IRasterTypeItemURIProxyiidStr - 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.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class IRasterTypeItemURIProxyiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic void setItemTemplateTag(java.lang.String pItemTemplateTag)
throws java.io.IOException,
AutomationException
setItemTemplateTag in interface IRasterTypeItemURI2pItemTemplateTag - The pItemTemplateTag (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getItemTemplateTag()
throws java.io.IOException,
AutomationException
getItemTemplateTag in interface IRasterTypeItemURI2java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setFunctionTemplateName(java.lang.String pFunctionTemplateName)
throws java.io.IOException,
AutomationException
setFunctionTemplateName in interface IRasterTypeItemURI2pFunctionTemplateName - The pFunctionTemplateName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getFunctionTemplateName()
throws java.io.IOException,
AutomationException
getFunctionTemplateName in interface IRasterTypeItemURI2java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setPrimaryChainConnector(java.lang.String pPrimaryChainConnector)
throws java.io.IOException,
AutomationException
setPrimaryChainConnector in interface IRasterTypeItemURI2pPrimaryChainConnector - The pPrimaryChainConnector (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getPrimaryChainConnector()
throws java.io.IOException,
AutomationException
getPrimaryChainConnector in interface IRasterTypeItemURI2java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.