com.esri.arcgis.networkanalyst
Interface INACompactStreetDirection

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
INACompactStreetDirection2
All Known Implementing Classes:
INACompactStreetDirection2Proxy, INACompactStreetDirectionProxy

public interface INACompactStreetDirection
extends java.io.Serializable

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

Description: 'Provides access to a compact 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 IIDba19e651_a488_44c1_9756_ae7205a5bf4e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getCompressedGeometry()
          The compressed geometry for the driving direction.
 java.util.Date getETA()
          The estimated time of arrival.
 double getLength()
          The cumulative driving length (in directions length units).
 int getManeuverType()
          The maneuver type.
 java.lang.String getText()
          The driving direction text.
 double getTime()
          The time spent.
 

Field Detail

IIDba19e651_a488_44c1_9756_ae7205a5bf4e

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

getLength

double getLength()
                 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.

getTime

double getTime()
               throws java.io.IOException,
                      AutomationException
The time spent.

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

getText

java.lang.String getText()
                         throws java.io.IOException,
                                AutomationException
The driving direction text.

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

getCompressedGeometry

java.lang.String getCompressedGeometry()
                                       throws java.io.IOException,
                                              AutomationException
The compressed geometry for the driving direction.

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

getETA

java.util.Date getETA()
                      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.

getManeuverType

int getManeuverType()
                    throws java.io.IOException,
                           AutomationException
The maneuver type.

Returns:
A com.esri.arcgis.networkanalyst.esriDirectionsManeuverType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.