com.esri.arcgis.networkanalyst
Interface INATraversalResultQuery2

All Superinterfaces:
INATraversalResultQuery, Serializable
All Known Implementing Classes:
NATraversalResult

public interface INATraversalResultQuery2
extends INATraversalResultQuery, Serializable

Provides access to the results of an analysis.

Remarks

The INATraversalResultQuery2 interface is used to navigate through the traversal result and to provide the field names for various fields on the traversal classes.

Product Availability

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


Method Summary
 String getEIDFieldName()
          The EID field name
 
Methods inherited from interface com.esri.arcgis.networkanalyst.INATraversalResultQuery
getElementIDFieldName, getFeatureClass, getFromEdgeIDFieldName, getFromJunctionIDFieldName, getFromPositionFieldName, getSourceIDFieldName, getSourceOIDFieldName, getToEdgeIDFieldName, getToJunctionIDFieldName, getToPositionFieldName, searchConnected
 

Method Detail

getEIDFieldName

String getEIDFieldName()
                       throws IOException,
                              AutomationException
The EID field name

Remarks

Specifies the EID field name.

Product Availability

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

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