com.esri.arcgis.networkanalyst
Interface INAServerSolverParams3

All Superinterfaces:
INAServerSolverParams, INAServerSolverParams2, java.io.Serializable
All Known Implementing Classes:
INAServerSolverParams3Proxy, NAServerClosestFacilityParams, NAServerLocationAllocationParams, NAServerODCostMatrixParams, NAServerRouteParams, NAServerServiceAreaParams, NAServerVRPParams

public interface INAServerSolverParams3
extends INAServerSolverParams2, java.io.Serializable

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

Description: 'Deprecated as of 10.0. Provides access to properties that specify the solver settings and return parameters used during network analysis with NAServer.' 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 IID1bb2d1b6_cabf_4eba_bbd1_d9ed4a92f414
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.networkanalyst.INAServerSolverParams2
IID1fb9dd3f_a315_4df0_a02a_3358a2bee920
 
Fields inherited from interface com.esri.arcgis.networkanalyst.INAServerSolverParams
IID40635a1f_4c95_4f57_a220_c683941715e5
 
Method Summary
 java.lang.String getTravelMode()
          Specifies the travel mode.
 void setTravelMode(java.lang.String value)
          Specifies the travel mode.
 
Methods inherited from interface com.esri.arcgis.networkanalyst.INAServerSolverParams2
getLayerToken, isReturnPartialResultsOnError, isSaveLayerOnServer, setLayerToken, setReturnPartialResultsOnError, setSaveLayerOnServer
 
Methods inherited from interface com.esri.arcgis.networkanalyst.INAServerSolverParams
getImageDescription, getMapDescription, getMaxSnapTolerance, getNAClassCandidateFieldMaps, getNALayerName, getOutputSpatialReference, getSnapTolerance, getSnapToleranceUnits, isReturnMap, setImageDescriptionByRef, setMapDescriptionByRef, setMaxSnapTolerance, setNAClassCandidateFieldMaps, setNALayerName, setOutputSpatialReferenceByRef, setReturnMap, setSnapTolerance, setSnapToleranceUnits
 

Field Detail

IID1bb2d1b6_cabf_4eba_bbd1_d9ed4a92f414

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

getTravelMode

java.lang.String getTravelMode()
                               throws java.io.IOException,
                                      AutomationException
Specifies the travel mode.

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

setTravelMode

void setTravelMode(java.lang.String value)
                   throws java.io.IOException,
                          AutomationException
Specifies the travel mode.

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