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 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
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 |