com.esri.arcgis.networkanalyst
Interface INAStreetDirectionsAgent2

All Superinterfaces:
INAStreetDirectionsAgent, java.io.Serializable
All Known Subinterfaces:
INAStreetDirectionsAgent3
All Known Implementing Classes:
INAStreetDirectionsAgent2Proxy, INAStreetDirectionsAgent3Proxy, NAStreetDirectionsAgent

public interface INAStreetDirectionsAgent2
extends INAStreetDirectionsAgent, java.io.Serializable

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

Description: 'Provides access to the Directions Agent.' 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 IID165a238e_761e_440c_b8d9_f028ecd40b97
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.networkanalyst.INAStreetDirectionsAgent
IID67b62ed9_2ebb_488b_ae93_13c137ba4a84
 
Method Summary
 java.lang.String getLanguage()
          Language to use when generating directions.
 void setLanguage(java.lang.String strLanguage)
          Language to use when generating directions.
 
Methods inherited from interface com.esri.arcgis.networkanalyst.INAStreetDirectionsAgent
execute, getDirectionsContainer, getLengthUnits, getTimeAttributeName, isAutoShowDirections, isDisplayTime, setAutoShowDirections, setDisplayTime, setLengthUnits, setTimeAttributeName
 

Field Detail

IID165a238e_761e_440c_b8d9_f028ecd40b97

static final int IID165a238e_761e_440c_b8d9_f028ecd40b97
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

getLanguage

java.lang.String getLanguage()
                             throws java.io.IOException,
                                    AutomationException
Language to use when generating directions.

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

setLanguage

void setLanguage(java.lang.String strLanguage)
                 throws java.io.IOException,
                        AutomationException
Language to use when generating directions.

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