Class ClosestFacilityParameters
A class that contains input parameters used when solving a Closest
Inheritance
Namespace: Esri.ArcGISRuntime.Tasks.NetworkAnalysis
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class ClosestFacilityParameters
Remarks
The Closest
Consider using the Create
Properties
Name | Description |
---|---|
Accumulate |
Gets A list of network attributes to be accumulated and returned as part of a solve result. |
Default |
Gets or sets the default cutoff beyond which incidents or facilities will not be traversed. |
Default |
Gets or sets the default number of target facilities to find for each incident. |
Directions |
Gets or sets the linear units to use for distances in turn-by-turn directions. |
Directions |
Gets or sets the output directions language (e.g. "en-US"). |
Directions |
Gets or sets the style for returned directions. |
Output |
Gets or sets the Spatial |
Return |
Gets or sets a value indicating whether or not turn-by-turn directions for the closest facility routes are to be returned. |
Return |
Gets or sets a value indicating whether or not to return the point barriers used in the closest facility task. |
Return |
Gets or sets a value indicating whether or not to return the polygon barriers used in the closest facility task. |
Return |
Gets or sets a value indicating whether or not to return the polyline barriers used in the closest facility task. |
Return |
Gets or sets a value indicating whether to include route geometries in closest facility calculation results. |
Route |
Gets or sets the Route |
Start |
Gets or sets the time that the route begins (in UTC). |
Start |
Gets or sets a value that determines whether the Start |
Travel |
Gets or sets a value that specifies the Travel |
Travel |
Gets or sets a value that specifies the Travel |
Methods
Name | Description |
---|---|
Clear |
Clears any previously set facilities. |
Clear |
Clears any previously set incidents. |
Clear |
Clears any previously set point barriers. |
Clear |
Clears any previously set polygon barriers. |
Clear |
Clears any previously set polyline barriers. |
Get |
Gets the search filter that specifies which network elements facilities and incidents can be located on. |
Set |
Sets facilities to use in the analysis from a feature table. |
SetFacilities(IEnumerable<Facility>) | Sets the facilities to use in the analysis. |
Set |
Sets incidents to use in the analysis from a feature table. |
SetIncidents(IEnumerable<Incident>) | Sets incidents to use in the analysis. |
Set |
Sets point barriers to avoid in the result route from a feature table. |
SetPointBarriers(IEnumerable<PointBarrier>) | Sets point barriers to avoid in the result route. |
Set |
Sets polygon barriers to avoid in the result route from a feature table. |
SetPolygonBarriers(IEnumerable<PolygonBarrier>) | Sets polygon barriers to avoid in the result route. |
Set |
Sets polyline barriers to avoid in the result route from a feature table. |
SetPolylineBarriers(IEnumerable<PolylineBarrier>) | Sets polyline barriers to avoid in the result route. |
Set |
Sets a search filter that specifies which network elements facilities and incidents can be located on. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.1 - 200.6 |
Xamarin.Android | 100.1 - 100.15 |
Xamarin.iOS | 100.1 - 100.15 |
UWP | 100.1 - 200.6 |