|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.datasourcesraster.IItemTemplateProxy
public class IItemTemplateProxy
Provides access to members that control an item template.
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 |
---|
public boolean noncastable
Constructor Detail |
---|
public IItemTemplateProxy()
public IItemTemplateProxy(Object obj) throws IOException
IOException
protected IItemTemplateProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void setName(String pItemTemplateName) throws IOException, AutomationException
setName
in interface IItemTemplate
pItemTemplateName
- The pItemTemplateName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getName() throws IOException, AutomationException
getName
in interface IItemTemplate
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setEnabled(boolean pbEnabled) throws IOException, AutomationException
setEnabled
in interface IItemTemplate
pbEnabled
- The pbEnabled (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isEnabled() throws IOException, AutomationException
isEnabled
in interface IItemTemplate
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRasterFunctionTemplateByRef(IRasterFunctionTemplate ppFunctionTemplate) throws IOException, AutomationException
setRasterFunctionTemplateByRef
in interface IItemTemplate
ppFunctionTemplate
- A reference to a com.esri.arcgis.datasourcesraster.IRasterFunctionTemplate (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IRasterFunctionTemplate getRasterFunctionTemplate() throws IOException, AutomationException
getRasterFunctionTemplate
in interface IItemTemplate
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOutputDatasetTag(String pOutputDatasetTag) throws IOException, AutomationException
setOutputDatasetTag
in interface IItemTemplate
pOutputDatasetTag
- The pOutputDatasetTag (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getOutputDatasetTag() throws IOException, AutomationException
getOutputDatasetTag
in interface IItemTemplate
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPrimaryInputDatasetTag(String pPrimaryInputDatasetTag) throws IOException, AutomationException
setPrimaryInputDatasetTag
in interface IItemTemplate
pPrimaryInputDatasetTag
- The pPrimaryInputDatasetTag (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getPrimaryInputDatasetTag() throws IOException, AutomationException
getPrimaryInputDatasetTag
in interface IItemTemplate
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setIntersectFootprints(boolean pbIntersectFootprints) throws IOException, AutomationException
setIntersectFootprints
in interface IItemTemplate
pbIntersectFootprints
- The pbIntersectFootprints (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isIntersectFootprints() throws IOException, AutomationException
isIntersectFootprints
in interface IItemTemplate
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |