com.esri.arcgis.networkanalyst
Interface INATimeAwareSolverSettings2

All Superinterfaces:
INATimeAwareSolverSettings, java.io.Serializable
All Known Implementing Classes:
INATimeAwareSolverSettings2Proxy, NAClosestFacilitySolver, NALocationAllocationSolver, NAODCostMatrixSolver, NARouteSolver, NAServerClosestFacilityParams, NAServerLocationAllocationParams, NAServerODCostMatrixParams, NAServerRouteParams, NAServerServiceAreaParams, NAServiceAreaSolver

public interface INATimeAwareSolverSettings2
extends INATimeAwareSolverSettings, java.io.Serializable

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

Description: 'Provides access to settings common to all time-aware solvers.' 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 IID3d8bbac9_2ebd_4f2f_bafe_bf9da41beb80
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.networkanalyst.INATimeAwareSolverSettings
IIDe9cbb341_3c3c_41a1_a660_784708288434
 
Method Summary
 boolean isTimeOfDayIsUTC()
          Indicates whether the date-time value used in time-aware solvers is UTC or local time.
 void setTimeOfDayIsUTC(boolean timeOfDayIsUTC)
          Indicates whether the date-time value used in time-aware solvers is UTC or local time.
 
Methods inherited from interface com.esri.arcgis.networkanalyst.INATimeAwareSolverSettings
getTimeOfDay, getTimeOfDayUsage, setTimeOfDay, setTimeOfDayUsage
 

Field Detail

IID3d8bbac9_2ebd_4f2f_bafe_bf9da41beb80

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

isTimeOfDayIsUTC

boolean isTimeOfDayIsUTC()
                         throws java.io.IOException,
                                AutomationException
Indicates whether the date-time value used in time-aware solvers is UTC or local time.

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

setTimeOfDayIsUTC

void setTimeOfDayIsUTC(boolean timeOfDayIsUTC)
                       throws java.io.IOException,
                              AutomationException
Indicates whether the date-time value used in time-aware solvers is UTC or local time.

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