com.esri.arcgis.geodatabase
Interface ITimeAwareEvaluator

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITimeAwareEvaluatorProxy, NetworkEdgeTrafficEvaluator

public interface ITimeAwareEvaluator
extends java.io.Serializable

COM Interface 'ITimeAwareEvaluator'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members in travel dependent evaluator.' 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 IIDe55445d9_ff42_4a88_8b5c_132a2b9216f4
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.Object queryValueAtTime(INetworkElement element, java.util.Date localTime, int timeUsage)
          Query the travel time for the current time.
 

Field Detail

IIDe55445d9_ff42_4a88_8b5c_132a2b9216f4

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

queryValueAtTime

java.lang.Object queryValueAtTime(INetworkElement element,
                                  java.util.Date localTime,
                                  int timeUsage)
                                  throws java.io.IOException,
                                         AutomationException
Query the travel time for the current time.

Parameters:
element - A reference to a com.esri.arcgis.geodatabase.INetworkElement (in)
localTime - The localTime (in)
timeUsage - A com.esri.arcgis.geodatabase.esriNetworkTimeUsage constant (in)
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.