Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ServiceAreaParametersProperties

Hierarchy

  • ServiceAreaParametersProperties

Index

Properties

Optional accumulateAttributes

accumulateAttributes: string[]

The list of network attribute names to be accumulated with the analysis (i.e.

Read more...

Optional attributeParameterValues

attributeParameterValues: any[]

A set of attribute parameter values that can be parameterized to determine which network elements can be used by a vehicle.

Read more...

Optional defaultBreaks

defaultBreaks: number[]

An array of numbers defining the breaks.

Read more...

Optional doNotLocateOnRestrictedElements

doNotLocateOnRestrictedElements: boolean

When true, restricted network elements should be considered when finding network locations.

Read more...

Optional excludeSourcesFromPolygons

excludeSourcesFromPolygons: string[]

An array of network source names to NOT use when generating polygons.

Read more...

Optional facilities

facilities: FeatureSet | DataLayer

The set of facilities loaded as network locations during analysis.

Read more...

Optional impedanceAttribute

impedanceAttribute: string

The network attribute name used as the impedance attribute in analysis.

Read more...

Optional mergeSimilarPolygonRanges

mergeSimilarPolygonRanges: boolean

If true, similar ranges will be merged in the resulting polygons.

Read more...

Optional outSpatialReference

outSpatialReference: SpatialReferenceProperties

The well-known ID of the spatial reference for the geometries returned with the analysis results.

Read more...

Optional outputGeometryPrecision

outputGeometryPrecision: number

The precision of the output geometry after generalization.

Read more...

Optional outputGeometryPrecisionUnits

outputGeometryPrecisionUnits: "millimeters" | "centimeters" | "decimeters" | "meters" | "kilometers" | "inches" | "feet" | "yards" | "miles" | "nautical-miles" | "decimal-degrees" | "points"

The units of the output geometry precision.

Read more...

Optional outputLines

outputLines: "none" | "true-shape" | "true-shape-with-measure"

The type of output lines to be generated in the result.

Read more...

Optional outputPolygons

outputPolygons: "none" | "simplified" | "detailed"

The type of output polygons to be generated in the result.

Read more...

Optional overlapLines

overlapLines: boolean

Indicates if the lines should overlap from multiple facilities.

Read more...

Optional overlapPolygons

overlapPolygons: boolean

Indicates if the polygons should overlap from multiple facilities.

Read more...

Optional pointBarriers

pointBarriers: FeatureSet | DataLayer

The set of point barriers loaded as network locations during analysis.

Read more...

Optional polygonBarriers

polygonBarriers: FeatureSet | DataLayer

The set of polygon barriers loaded as network locations during analysis.

Read more...

Optional polylineBarriers

polylineBarriers: FeatureSet | DataLayer

The set of polyline barriers loaded as network locations during analysis.

Read more...

Optional restrictUTurns

restrictUTurns: "allow-backtrack" | "at-dead-ends-only" | "no-backtrack" | "at-dead-ends-and-intersections"

Specifies how U-turns should be handled.

Read more...

Optional restrictionAttributes

restrictionAttributes: string[]

The list of network attribute names to be used as restrictions with the analysis.

Read more...

Optional returnFacilities

returnFacilities: boolean

If true, facilities will be returned with the analysis results.

Read more...

Optional returnPointBarriers

returnPointBarriers: boolean

If true, point barriers will be returned in the pointBarriers property of the analysis results.

Read more...

Optional returnPolygonBarriers

returnPolygonBarriers: boolean

If true, polygon barriers will be returned in the polygonBarriers property of the analysis results.

Read more...

Optional returnPolylineBarriers

returnPolylineBarriers: boolean

If true, polyline barriers will be returned in the polylineBarriers property of the analysis results.

Read more...

Optional splitLinesAtBreaks

splitLinesAtBreaks: boolean

If true, lines will be split at breaks.

Read more...

Optional splitPolygonsAtBreaks

splitPolygonsAtBreaks: boolean

If true, polygons will be split at breaks.

Read more...

Optional timeOfDay

timeOfDay: DateProperties

Local date and time at the facility.

Read more...

Optional travelDirection

travelDirection: "from-facility" | "to-facility"

Options for traveling to or from the facility.

Read more...

Optional travelMode

A travel mode represents a means of transportation, such as driving or walking.

Read more...

Optional trimOuterPolygon

trimOuterPolygon: boolean

If true, the outermost polygon (at the maximum break value) will be trimmed.

Read more...

Optional trimPolygonDistance

trimPolygonDistance: number

If polygons are being trimmed, provides the distance to trim.

Read more...

Optional trimPolygonDistanceUnits

trimPolygonDistanceUnits: "millimeters" | "centimeters" | "decimeters" | "meters" | "kilometers" | "inches" | "feet" | "yards" | "miles" | "nautical-miles" | "decimal-degrees" | "points"

If polygons are being trimmed, specifies the units of trimPolygonDistance.

Read more...

Optional useHierarchy

useHierarchy: boolean

When true, the hierarchy attributes for the network will be used in the analysis.

Read more...

Generated using TypeDoc