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, Externalizable, Serializable

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

Provides access to members that control an item template.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  IItemTemplateProxy()
           
  IItemTemplateProxy(Object obj)
           
protected IItemTemplateProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 String getName()
          The name of the item template.
 String getOutputDatasetTag()
          The output dataset tag associated with the item template.
 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(String iidStr, 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(String pItemTemplateName)
          The name of the item template.
 void setOutputDatasetTag(String pOutputDatasetTag)
          The output dataset tag associated with the item template.
 void setPrimaryInputDatasetTag(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

noncastable

public boolean noncastable
Constructor Detail

IItemTemplateProxy

public IItemTemplateProxy()

IItemTemplateProxy

public IItemTemplateProxy(Object obj)
                   throws IOException
Throws:
IOException

IItemTemplateProxy

protected IItemTemplateProxy(Object obj,
                             String iid)
                      throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

removeListener

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

setName

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getName

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setEnabled

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

isEnabled

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setRasterFunctionTemplateByRef

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getRasterFunctionTemplate

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setOutputDatasetTag

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getOutputDatasetTag

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setPrimaryInputDatasetTag

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getPrimaryInputDatasetTag

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setIntersectFootprints

public void setIntersectFootprints(boolean pbIntersectFootprints)
                            throws 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.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

isIntersectFootprints

public boolean isIntersectFootprints()
                              throws 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.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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