com.esri.arcgis.networkanalyst
Interface IEnumTrafficSpeeds

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

public interface IEnumTrafficSpeeds
extends java.io.Serializable

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

Description: 'Provides access to traffic speed 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 IID8ac6ba43_c765_43aa_91fa_654e3f9aee96
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IArray getTimeSlices()
          Array of time slices of speed data.
 java.util.Date getTimestamp()
          Timestamp of speed data.
 void next(java.lang.String[] pKey, IVariantArray[] ppValues)
          Retrieve next record in speed data.
 void reset()
          Reset cursor to beginning.
 

Field Detail

IID8ac6ba43_c765_43aa_91fa_654e3f9aee96

static final int IID8ac6ba43_c765_43aa_91fa_654e3f9aee96
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 speed data.

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

getTimeSlices

IArray getTimeSlices()
                     throws java.io.IOException,
                            AutomationException
Array of time slices of speed data.

Returns:
A reference to a com.esri.arcgis.system.IArray
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

void next(java.lang.String[] pKey,
          IVariantArray[] ppValues)
          throws java.io.IOException,
                 AutomationException
Retrieve next record in speed data. The values correspond to time slices.

Parameters:
pKey - The pKey (out: use single element array)
ppValues - A reference to a com.esri.arcgis.system.IVariantArray (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.