ServiceAreaTaskInfo class final
A class that describes the service area task info.
This represents an instance of a service area task info that described information about ServiceAreaTask.
- Implemented types
Properties
-
accumulateAttributeNames
→ List<
String> -
Accumulate attribute names.
no setter
-
costAttributes
→ Map<
String, CostAttribute> -
Cost attributes.
no setter
-
defaultImpedanceCutoffs
→ List<
double> -
Default impedance cutoffs.
no setter
- defaultTravelModeName → String
-
Default travel mode's name.
no setter
- geometryAtCutoff → ServiceAreaPolygonCutoffGeometry
-
Geometry at cutoff.
no setter
- geometryAtOverlap → ServiceAreaOverlapGeometry
-
Geometry at overlap.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxLocatingDistance → double
-
Maximum locating distance is the furthest distance in meters that Network
Analyst searches when locating or relocating a point onto the network.
no setter
- networkName → String
-
Network name.
no setter
- outputSpatialReference → SpatialReference?
-
Output spatial reference.
no setter
- polygonBufferDistance → double
-
Polygon buffer distance.
no setter
- polygonDetail → ServiceAreaPolygonDetail
-
Polygon detail.
no setter
-
restrictionAttributes
→ Map<
String, RestrictionAttribute> -
Restriction attributes.
no setter
- returnPolygons → bool
-
Return polygons.
no setter
- returnPolylines → bool
-
Return polylines.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startTime → DateTime?
-
Start time.
no setter
-
supportedRestrictionUsageParameterValues
→ List<
String> -
Array of supported restriction usage parameter values.
no setter
- travelDirection → TravelDirection
-
Travel direction.
no setter
-
travelModes
→ List<
TravelMode> -
Array of supported travel modes.
no setter
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