ServiceAreaOverlapGeometry
Summary
Enumeration specifying the desired behavior of the ServiceArea analysis output when multiple facilities are included in the input.
Properties
| Name | Explanation | Data type |
|---|---|---|
|
Split (Read only) |
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. |
Object |
|
Overlap (Read only) |
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. |
Object |
|
Dissolve (Read only) |
Merges the polygons of multiple facilities that have the same cutoff values into one polygon. If the polygons of a given cutoff don't touch, they are merged into one multipart polygon. This option does not apply to line output. |
Object |