com.esri.arcgis.networkanalyst
Interface INAServerNetworkDirections

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
INAServerNetworkDirectionsProxy, NAServerNetworkDirections

public interface INAServerNetworkDirections
extends java.io.Serializable

COM Interface 'INAServerNetworkDirections'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriNetworkAnalyst.olb'

Description: 'Deprecated as of 10.0. Provides access to properties that describe the network directions.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDdfc2ef22_9bd7_47f2_a831_cf63de106b7a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IStringArray getAvailableStyleNames()
          Names of the direction styles available on the system.
 IStringArray getSupportedLanguages()
          Languages supported by the directions engine on the system.
 

Field Detail

IIDdfc2ef22_9bd7_47f2_a831_cf63de106b7a

static final int IIDdfc2ef22_9bd7_47f2_a831_cf63de106b7a
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getAvailableStyleNames

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

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

getSupportedLanguages

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

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