Show / Hide Table of Contents

Class ServiceAreaFacility

A class that describes service area facility.

Inheritance
System.Object
ServiceAreaFacility
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 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

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

Relevant samples

Find service area: Find the service area within a network from a given point.
In This Article
Back to top Copyright © 2022 Esri.