ServiceAreaOverlapGeometry enum
Service area overlap geometry.
Specifies the behavior of service-area output from multiple facilities in relation to one another.
Constructors
- ServiceAreaOverlapGeometry()
-
const
Values
- overlap → const ServiceAreaOverlapGeometry
-
Creates individual polygons or sets of lines for each facility. The polygons or lines can overlap each other.
- dissolve → const ServiceAreaOverlapGeometry
-
Joins the polygons of multiple facilities that have the same cutoff value into a single polygon. Lines will not overlap each other.
- split → const ServiceAreaOverlapGeometry
-
Area is assigned to the closest facility so polygons or lines do not overlap each other.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
ServiceAreaOverlapGeometry> - A constant List of the values in this enum, in order of their declaration.