NAServerTravelMode
A value object describing a travel mode that can be used to set the NAServerSolverParams.TravelModeObject property to specify vehicle specific setting on solve.
Property |
Type |
Description |
---|---|---|
Name |
string |
The name of the travel mode. |
ItemID | string | The unique identifier of the travel mode. |
ImpedanceAttributeName | string | The name of the cost attribute to minimize during network analysis |
TimeAttributeName | string | The name of the time attribute to use if required by the solver. |
DistanceAttributeName | string | The name of the distance attribute to use if required by the solver. |
RestrictionAttributeNames | string[] | The names of the restriction network attributes to use during analysis. |
AttributeParameterValues |
The network attribute parameter values to override on the network dataset during analysis. | |
UseHierarchy |
bool |
Indicates if hierarchical network analysis should be performed if the network has a hierarchy defined. |
RestrictUTurns |
Indicates how U-turns should be restricted during analysis. | |
OutputGeometryPrecision |
object |
The precision of the output geometry after generalization. Algorithm involving Douglas-Poiker generalization is used. |
OutputGeometryPrecisionUnits |
The length units that the OutputGeometryPrecision are in. If unknown, the units are assumed to be the same as the spatial reference of the geometries. | |
OutputGeometryPrecisionUnitsSpecified |
bool |
Indicates if OutputGeometryPrecisionUnits is specified. |
Type | string |
The type of travel mode. Current string values include AUTOMOBILE, TRUCK, WALK, or OTHER |
Description |
string |
Description of the travel mode. |