Route Parameters
A route parameters object contains parameters for route calculation. A class that contains settings that are used when solving a Route_task. The Route_parameters class contains all inputs for the Route_task, as well as settings such as the impedance attribute, accumulate and restriction attributes, backtrack (u-turn) policy, etc.
Since
200.1.0
See also
Constructors
Properties
Accumulate attribute names.
Directions distance text units. A directions distance text units. Describes the unit of measurement for the length of directions.
Directions language.
Directions style. A directions style. The directions setting to generate directions designed for different kind of applications.
Find best sequence.
Output spatial reference.
Preserve first stop.
Preserve last stop.
Return directions status.
Return point barriers.
Return polygon barriers.
Return polyline barriers.
Return routes.
Return stops.
Route shape type.
Travel mode. Travel mode instance for route parameters.
Functions
Clears point barriers.
Clears polygon barriers.
Clears polyline barriers.
Clears stops.
Clones the RouteParameters.
Gets the search where clause from the specified network dataset's source feature class.
Sets point barriers.
Sets the point barriers from the features in specified feature table. The feature table can be either local or online. The feature table must be of geometry type point. Attributes from the feature table are mapped to the properties on the barrier objects generated from the specified feature table. The where clause set in the query parameters will be applied to the feature table. If an online feature table is specified the table will not be queried for features until Solve is called.
Sets polygon barriers.
Sets the polygon barriers from the features in specified feature table. The feature table can be either local or online. The feature table must be of geometry type polygon. Attributes from the feature table are mapped to the properties on the barrier objects generated from the specified feature table. The where clause set in the query parameters will be applied to the feature table. If an online feature table is specified the table will not be queried for features until Solve is called.
Sets polyline barriers.
Sets the polyline barriers from the features in specified feature table. The feature table can be either local or online. The feature table must be of geometry type polyline. Attributes from the feature table are mapped to the properties on the barrier objects generated from the specified feature table. The where clause set in the query parameters will be applied to the feature table. If an online feature table is specified the table will not be queried for features until Solve is called.
Sets a search where clause on the specified network dataset's source feature class. Only features satisfying the where clause for the specified feature class will be used to locate stops on the network during the solve operation. If a where clause is not set all network features are used.
Sets stops.
Sets the stops from the features in specified feature table. The feature table can be either local or online. The feature table must be of geometry type point. Attributes from the feature table are mapped to the properties on the stops objects generated from the specified feature table. The where clause set in the query parameters will be applied to the feature table. If an online feature table is specified the features will not be queried until Solve is called.