C# 클래스 Esri.ArcGisServer.Rest.Route.RouteService

Provides access to an ArcGIS Server route (NAServer) service.
파일 보기 프로젝트 열기: WSDOT-GIS/ArcGisServerRestApiWrapper 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

RouteService() 공개 메소드

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.
리턴 System

Solve() 공개 메소드

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