Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClosestFacilityParametersProperties

Hierarchy

  • ClosestFacilityParametersProperties

Index

Properties

Optional accumulateAttributes

accumulateAttributes: string[]

The list of network attribute names to be accumulated with the analysis, i.e., which attributes should be returned as part of the response.

Read more...

Optional attributeParameterValues

An array of attribute parameter values that determine which network elements can be used by a vehicle.

Read more...

Optional defaultCutoff

defaultCutoff: number

The cutoff value used to determine when to stop traversing.

Read more...

Optional defaultTargetFacilityCount

defaultTargetFacilityCount: number

The number of facilities to find.

Read more...

Optional directionsLanguage

directionsLanguage: string

The language used when generating driving directions.

Read more...

Optional directionsLengthUnits

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

The length units used when computing driving directions.

Read more...

Optional directionsOutputType

directionsOutputType: "complete" | "complete-no-events" | "instructions-only" | "standard" | "summary-only"

Defines the amount of direction information returned.

Read more...

Optional directionsStyleName

directionsStyleName: string

The style to be used when returning directions.

Read more...

Optional directionsTimeAttribute

directionsTimeAttribute: string

The name of the attribute field that contains the drive time values.

Read more...

Optional doNotLocateOnRestrictedElements

doNotLocateOnRestrictedElements: boolean

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

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 incidents

incidents: FeatureSet | DataLayer

The set of incidents loaded as network locations during analysis.

Read more...

Optional outSpatialReference

outSpatialReference: string | SpatialReferenceProperties

The well-known id of the spatial reference or the spatial reference object for the geometries returned with the analysis results.

Read more...

Optional outputGeometryPrecision

outputGeometryPrecision: number

The output geometry precision.

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" | "straight" | "true-shape" | "true-shape-with-measure"

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

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 returnDirections

returnDirections: boolean

Indicates whether the service should generate driving directions for each route.

Read more...

Optional returnFacilities

returnFacilities: boolean

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

Read more...

Optional returnIncidents

returnIncidents: boolean

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

Read more...

Optional returnPointBarriers

returnPointBarriers: boolean

If true, point barriers will be returned in the barriers property of the ClosestFacilitySolveResult.

Read more...

Optional returnPolygonBarriers

returnPolygonBarriers: boolean

If true, polygon barriers will be returned in the barriers property of the ClosestFacilitySolveResult.

Read more...

Optional returnPolylineBarriers

returnPolylineBarriers: boolean

If true, polyline barriers will be returned in the barriers property of the ClosestFacilitySolveResult.

Read more...

Optional returnRoutes

returnRoutes: boolean

When true, closest facility routes will be generated and returned in the route property of each ClosestFacilitySolveResult.

Read more...

Optional timeOfDay

timeOfDay: DateProperties

The arrival or departure date and time.

Read more...

Optional timeOfDayUsage

timeOfDayUsage: "start" | "end"

Defines the way the timeOfDay value is used.

Read more...

Optional travelDirection

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

Options for traveling to or from the facility.

Read more...

Optional travelMode

travelMode: any

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

Read more...

Optional useHierarchy

useHierarchy: boolean

If true, the hierarchy attribute for the network will be used in analysis.

Read more...

Generated using TypeDoc