Class ClosestFacilityTaskInfo
Describes the transportation network that a ClosestFacilityTask is bound to.
Inheritance
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
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.1 - 200.5 |
Xamarin.Android | 100.1 - 100.15 |
Xamarin.iOS | 100.1 - 100.15 |
UWP | 100.1 - 200.5 |