ServiceAreaPolygonCutoffGeometry enum
Service area polygon cutoff geometry.
Specifies the behavior of service area output for a single facility when multiple cutoff values are specified. This parameter does not apply to line output.
Constructors
- ServiceAreaPolygonCutoffGeometry()
-
const
Values
- rings → const ServiceAreaPolygonCutoffGeometry
-
Each polygon includes only the area between consecutive cutoff values. It does not include the area between the facility and any smaller cutoffs. For instance, If you create 5- and 10-minute service areas, then the 5-minute service area polygon will include the area reachable in 0-5 minutes, and the 10-minute service area polygon will include the area reachable between 5 and 10 minutes.
- disks → const ServiceAreaPolygonCutoffGeometry
-
Each polygon includes the area reachable from the facility up to the cutoff value, including the area reachable within smaller cutoff values. For instance, If you create 5- and 10-minute service areas, then the 10-minute service area polygon will include the area under the 5-minute service area polygon.
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<
ServiceAreaPolygonCutoffGeometry> - A constant List of the values in this enum, in order of their declaration.