public interface IRasterTypeItemURI2 extends IRasterTypeItemURI, java.io.Serializable
Description: 'Provides access to members that control a raster type item URI.' 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 |
IIDfe3640c8_162c_4396_b40a_97f0f4ede0f6 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID28c1476a_cc64_4254_9082_44a9893b54d3
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFunctionTemplateName()
The name of raster function template associated with the item template that built the raster type item URI.
|
java.lang.String |
getItemTemplateTag()
The originally set output dataset tag associated with the parent raster type item template that created the URI.
|
java.lang.String |
getPrimaryChainConnector()
In the case where the URI is associated with an ancillary dataset, this property indicates the name of the raster function variable within the primary raster function template onto which the ancillary tepmlate reconnects (as a form of post-processing).
|
void |
setFunctionTemplateName(java.lang.String pFunctionTemplateName)
The name of raster function template associated with the item template that built the raster type item URI.
|
void |
setItemTemplateTag(java.lang.String pItemTemplateTag)
The originally set output dataset tag associated with the parent raster type item template that created the URI.
|
void |
setPrimaryChainConnector(java.lang.String pPrimaryChainConnector)
In the case where the URI is associated with an ancillary dataset, this property indicates the name of the raster function variable within the primary raster function template onto which the ancillary tepmlate reconnects (as a form of post-processing).
|
getItems, getItemTemplateIndex, setItemsByRef, setItemTemplateIndex
static final int IIDfe3640c8_162c_4396_b40a_97f0f4ede0f6
static final int xxDummy
static final java.lang.String IID
void setItemTemplateTag(java.lang.String pItemTemplateTag) throws java.io.IOException, AutomationException
pItemTemplateTag
- The pItemTemplateTag (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getItemTemplateTag() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFunctionTemplateName(java.lang.String pFunctionTemplateName) throws java.io.IOException, AutomationException
pFunctionTemplateName
- The pFunctionTemplateName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getFunctionTemplateName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setPrimaryChainConnector(java.lang.String pPrimaryChainConnector) throws java.io.IOException, AutomationException
pPrimaryChainConnector
- The pPrimaryChainConnector (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getPrimaryChainConnector() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.