Show / Hide Table of Contents

Class ServiceAreaParameters

Describes the service area parameters.

Inheritance
System.Object
ServiceAreaParameters
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 ServiceAreaTask . The default parameters for a ServiceAreaTask can be retrieved by calling CreateDefaultParametersAsync() method.

Properties

Name Description
AccumulateAttributeNames

Gets accumulate attribute names.

DefaultImpedanceCutoffs

Gets the default cutoff value.

GeometryAtCutoff

Gets or sets geometry at cutoff.

GeometryAtOverlap

Gets or sets geometry at overlap.

OutputSpatialReference

Gets or sets output spatial reference.

PolygonBufferDistance

Gets or sets polygon buffer distance.

PolygonDetail

Gets or sets polygon detail.

ReturnPointBarriers

Gets or sets a value indicating whether or not to return the point barriers used in the service area task.

ReturnPolygonBarriers

Gets or sets a value indicating whether or not to return the polygon barriers used in the service area task.

ReturnPolygons

Gets or sets a value indicating whether or not to return service area polygons.

ReturnPolylineBarriers

Gets or sets a value indicating whether or not to return the polyline barriers used in the service area task.

ReturnPolylines

Gets or sets a value indicating whether or not to return service area polylines.

StartTime

Gets or sets the start time in the UTC time zone.

TravelDirection

Gets or sets the travel direction for the service area computation (to or from facility).

TravelMode

Gets or sets the travel mode.

Methods

Name Description
ClearFacilities()

Clears facilities.

ClearPointBarriers()

Clears point barriers.

ClearPolygonBarriers()

Clears polygon barriers.

ClearPolylineBarriers()

Clears polyline barriers.

GetSearchWhereClause(String)

Gets the search filter that specifies which network elements facilities can be located on.

SetFacilities(ArcGISFeatureTable, QueryParameters)

Sets facilities from feature table.

SetFacilities(IEnumerable<ServiceAreaFacility>)

Sets facilities.

SetPointBarriers(ArcGISFeatureTable, QueryParameters)

Sets point barriers from feature table.

SetPointBarriers(IEnumerable<PointBarrier>)

Sets point barriers.

SetPolygonBarriers(ArcGISFeatureTable, QueryParameters)

Sets polygon barriers from feature table.

SetPolygonBarriers(IEnumerable<PolygonBarrier>)

Sets polygon barriers.

SetPolylineBarriers(ArcGISFeatureTable, QueryParameters)

Sets polyline barriers from feature table.

SetPolylineBarriers(IEnumerable<PolylineBarrier>)

Sets polyline barriers.

SetSearchWhereClause(String, String)

Sets a search filter that specifies which network elements facilities can be located on.

Applies to

TargetVersions
.NET Standard 2.0100.3 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.1 - 200.7
Xamarin.Android100.1 - 100.15
Xamarin.iOS100.1 - 100.15
UWP100.1 - 200.7

Relevant samples

Find service area: Find the service area within a network from a given point.
Find service areas for multiple facilities: Find the service areas of several facilities from a feature service.
In This Article
Back to top Copyright © 2022 Esri.