Show / Hide Table of Contents

Enum ServiceAreaOverlapGeometry

Service area overlap geometry.

Namespace: Esri.ArcGISRuntime.Tasks.NetworkAnalysis
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum ServiceAreaOverlapGeometry
Remarks

Specifies the behavior of service-area output from multiple facilities in relation to one another.

Fields

Name Description
Dissolve

Joins the polygons of multiple facilities that have the same cutoff value into a single polygon. Lines will not overlap each other.

Overlap

Creates individual polygons or sets of lines for each facility. The polygons or lines can overlap each other.

Split

Area is assigned to the closest facility so polygons or lines do not overlap each other.

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
In This Article
Back to top Copyright © 2022 Esri.