|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IItemTemplate
Provides access to members that control an item template.
| Method Summary | |
|---|---|
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 |
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. |
| Method Detail |
|---|
void setName(String pItemTemplateName)
throws IOException,
AutomationException
pItemTemplateName - The pItemTemplateName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setEnabled(boolean pbEnabled)
throws IOException,
AutomationException
pbEnabled - The pbEnabled (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isEnabled()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRasterFunctionTemplateByRef(IRasterFunctionTemplate ppFunctionTemplate)
throws IOException,
AutomationException
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.
IRasterFunctionTemplate getRasterFunctionTemplate()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setOutputDatasetTag(String pOutputDatasetTag)
throws IOException,
AutomationException
pOutputDatasetTag - The pOutputDatasetTag (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getOutputDatasetTag()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPrimaryInputDatasetTag(String pPrimaryInputDatasetTag)
throws IOException,
AutomationException
pPrimaryInputDatasetTag - The pPrimaryInputDatasetTag (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getPrimaryInputDatasetTag()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setIntersectFootprints(boolean pbIntersectFootprints)
throws IOException,
AutomationException
pbIntersectFootprints - The pbIntersectFootprints (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isIntersectFootprints()
throws IOException,
AutomationException
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 | ||||||||