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 =
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 |
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
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.