com.esri.arcgis.geodatabase
Interface IDirectionsAttributeMapping

All Superinterfaces:
Serializable
All Known Implementing Classes:
DirectionsAttributeMapping

public interface IDirectionsAttributeMapping
extends Serializable

Provides access to the properties for directions attribute mapping.

Product Availability

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


Method Summary
 String getAttributeName()
          The network attribute name associated with the directions key name.
 String getKeyName()
          The key name to be used for driving directions generation.
 void setAttributeName(String attributeName)
          The network attribute name associated with the directions key name.
 void setKeyName(String keyName)
          The key name to be used for driving directions generation.
 

Method Detail

setKeyName

void setKeyName(String keyName)
                throws IOException,
                       AutomationException
The key name to be used for driving directions generation.

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 key name to be used for driving directions generation.

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.

setAttributeName

void setAttributeName(String attributeName)
                      throws IOException,
                             AutomationException
The network attribute name associated with the directions key name.

Product Availability

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

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

getAttributeName

String getAttributeName()
                        throws IOException,
                               AutomationException
The network attribute name associated with the directions key name.

Product Availability

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

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