Routing Services on the RunTime

1439
1
06-15-2014 07:29 PM
Labels (1)
steelissteelis
New Contributor
Hi,

I am rather new to the routing in ArcGIS so hopefully I can get some help here.

I understand from the ArcGIS Runtime SDK for WPF sample for Network routing that a RouteTask requires a URL from a server and one of the product from ArcGIS is the ArcGIS Server Manager. So in order to have my own routing service, I will need a ArcGIS Server Manager setup in my network, right?

Therefore, if my PC clients do not have a constant online connection but require routing service, I will need to set up the ArcGIS Server Manager on the network, if not on each computer, to provide the routing service?

Finally, is there some other way in the Runtime for WPF for routing without the use of a server or a online connection?

Thanks in advance for the help.
0 Kudos
1 Reply
MichaelBranscomb
Esri Frequent Contributor
Hi,

The the current WPF SDK routing does require a service - although this can be a local Geoprocessing Service. Local services are started via the API, there's no need for ArcGIS Server. You need a copy of ArcGIS Desktop to create the network and the geoprocessing model / package which will perform the routing: http://resources.arcgis.com/en/help/runtime-wpf/concepts/index.html#/Author_and_publish_a_geoprocess....

However, I would encourage you to look at the new .NET SDK which has direct routing capability, without needing a service. You do still need a copy of ArcGIS Desktop to create the network in the first place. https://developers.arcgis.com/net/. This new SDK will be released later this summer.

Cheers

Mike
0 Kudos