com.esri.arcgis.networkanalyst
Interface INATimeAwareSolverSettings

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

public interface INATimeAwareSolverSettings
extends java.io.Serializable

COM Interface 'INATimeAwareSolverSettings'. 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 IIDe9cbb341_3c3c_41a1_a660_784708288434
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.util.Date getTimeOfDay()
          The date-time value used in time-aware solvers.
 int getTimeOfDayUsage()
          The usage type for the TimeOfDay property.
 void setTimeOfDay(java.util.Date timeOfDay)
          The date-time value used in time-aware solvers.
 void setTimeOfDayUsage(int timeOfDayUsage)
          The usage type for the TimeOfDay property.
 

Field Detail

IIDe9cbb341_3c3c_41a1_a660_784708288434

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

getTimeOfDay

java.util.Date getTimeOfDay()
                            throws java.io.IOException,
                                   AutomationException
The date-time value used in time-aware solvers.

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

setTimeOfDay

void setTimeOfDay(java.util.Date timeOfDay)
                  throws java.io.IOException,
                         AutomationException
The date-time value used in time-aware solvers.

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

getTimeOfDayUsage

int getTimeOfDayUsage()
                      throws java.io.IOException,
                             AutomationException
The usage type for the TimeOfDay property.

Returns:
A com.esri.arcgis.networkanalyst.esriNATimeOfDayUsage constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTimeOfDayUsage

void setTimeOfDayUsage(int timeOfDayUsage)
                       throws java.io.IOException,
                              AutomationException
The usage type for the TimeOfDay property.

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