com.esri.arcgis.networkanalyst
Interface INASolverSettings3

All Superinterfaces:
INASolverSettings, INASolverSettings2, java.io.Serializable
All Known Implementing Classes:
INASolverSettings3Proxy, NAClosestFacilitySolver, NALocationAllocationSolver, NAODCostMatrixSolver, NARouteSolver, NAServiceAreaSolver, NAVRPSolver

public interface INASolverSettings3
extends INASolverSettings2, java.io.Serializable

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

Description: 'Provides access to settings common to all 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 IID1e4089cc_b6c8_4c0c_8855_9a609c26ed3e
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.networkanalyst.INASolverSettings2
IIDd3696546_2831_4aa5_a879_acd66e50a938
 
Fields inherited from interface com.esri.arcgis.networkanalyst.INASolverSettings
IID5a8dc105_0e57_45c8_a01d_0188ce7f7b52
 
Method Summary
 void applyTravelMode(INAContext context, INetworkTravelMode travelMode)
          Applies the solver settings that are in the given travel mode instance.
 
Methods inherited from interface com.esri.arcgis.networkanalyst.INASolverSettings2
getAttributeParameterValue, isResetHierarchyRangesOnBind, setAttributeParameterValue, setResetHierarchyRangesOnBind
 
Methods inherited from interface com.esri.arcgis.networkanalyst.INASolverSettings
getAccumulateAttributeNames, getHierarchyAttributeName, getHierarchyLevelCount, getImpedanceAttributeName, getMaxValueForHierarchy, getNumTransitionToHierarchy, getRestrictionAttributeNames, getRestrictUTurns, isIgnoreInvalidLocations, isUseHierarchy, setAccumulateAttributeNamesByRef, setHierarchyAttributeName, setHierarchyLevelCount, setIgnoreInvalidLocations, setImpedanceAttributeName, setMaxValueForHierarchy, setNumTransitionToHierarchy, setRestrictionAttributeNamesByRef, setRestrictUTurns, setUseHierarchy
 

Field Detail

IID1e4089cc_b6c8_4c0c_8855_9a609c26ed3e

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

applyTravelMode

void applyTravelMode(INAContext context,
                     INetworkTravelMode travelMode)
                     throws java.io.IOException,
                            AutomationException
Applies the solver settings that are in the given travel mode instance.

Parameters:
context - A reference to a com.esri.arcgis.networkanalyst.INAContext (in)
travelMode - A reference to a com.esri.arcgis.geodatabase.INetworkTravelMode (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.