ServiceAreaOverlapGeometry enum

Service area overlap geometry.

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

Inheritance

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

coreValue → RT_ServiceAreaOverlapGeometry
no setter
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.