ClosestFacilityTaskInfo class final

A class that describes the transportation network that a closest facility task is bound to.

It describes information about ClosestFacilityTask.

Implemented types

Properties

accumulateAttributeNames List<String>
Accumulate attribute names.
no setter
costAttributes Map<String, CostAttribute>
Cost attributes.
no setter
defaultImpedanceCutoff double
Default impedance cutoff.
no setter
defaultTargetFacilityCount int
Default target facility count.
no setter
defaultTravelModeName String
Default travel mode's name.
no setter
directionsDistanceUnits UnitSystem
Directions distance text units.
no setter
directionsLanguage String
Directions language.
no setter
directionsStyle DirectionsStyle
Directions style.
no setter
directionsSupport NetworkDirectionsSupport
Whether the underlying network dataset supports the returning of directions.
no setter
hashCode int
The hash code for this object.
no setterinherited
maxLocatingDistance double
Maximum locating distance is the furthest distance in meters that Network Analyst searches when locating or relocating a point onto the network.
no setter
networkName String
Network name.
no setter
outputSpatialReference SpatialReference?
Output spatial reference.
no setter
restrictionAttributes Map<String, RestrictionAttribute>
Restriction attributes.
no setter
routeShapeType RouteShapeType
Route shape type.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime DateTime?
Start time.
no setter
startTimeUsage StartTimeUsage
Start time usage.
no setter
supportedLanguages List<String>
Array of supported languages.
no setter
supportedRestrictionUsageParameterValues List<String>
Array of supported restriction usage parameter values.
no setter
travelDirection TravelDirection
Travel direction.
no setter
travelModes List<TravelMode>
Array of travel modes.
no setter

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