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 |
barriers optional
destinations
destinations: IFeatureSet | IPoint | ILocation | [void, void][]
Specify the ending point locations to travel to from the origins.
endpoint optional
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
origins: IFeatureSet | IPoint | ILocation | [void, void][]
Specify the starting points from which to travel to the destinations.
outputType optional
outputType: "esriNAODOutputSparseMatrix" | "esriNAODOutputStraightLines" | "esriNAODOutputNoLines"
Specify the type of output returned by the service. Defaults to "esriNAODOutputSparseMatrix".
polygonBarriers optional
polygonBarriers: IFeatureSet
polylineBarriers optional
polylineBarriers: IFeatureSet
returnBarriers optional
returnBarriers: boolean
returnDestinations optional
returnDestinations: boolean
returnOrigins optional
returnOrigins: boolean
returnPolygonBarriers optional
returnPolygonBarriers: boolean
returnPolylineBarriers optional
returnPolylineBarriers: boolean
barriers: IFeatureSet | IPoint | ILocation | [void, void][]