Show / Hide Table of Contents

Class ClosestFacilityTaskInfo

Describes the transportation network that a ClosestFacilityTask is bound to.

Inheritance
System.Object
ClosestFacilityTaskInfo
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Esri.ArcGISRuntime.Tasks.NetworkAnalysis
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class ClosestFacilityTaskInfo
Remarks

Default ClosestFacilityParameters values based on this class can be created through CreateDefaultParametersAsync().

Properties

Name Description
AccumulateAttributeNames

Gets a list of network attributes that can be accumulated and returned as part of the analysis result.

CostAttributes

Gets a dictionary of cost attributes that can be used as a travel mode impedance ImpedanceAttributeName to optimize the route. The key in the dictionary represents the name of the cost attribute. CostAttribute

DefaultImpedanceCutoff

Gets the default cutoff beyond which incidents or facilities will not be searched.

DefaultTargetFacilityCount

Gets the default number of facilities to search for each incident.

DefaultTravelModeName

Gets the name of the travel mode that is used by default.

DirectionsDistanceUnits

Gets the linear units used while providing distances for turn-by-turn directions.

DirectionsLanguage

Gets the language used when computing directions (i.e. en, fr, pt-BR, zh-Hans etc.)

DirectionsStyle

Gets the DirectionsStyle used for providing directions.

DirectionsSupport

Gets a value indicating whether the underlying network dataset supports the returning of directions.

MaxLocatingDistance

Gets the maximum distance that Network Analyst searches when locating or relocating a point onto the network.

NetworkName

Gets the name of the underlying transportation network dataset.

OutputSpatialReference

Gets the SpatialReference in which the result geometries are returned, unless OutputSpatialReference is specified.

RestrictionAttributes

Gets the list of supported restrictions for constraining the analysis.

RouteShapeType

Gets the RouteShapeType of the route geometry to return in the resulting RouteGeometry.

StartTime

Gets the time the route begins.

StartTimeUsage

Gets a value indicating whether the startTime is used as the time of departing from the facility or incident, or time of arriving at the facility or incident.

SupportedLanguages

Gets the list of languages supported for generating turn-by-turn driving directions.

SupportedRestrictionUsageParameterValues

Gets the list of supported restriction parameter values.

TravelDirection

Gets the TravelDirection between facilities and incidents.

TravelModes

Gets the list of available TravelModes that can be used to customize the route.

Applies to

TargetVersions
.NET Standard 2.0100.3 - 200.8
.NET100.13 - 200.8
.NET Windows100.13 - 200.8
.NET Android200.0 - 200.8
.NET iOS200.0 - 200.8
.NET Framework100.1 - 200.8
Xamarin.Android100.1 - 100.15
Xamarin.iOS100.1 - 100.15
UWP100.1 - 200.8
In This Article
Back to top Copyright © 2022 Esri.