IOriginDestinationMatrixOptions
Interface
Properties
Property | Type | Notes |
---|---|---|
IFeatureSet | IPoint | ILocation | [void, void][] | ||
IFeatureSet | IPoint | ILocation | [void, void][] | Specify the ending point locations to travel to from the origins. | |
string | Any ArcGIS Routing service (example: https://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Network/USA/NAServer/Route/ ) to use for the routing service request. | |
IFeatureSet | IPoint | ILocation | [void, void][] | Specify the starting points from which to travel to the destinations. | |
"esriNAODOutputSparseMatrix" | "esriNAODOutputStraightLines" | "esriNAODOutputNoLines" | Specify the type of output returned by the service. Defaults to "esriNAODOutputSparseMatrix". | |
boolean | ||
boolean | ||
boolean | ||
boolean | ||
boolean |
destinations
Interface Propertydestinations: IFeatureSet | IPoint | ILocation | [void, void][]
Specify the ending point locations to travel to from the origins.
endpoint
endpoint: string
Any ArcGIS Routing service (example: https://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Network/USA/NAServer/Route/ ) to use for the routing service request.
origins
Interface Propertyorigins: IFeatureSet | IPoint | ILocation | [void, void][]
Specify the starting points from which to travel to the destinations.
outputType
outputType: "esriNAODOutputSparseMatrix" | "esriNAODOutputStraightLines" | "esriNAODOutputNoLines"
Specify the type of output returned by the service. Defaults to "esriNAODOutputSparseMatrix".
polygonBarriers
polygonBarriers: IFeatureSet
polylineBarriers
polylineBarriers: IFeatureSet
barriers: IFeatureSet | IPoint | ILocation | [void, void][]