com.esri.arcgis.geodatabase
Interface IDirectionsFieldMapping

All Superinterfaces:
Serializable
All Known Implementing Classes:
DirectionsFieldMapping

public interface IDirectionsFieldMapping
extends Serializable

Provides access to the properties for directions field mapping.

Product Availability

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


Method Summary
 String getFieldName(int direction)
          The network source field name associated with the directions key name and direction.
 String getKeyName()
          The directions key name of the directions field mapping.
 void setFieldName(int direction, String fieldName)
          The network source field name associated with the directions key name and direction.
 void setKeyName(String keyName)
          The directions key name of the directions field mapping.
 

Method Detail

setKeyName

void setKeyName(String keyName)
                throws IOException,
                       AutomationException
The directions key name of the directions field mapping.

Product Availability

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

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

getKeyName

String getKeyName()
                  throws IOException,
                         AutomationException
The directions key name of the directions field mapping.

Product Availability

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

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

setFieldName

void setFieldName(int direction,
                  String fieldName)
                  throws IOException,
                         AutomationException
The network source field name associated with the directions key name and direction.

Product Availability

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

Parameters:
direction - A com.esri.arcgis.geodatabase.esriNetworkEdgeDirection constant (in)
fieldName - The fieldName (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFieldName

String getFieldName(int direction)
                    throws IOException,
                           AutomationException
The network source field name associated with the directions key name and direction.

Product Availability

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

Parameters:
direction - A com.esri.arcgis.geodatabase.esriNetworkEdgeDirection constant (in)
Returns:
The fieldName
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.