ServiceAreaOverlapGeometry

Zusammenfassung

Enumeration specifying the desired behavior of the ServiceArea analysis output when multiple facilities are included in the input.

Eigenschaften

EigenschaftErläuterungDatentyp
Split
(Schreibgeschützt)

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
(Schreibgeschützt)

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
(Schreibgeschützt)

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