TravelMode class final

An object that represents a travel mode.

Travel modes on a network dataset define how a pedestrian, car, truck, or other medium of transportation moves through the network. A travel mode consists of a collection of network dataset settings that define actions that are allowed on the network and how the actions can be performed. Selecting a predefined travel mode allows you to efficiently and consistently set a number of properties that are appropriate for the mode of travel you intend to model. Since a travel mode is a collection of properties that work together it is recommended to have a full understanding of how these properties interact before altering them on the fly for a particular analysis. A best practice would be to create a new travel mode in the network dataset in ArcGIS Desktop or ArcGIS Pro that is fully tested to ensure that is returns the required solution.

Implemented types

Constructors

TravelMode()
Creates a travel mode.
factory

Properties

attributeParameterValues List<AttributeParameterValue>
Attribute parameter values.
no setter
description String
Travel mode's description.
getter/setter pair
distanceAttributeName String
Distance attribute name.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
impedanceAttributeName String
Impedance attribute name.
getter/setter pair
name String
Travel mode's name.
getter/setter pair
outputGeometryPrecision double
Output geometry precision in meters.
getter/setter pair
restrictionAttributeNames List<String>
Restriction attribute names.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeAttributeName String
Time attribute name.
getter/setter pair
type String
Travel mode's type.
getter/setter pair
useHierarchy bool
Use hierarchy.
getter/setter pair
uTurnPolicy UTurnPolicy
Uturn policy.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited