public class IItemTemplateProxy extends com.esri.arcgis.interop.Dispatch implements IItemTemplate, java.io.Serializable
Description: 'Provides access to members that control an item template.' 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 =
| Modifier and Type | Field and Description |
|---|---|
boolean |
noncastable |
static java.lang.Class |
targetClass |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRefIID, IID205b20a1_3bc1_4270_acc9_6f73c1840007| Modifier | Constructor and Description |
|---|---|
|
IItemTemplateProxy()
For internal use only
|
|
IItemTemplateProxy(java.lang.Object obj) |
protected |
IItemTemplateProxy(java.lang.Object obj,
java.lang.String iid) |
|
IItemTemplateProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
protected |
IItemTemplateProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
java.lang.String |
getName()
The name of the item template.
|
java.lang.String |
getOutputDatasetTag()
The output dataset tag associated with the item template.
|
java.lang.String |
getPrimaryInputDatasetTag()
Tag identifying the item URI that references a dataset from which all properties are copied over to the outgoing dataset.
|
IRasterFunctionTemplate |
getRasterFunctionTemplate()
The raster function template associated with the item template.
|
boolean |
isEnabled()
Indicates whether the item template is active.
|
boolean |
isIntersectFootprints()
Indicates whether the footprint of items constructed using this template is computed using the intersection of the footprints of all participating input items.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Removes a Java object as a listener to events generated by a COM object.
|
void |
setEnabled(boolean pbEnabled)
Indicates whether the item template is active.
|
void |
setIntersectFootprints(boolean pbIntersectFootprints)
Indicates whether the footprint of items constructed using this template is computed using the intersection of the footprints of all participating input items.
|
void |
setName(java.lang.String pItemTemplateName)
The name of the item template.
|
void |
setOutputDatasetTag(java.lang.String pOutputDatasetTag)
The output dataset tag associated with the item template.
|
void |
setPrimaryInputDatasetTag(java.lang.String pPrimaryInputDatasetTag)
Tag identifying the item URI that references a dataset from which all properties are copied over to the outgoing dataset.
|
void |
setRasterFunctionTemplateByRef(IRasterFunctionTemplate ppFunctionTemplate)
The raster function template associated with the item template.
|
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, writeExternalpublic static final java.lang.Class targetClass
public boolean noncastable
public IItemTemplateProxy(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 IItemTemplateProxy()
public IItemTemplateProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IItemTemplateProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected IItemTemplateProxy(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 com.esri.arcgis.interop.DispatchiidStr - 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 com.esri.arcgis.interop.DispatchiidStr - 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 setName(java.lang.String pItemTemplateName)
throws java.io.IOException,
AutomationException
setName in interface IItemTemplatepItemTemplateName - The pItemTemplateName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getName()
throws java.io.IOException,
AutomationException
getName in interface IItemTemplatejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setEnabled(boolean pbEnabled)
throws java.io.IOException,
AutomationException
setEnabled in interface IItemTemplatepbEnabled - The pbEnabled (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isEnabled()
throws java.io.IOException,
AutomationException
isEnabled in interface IItemTemplatejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setRasterFunctionTemplateByRef(IRasterFunctionTemplate ppFunctionTemplate) throws java.io.IOException, AutomationException
setRasterFunctionTemplateByRef in interface IItemTemplateppFunctionTemplate - A reference to a com.esri.arcgis.datasourcesraster.IRasterFunctionTemplate (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IRasterFunctionTemplate getRasterFunctionTemplate() throws java.io.IOException, AutomationException
getRasterFunctionTemplate in interface IItemTemplatejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setOutputDatasetTag(java.lang.String pOutputDatasetTag)
throws java.io.IOException,
AutomationException
setOutputDatasetTag in interface IItemTemplatepOutputDatasetTag - The pOutputDatasetTag (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getOutputDatasetTag()
throws java.io.IOException,
AutomationException
getOutputDatasetTag in interface IItemTemplatejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setPrimaryInputDatasetTag(java.lang.String pPrimaryInputDatasetTag)
throws java.io.IOException,
AutomationException
setPrimaryInputDatasetTag in interface IItemTemplatepPrimaryInputDatasetTag - The pPrimaryInputDatasetTag (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getPrimaryInputDatasetTag()
throws java.io.IOException,
AutomationException
getPrimaryInputDatasetTag in interface IItemTemplatejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setIntersectFootprints(boolean pbIntersectFootprints)
throws java.io.IOException,
AutomationException
setIntersectFootprints in interface IItemTemplatepbIntersectFootprints - The pbIntersectFootprints (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isIntersectFootprints()
throws java.io.IOException,
AutomationException
isIntersectFootprints in interface IItemTemplatejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.