com.esri.arcgis.networkanalyst
Interface INAServerNetworkDirections

All Superinterfaces:
Serializable
All Known Implementing Classes:
NAServerNetworkDirections

public interface INAServerNetworkDirections
extends Serializable

Deprecated as of 10.0. Provides access to properties that describe the network directions.

Remarks

At version 10.1, ArcGIS for Server no longer supports performing network analysis via local connections using the GISServer and GISClient APIs. Use the SOAP or REST API instead.

INAServerNetworkDirections describes available directions styles and directions languages of the network dataset associated with a network analysis layer.

Product Availability

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


Method Summary
 IStringArray getAvailableStyleNames()
          Names of the direction styles available on the system.
 IStringArray getSupportedLanguages()
          Languages supported by the directions engine on the system.
 

Method Detail

getAvailableStyleNames

IStringArray getAvailableStyleNames()
                                    throws IOException,
                                           AutomationException
Names of the direction styles available on the system.

Remarks

AvailableStyleNames contains a list of available directions styles.

Product Availability

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

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

getSupportedLanguages

IStringArray getSupportedLanguages()
                                   throws IOException,
                                          AutomationException
Languages supported by the directions engine on the system.

Remarks

SupportedLanguages contains list of available directions languages.

Product Availability

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

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