com.esri.arcgis.geodatabase
Interface INetworkSourceDirections2

All Superinterfaces:
INetworkSourceDirections, Serializable
All Known Subinterfaces:
INetworkSourceDirections3
All Known Implementing Classes:
NetworkSourceDirections

public interface INetworkSourceDirections2
extends INetworkSourceDirections, Serializable

Provides access to the properties for generating driving directions for a specific network dataset source.

Product Availability

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


Method Summary
 IArray getFieldMappings()
          The collection of directions field mapping.
 void setFieldMappingsByRef(IArray fieldMappings)
          The collection of directions field mapping.
 
Methods inherited from interface com.esri.arcgis.geodatabase.INetworkSourceDirections
getAdminAreaFieldName, getShields, getStreetNameFields, setAdminAreaFieldName, setShieldsByRef, setStreetNameFieldsByRef
 

Method Detail

getFieldMappings

IArray getFieldMappings()
                        throws IOException,
                               AutomationException
The collection of directions field mapping.

Product Availability

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

Returns:
A reference to a com.esri.arcgis.system.IArray
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFieldMappingsByRef

void setFieldMappingsByRef(IArray fieldMappings)
                           throws IOException,
                                  AutomationException
The collection of directions field mapping.

Product Availability

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

Parameters:
fieldMappings - A reference to a com.esri.arcgis.system.IArray (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.