com.esri.arcgis.networkanalyst
Interface IEnumTrafficIncidents

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

public interface IEnumTrafficIncidents
extends java.io.Serializable

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

Description: 'Provides access to incident data.' 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 IID2f7d1ddb_c7a8_444e_884a_c6c2bd32e98e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IFields getFields()
          Fields in incident data.
 java.util.Date getTimestamp()
          Timestamp of incident data.
 IVariantArray next()
          Retrieve next record in incident data.
 void reset()
          Reset cursor to beginning.
 

Field Detail

IID2f7d1ddb_c7a8_444e_884a_c6c2bd32e98e

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

getTimestamp

java.util.Date getTimestamp()
                            throws java.io.IOException,
                                   AutomationException
Timestamp of incident data.

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

getFields

IFields getFields()
                  throws java.io.IOException,
                         AutomationException
Fields in incident data.

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

reset

void reset()
           throws java.io.IOException,
                  AutomationException
Reset cursor to beginning.

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

next

IVariantArray next()
                   throws java.io.IOException,
                          AutomationException
Retrieve next record in incident data. The values correspond to time fields.

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