Closest Facility Task
A class that implements the closest facility task. The closest facility task class uses a transportation network to measure the cost of traveling between incidents and facilities and determines which are nearest to one other. When finding closest facilities, you can specify how many to find and whether the direction of travel is toward or away from them.
Since
200.1.0
See also
Constructors
Creates a closest facility task with path to geodatabase.
Creates a closest facility task with transportation network dataset.
Creates a closest facility task with URL. Creates a closest facility task.
Properties
Inherited properties
An API key is a unique key used to authorize access to specific services and resources in ArcGIS Online. It is also used to monitor access to those services.
Functions
Creates default parameters. Retrieves the default parameters as defined by the service.
Solves a closest facility passing in a parameters object. Executes the ClosestFacilityParameters defined for this ClosestFacilityTask and returns a ClosestFacilityResult containing the results.