public interface IItemTemplate
extends 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 |
|---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID205b20a1_3bc1_4270_acc9_6f73c1840007 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
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 |
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.
|
static final int IID205b20a1_3bc1_4270_acc9_6f73c1840007
static final int xxDummy
static final java.lang.String IID
void setName(java.lang.String pItemTemplateName)
throws java.io.IOException,
AutomationException
pItemTemplateName - The pItemTemplateName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setEnabled(boolean pbEnabled)
throws java.io.IOException,
AutomationException
pbEnabled - The pbEnabled (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean isEnabled()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setRasterFunctionTemplateByRef(IRasterFunctionTemplate ppFunctionTemplate) throws java.io.IOException, AutomationException
ppFunctionTemplate - 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.IRasterFunctionTemplate getRasterFunctionTemplate() throws java.io.IOException, AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setOutputDatasetTag(java.lang.String pOutputDatasetTag)
throws java.io.IOException,
AutomationException
pOutputDatasetTag - The pOutputDatasetTag (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getOutputDatasetTag()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setPrimaryInputDatasetTag(java.lang.String pPrimaryInputDatasetTag)
throws java.io.IOException,
AutomationException
pPrimaryInputDatasetTag - The pPrimaryInputDatasetTag (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getPrimaryInputDatasetTag()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setIntersectFootprints(boolean pbIntersectFootprints)
throws java.io.IOException,
AutomationException
pbIntersectFootprints - The pbIntersectFootprints (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean isIntersectFootprints()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.