com.esri.arcgis.networkanalyst
Interface INAStreetDirection2

All Superinterfaces:
INAStreetDirection, java.io.Serializable
All Known Subinterfaces:
INAStreetDirection3
All Known Implementing Classes:
INAStreetDirection2Proxy, INAStreetDirection3Proxy

public interface INAStreetDirection2
extends INAStreetDirection, java.io.Serializable

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

Description: 'Provides access to a street direction item.' 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 IID5efc99fd_8f0e_42b4_b395_392bf5cce24f
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.networkanalyst.INAStreetDirection
IID52464c51_db57_4f83_932c_69a0fc6888db
 
Method Summary
 double getCumulativeLength()
          The cumulative driving length (in directions length units).
 java.util.Date getEstimatedArrivalTime()
          The estimated time of arrival.
 
Methods inherited from interface com.esri.arcgis.networkanalyst.INAStreetDirection
getDriveTime, getEnvelope, getLength, getManeuverPoint, getResultElement, getResultObjectCount, getString, getStringCount, getStringType, getTime
 

Field Detail

IID5efc99fd_8f0e_42b4_b395_392bf5cce24f

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

getCumulativeLength

double getCumulativeLength()
                           throws java.io.IOException,
                                  AutomationException
The cumulative driving length (in directions length units).

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

getEstimatedArrivalTime

java.util.Date getEstimatedArrivalTime()
                                       throws java.io.IOException,
                                              AutomationException
The estimated time of arrival.

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