com.esri.arcgis.networkanalyst
Interface INARouteSolver2

All Superinterfaces:
INARouteSolver, java.io.Serializable
All Known Implementing Classes:
INARouteSolver2Proxy, NARouteSolver, NAServerRouteParams

public interface INARouteSolver2
extends INARouteSolver, java.io.Serializable

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

Description: 'Provides access to the route solver.' 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 IID64d328dc_8919_47df_be20_e28200637413
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.networkanalyst.INARouteSolver
IID584e3dc7_2abb_4c52_a83f_28f2be0b8a68
 
Method Summary
 java.util.Date getStartTime()
          Specifies the time the route begins.
 boolean isUseStartTime()
          Indicates if the solver should start the route at a particular time.
 void setStartTime(java.util.Date value)
          Specifies the time the route begins.
 void setUseStartTime(boolean value)
          Indicates if the solver should start the route at a particular time.
 
Methods inherited from interface com.esri.arcgis.networkanalyst.INARouteSolver
getOutputLines, isCreateTraversalResult, isFindBestSequence, isPreserveFirstStop, isPreserveLastStop, isUseTimeWindows, setCreateTraversalResult, setFindBestSequence, setOutputLines, setPreserveFirstStop, setPreserveLastStop, setUseTimeWindows
 

Field Detail

IID64d328dc_8919_47df_be20_e28200637413

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

setUseStartTime

void setUseStartTime(boolean value)
                     throws java.io.IOException,
                            AutomationException
Indicates if the solver should start the route at a particular time.

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

isUseStartTime

boolean isUseStartTime()
                       throws java.io.IOException,
                              AutomationException
Indicates if the solver should start the route at a particular time.

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

setStartTime

void setStartTime(java.util.Date value)
                  throws java.io.IOException,
                         AutomationException
Specifies the time the route begins.

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

getStartTime

java.util.Date getStartTime()
                            throws java.io.IOException,
                                   AutomationException
Specifies the time the route begins.

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