com.esri.arcgis.datasourcesraster
Class IItemTemplateProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesraster.IItemTemplateProxy
All Implemented Interfaces:
IItemTemplate, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
IItemTemplate2Proxy

public class IItemTemplateProxy
extends com.esri.arcgis.interop.Dispatch
implements IItemTemplate, java.io.Serializable

Internal use class Proxy for COM Interface 'IItemTemplate'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

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 =

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
static java.lang.Class targetClass
           
 
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.IItemTemplate
IID, IID205b20a1_3bc1_4270_acc9_6f73c1840007
 
Constructor Summary
  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)
           
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
           
 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)
           
 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.
 
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
 

Field Detail

targetClass

public static final java.lang.Class targetClass

noncastable

public boolean noncastable
Constructor Detail

IItemTemplateProxy

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

IItemTemplateProxy

public IItemTemplateProxy()
For internal use only


IItemTemplateProxy

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

IItemTemplateProxy

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

IItemTemplateProxy

protected IItemTemplateProxy(java.lang.String CLSID,
                             java.lang.String iid,
                             java.lang.String host,
                             com.esri.arcgis.interop.AuthInfo authInfo)
                      throws java.io.IOException
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
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

setName

public void setName(java.lang.String pItemTemplateName)
             throws java.io.IOException,
                    AutomationException
The name of the item template.

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

getName

public java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
The name of the item template.

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

setEnabled

public void setEnabled(boolean pbEnabled)
                throws java.io.IOException,
                       AutomationException
Indicates whether the item template is active.

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

isEnabled

public boolean isEnabled()
                  throws java.io.IOException,
                         AutomationException
Indicates whether the item template is active.

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

setRasterFunctionTemplateByRef

public void setRasterFunctionTemplateByRef(IRasterFunctionTemplate ppFunctionTemplate)
                                    throws java.io.IOException,
                                           AutomationException
The raster function template associated with the item template.

Specified by:
setRasterFunctionTemplateByRef in interface IItemTemplate
Parameters:
ppFunctionTemplate - A reference to a com.esri.arcgis.datasourcesraster.IRasterFunctionTemplate (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRasterFunctionTemplate

public IRasterFunctionTemplate getRasterFunctionTemplate()
                                                  throws java.io.IOException,
                                                         AutomationException
The raster function template associated with the item template.

Specified by:
getRasterFunctionTemplate in interface IItemTemplate
Returns:
A reference to a com.esri.arcgis.datasourcesraster.IRasterFunctionTemplate
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOutputDatasetTag

public void setOutputDatasetTag(java.lang.String pOutputDatasetTag)
                         throws java.io.IOException,
                                AutomationException
The output dataset tag associated with the item template. This property determines the tag of the outgoing item constructed using this template.

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

getOutputDatasetTag

public java.lang.String getOutputDatasetTag()
                                     throws java.io.IOException,
                                            AutomationException
The output dataset tag associated with the item template. This property determines the tag of the outgoing item constructed using this template.

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

setPrimaryInputDatasetTag

public void setPrimaryInputDatasetTag(java.lang.String pPrimaryInputDatasetTag)
                               throws java.io.IOException,
                                      AutomationException
Tag identifying the item URI that references a dataset from which all properties are copied over to the outgoing dataset.

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

getPrimaryInputDatasetTag

public java.lang.String getPrimaryInputDatasetTag()
                                           throws java.io.IOException,
                                                  AutomationException
Tag identifying the item URI that references a dataset from which all properties are copied over to the outgoing dataset.

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

setIntersectFootprints

public void setIntersectFootprints(boolean pbIntersectFootprints)
                            throws java.io.IOException,
                                   AutomationException
Indicates whether the footprint of items constructed using this template is computed using the intersection of the footprints of all participating input items.

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

isIntersectFootprints

public boolean isIntersectFootprints()
                              throws java.io.IOException,
                                     AutomationException
Indicates whether the footprint of items constructed using this template is computed using the intersection of the footprints of all participating input items.

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