com.esri.arcgis.datasourcesraster
Interface IRasterTypeItemURI2

All Superinterfaces:
IRasterTypeItemURI, java.io.Serializable
All Known Implementing Classes:
IRasterTypeItemURI2Proxy, RasterTypeItemURI

public interface IRasterTypeItemURI2
extends IRasterTypeItemURI, java.io.Serializable

COM Interface 'IRasterTypeItemURI2'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDfe3640c8_162c_4396_b40a_97f0f4ede0f6
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IRasterTypeItemURI
IID28c1476a_cc64_4254_9082_44a9893b54d3
 
Method Summary
 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).
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IRasterTypeItemURI
getItems, getItemTemplateIndex, setItemsByRef, setItemTemplateIndex
 

Field Detail

IIDfe3640c8_162c_4396_b40a_97f0f4ede0f6

static final int IIDfe3640c8_162c_4396_b40a_97f0f4ede0f6
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setItemTemplateTag

void setItemTemplateTag(java.lang.String pItemTemplateTag)
                        throws java.io.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.

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

getItemTemplateTag

java.lang.String getItemTemplateTag()
                                    throws java.io.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.

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

setFunctionTemplateName

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

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

getFunctionTemplateName

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

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

setPrimaryChainConnector

void setPrimaryChainConnector(java.lang.String pPrimaryChainConnector)
                              throws java.io.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).

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

getPrimaryChainConnector

java.lang.String getPrimaryChainConnector()
                                          throws java.io.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).

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