com.esri.arcgis.datasourcesraster
Interface IRasterTypeItemURI2

All Superinterfaces:
IRasterTypeItemURI, Serializable
All Known Implementing Classes:
RasterTypeItemURI

public interface IRasterTypeItemURI2
extends IRasterTypeItemURI, Serializable

Provides access to members that control a raster type item URI.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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

setItemTemplateTag

void setItemTemplateTag(String pItemTemplateTag)
                        throws IOException,
                               AutomationException
The originally set output dataset tag associated with the parent raster type item template that created the URI. This property enables the raster type to correctly connect an item template's primary or ancillary properties with a raster type item URI.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pItemTemplateTag - The pItemTemplateTag (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getItemTemplateTag

String getItemTemplateTag()
                          throws IOException,
                                 AutomationException
The originally set output dataset tag associated with the parent raster type item template that created the URI. This property enables the raster type to correctly connect an item template's primary or ancillary properties with a raster type item URI.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The pItemTemplateTag
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFunctionTemplateName

void setFunctionTemplateName(String pFunctionTemplateName)
                             throws IOException,
                                    AutomationException
The name of raster function template associated with the item template that built the raster type item URI.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pFunctionTemplateName - The pFunctionTemplateName (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFunctionTemplateName

String getFunctionTemplateName()
                               throws IOException,
                                      AutomationException
The name of raster function template associated with the item template that built the raster type item URI.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The pFunctionTemplateName
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPrimaryChainConnector

void setPrimaryChainConnector(String pPrimaryChainConnector)
                              throws IOException,
                                     AutomationException
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).

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pPrimaryChainConnector - The pPrimaryChainConnector (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPrimaryChainConnector

String getPrimaryChainConnector()
                                throws IOException,
                                       AutomationException
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).

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The pPrimaryChainConnector
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.