Class ServiceAreaFacility
A class that describes service area facility.
Inheritance
Namespace: Esri.ArcGISRuntime.Tasks.NetworkAnalysis
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class ServiceAreaFacility
Remarks
Facilities represent locations from which service areas need to be calculated. For example, a fire station can be set as a facility to find which areas it can serve within a 10 minute service area. A hospital can be set as the facility to find what proportion of the population is within a 2 mile driving distance.
Constructors
Name | Description |
---|---|
ServiceAreaFacility(MapPoint) | Initializes a new instance of the ServiceAreaFacility class. |
Properties
Name | Description |
---|---|
CurbApproach | Gets or sets the curb approach. |
CurrentBearing | Gets or sets the current bearing in degrees. |
CurrentBearingTolerance | Gets or sets the current bearing tolerance in degrees. Valid values are 0 to 180 or System.Double.NaN. |
DistanceToNetworkLocation | Gets distance to network location in meters. |
FacilityId | Gets or sets the facility ID. |
Geometry | Gets service area facility's location using geographical point. |
ImpedanceCutoffs | Gets the impedance cutoffs value. |
LocationStatus | Gets location status. |
Name | Gets or sets the service area facility's name. |
NavigationLatency | Gets or sets the navigation latency. |
NavigationSpeed | Gets or sets the navigation speed in meters per second. |
NetworkLocation | Gets or sets the network location. |
Methods
Name | Description |
---|---|
GetAddedCost(String) | Gets added cost value for given impedance or accumulate attribute. |
SetAddedCost(String, Double) | Sets added cost value for given impedance or accumulate attribute. |
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 |