com.esri.arcgis.networkanalyst
Interface INACompactStreetDirectionSummary

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
INACompactStreetDirectionSummaryProxy

public interface INACompactStreetDirectionSummary
extends java.io.Serializable

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

Description: 'Provides access to the compact driving directions summary.' 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 IIDdc8f49e9_7106_4496_8ce7_7cc7a45c6849
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IEnvelope getEnvelope()
          The bounding box of the route.
 double getTotalDriveTime()
          The total drive time for the route.
 double getTotalLength()
          The total length of the route.
 double getTotalTime()
          The total time for the route including wait and service time.
 

Field Detail

IIDdc8f49e9_7106_4496_8ce7_7cc7a45c6849

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

getTotalLength

double getTotalLength()
                      throws java.io.IOException,
                             AutomationException
The total length of the route.

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

getTotalTime

double getTotalTime()
                    throws java.io.IOException,
                           AutomationException
The total time for the route including wait and service time.

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

getTotalDriveTime

double getTotalDriveTime()
                         throws java.io.IOException,
                                AutomationException
The total drive time for the route.

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

getEnvelope

IEnvelope getEnvelope()
                      throws java.io.IOException,
                             AutomationException
The bounding box of the route.

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