Class ServiceAreaParameters
Describes the service area parameters.
Inheritance
Namespace: Esri.ArcGISRuntime.Tasks.NetworkAnalysis
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class ServiceAreaParameters
Remarks
Class holding the parameters of a service area to be solved by Service
Properties
Name | Description |
---|---|
Accumulate |
Gets accumulate attribute names. |
Default |
Gets the default cutoff value. |
Geometry |
Gets or sets geometry at cutoff. |
Geometry |
Gets or sets geometry at overlap. |
Output |
Gets or sets output spatial reference. |
Polygon |
Gets or sets polygon buffer distance. |
Polygon |
Gets or sets polygon detail. |
Return |
Gets or sets a value indicating whether or not to return the point barriers used in the service area task. |
Return |
Gets or sets a value indicating whether or not to return the polygon barriers used in the service area task. |
Return |
Gets or sets a value indicating whether or not to return service area polygons. |
Return |
Gets or sets a value indicating whether or not to return the polyline barriers used in the service area task. |
Return |
Gets or sets a value indicating whether or not to return service area polylines. |
Start |
Gets or sets the start time in the UTC time zone. |
Travel |
Gets or sets the travel direction for the service area computation (to or from facility). |
Travel |
Gets or sets the travel mode. |
Methods
Name | Description |
---|---|
Clear |
Clears facilities. |
Clear |
Clears point barriers. |
Clear |
Clears polygon barriers. |
Clear |
Clears polyline barriers. |
Get |
Gets the search filter that specifies which network elements facilities can be located on. |
Set |
Sets facilities from feature table. |
SetFacilities(IEnumerable<ServiceAreaFacility>) | Sets facilities. |
Set |
Sets point barriers from feature table. |
SetPointBarriers(IEnumerable<PointBarrier>) | Sets point barriers. |
Set |
Sets polygon barriers from feature table. |
SetPolygonBarriers(IEnumerable<PolygonBarrier>) | Sets polygon barriers. |
Set |
Sets polyline barriers from feature table. |
SetPolylineBarriers(IEnumerable<PolylineBarrier>) | Sets polyline barriers. |
Set |
Sets a search filter that specifies which network elements facilities 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 |