C# Class Esri.ArcGisServer.Rest.Route.RouteService

Provides access to an ArcGIS Server route (NAServer) service.
ファイルを表示 Open project: WSDOT-GIS/ArcGisServerRestApiWrapper Class Usage Examples

Public Methods

Method Description
RouteService ( string url = "http://route.arcgis.com/arcgis/rest/services/World/Route/NAServer/Route_World/" ) : System

Creates a new instance.

Solve ( SolveParameters parameters, Token token ) : SolveResult

Determines a route between two or more points.

Method Details

RouteService() public method

Creates a new instance.
public RouteService ( string url = "http://route.arcgis.com/arcgis/rest/services/World/Route/NAServer/Route_World/" ) : System
url string The URL of the service. You can omit this parameter if you are using the default.
return System

Solve() public method

Determines a route between two or more points.
public Solve ( SolveParameters parameters, Token token ) : SolveResult
parameters SolveParameters
token Esri.ArcGisServer.Rest.Authentication.Token
return SolveResult