|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterTypeItemURI2
Provides access to members that control a raster type item URI.
Method Summary | |
---|---|
String |
getFunctionTemplateName()
The name of raster function template associated with the item template that built the raster type item URI. |
String |
getItemTemplateTag()
The originally set output dataset tag associated with the parent raster type item template that created the URI. |
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(String pFunctionTemplateName)
The name of raster function template associated with the item template that built the raster type item URI. |
void |
setItemTemplateTag(String pItemTemplateTag)
The originally set output dataset tag associated with the parent raster type item template that created the URI. |
void |
setPrimaryChainConnector(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). |
Methods inherited from interface com.esri.arcgis.datasourcesraster.IRasterTypeItemURI |
---|
getItems, getItemTemplateIndex, setItemsByRef, setItemTemplateIndex |
Method Detail |
---|
void setItemTemplateTag(String pItemTemplateTag) throws IOException, AutomationException
pItemTemplateTag
- The pItemTemplateTag (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getItemTemplateTag() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFunctionTemplateName(String pFunctionTemplateName) throws IOException, AutomationException
pFunctionTemplateName
- The pFunctionTemplateName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getFunctionTemplateName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPrimaryChainConnector(String pPrimaryChainConnector) throws IOException, AutomationException
pPrimaryChainConnector
- The pPrimaryChainConnector (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getPrimaryChainConnector() 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 |