com.esri.arcgis.networkanalyst
Interface INAStreetDirectionEvent

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

public interface INAStreetDirectionEvent
extends java.io.Serializable

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

Description: 'Provides access to a street direction event.' 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 IIDf3f22972_0d49_4316_b89c_8c3ce6fbea4e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.util.Date getETA()
          The estimated time of arrival.
 IPoint getPoint()
          The location of the event.
 java.lang.String getString(int index)
          The string by its index.
 int getStringCount()
          The count of strings in this event.
 int getStringType(int index)
          The string type by its index.
 

Field Detail

IIDf3f22972_0d49_4316_b89c_8c3ce6fbea4e

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

getStringCount

int getStringCount()
                   throws java.io.IOException,
                          AutomationException
The count of strings in this event.

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

getString

java.lang.String getString(int index)
                           throws java.io.IOException,
                                  AutomationException
The string by its index.

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

getStringType

int getStringType(int index)
                  throws java.io.IOException,
                         AutomationException
The string type by its index.

Parameters:
index - The index (in)
Returns:
A com.esri.arcgis.networkanalyst.esriDirectionsStringType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPoint

IPoint getPoint()
                throws java.io.IOException,
                       AutomationException
The location of the event.

Returns:
A reference to a com.esri.arcgis.geometry.IPoint
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 pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.