ArcGIS Runtime SDK for iOS: AGSServiceAreaTaskTypes.h File Reference
ArcGIS Runtime SDK for iOS  100.15
AGSServiceAreaTaskTypes.h File Reference

Go to the source code of this file.

Enumerations

enum  AGSServiceAreaOverlapGeometry { AGSServiceAreaOverlapGeometryOverlap = 0 , AGSServiceAreaOverlapGeometryDissolve = 1 , AGSServiceAreaOverlapGeometrySplit = 2 }
 
enum  AGSServiceAreaPolygonCutoffGeometry { AGSServiceAreaPolygonCutoffGeometryRings = 0 , AGSServiceAreaPolygonCutoffGeometryDisks = 1 }
 
enum  AGSServiceAreaPolygonDetail { AGSServiceAreaPolygonDetailGeneralized = 0 , AGSServiceAreaPolygonDetailStandard = 1 , AGSServiceAreaPolygonDetailHigh = 2 }
 

Enumeration Type Documentation

◆ AGSServiceAreaOverlapGeometry

Type of overlap between service area geometries.

Since
100.1
Enumerator
AGSServiceAreaOverlapGeometryOverlap 

Creates individual polygons for each facility. The polygons can overlap each other. For overlapping lines, portions of the network that are within reach of more than one facility will have a line for each facility.

AGSServiceAreaOverlapGeometryDissolve 

Merges the polygons of multiple facilities that have the same cutoff values into one polygon. If the polygons of a given break value don't touch, they are nonetheless merged into one multipart polygon. This option does not apply to lines.

AGSServiceAreaOverlapGeometrySplit 

Creates individual polygons that are closest for each facility. The polygons do not overlap each other. For split lines, none of the lines overlap each other, and a line is always assigned to the nearest facility even if more than one facility can reach it.

◆ AGSServiceAreaPolygonCutoffGeometry

Type of geometry for concentric service areas.

Since
100.1
Enumerator
AGSServiceAreaPolygonCutoffGeometryRings 

Output polygons extend between the nearest cutoff values only. They do not include the area of smaller breaks. This creates polygons between consecutive breaks.

AGSServiceAreaPolygonCutoffGeometryDisks 

Output polygons extend from the facility to the cutoff. If you create 5- and 10-minute service areas, the 10-minute service area polygon will include the area under the 5-minute service area polygon as well as the area from the 5-minute to the 10-minute area.

◆ AGSServiceAreaPolygonDetail

Level of detail for service area geometries.

Since
100.1
Enumerator
AGSServiceAreaPolygonDetailGeneralized 

Prefers higher-order edges to the lowest-order edges in the transportation network, for example primary roads, then secondary roads, and finally local roads in that order.

AGSServiceAreaPolygonDetailStandard 

Polygons are generated quickly and are fairly accurate, but quality deteriorates somewhat as you move toward the borders of the service area polygons. Outputting standard-detail polygons may result in islands of unreached network elements, such as roads, being covered.

AGSServiceAreaPolygonDetailHigh 

Most detailed polygons. Holes within the polygon may exist; they represent islands of network elements that couldn't be reached due to travel restrictions for example. Expect high-precision polygons to take the longest amount of time to generate.