Tagged Questions
1
vote
1answer
34 views
How to extend a custom NASolver in ArcGIS Server 10.1?
The past year we developed a custom NASolver with C# , it works fine and that job has finished.
Now we are planning to use it from ArcGIS Server. The problem is that we have no information for that. ...
2
votes
2answers
39 views
How to create a turn restriction in ArcObjects
I am having difficulties creating turn restrictions in ArcObjects. I have found a way to Add a a network turn to restrictions through the INetworkForwardStarEx.AddTurnRestriction() interface. But how ...
0
votes
0answers
98 views
ArcObjects - How to move a point to the nearest allowed location
I want to compute a route programmatically. I have a network dataset and a set of points. Some of these points are placed on locations that are restricted. Some of them are restricted because of the ...
2
votes
1answer
239 views
Adding barriers to a Network Analyst layer programmatically
Right now, I have code that allows the user to indicate on a map, which contains a Network Dataset layer, stops that are needed to create a route. I need to add functionality to the interface that ...
3
votes
0answers
373 views
IDatasetContainer2 CreateDataset method fails after upgrading to ArcObjects 10 [closed]
I have a Network Analyst routine that worked for 9.3 and does not work with 10. I was closely following the example at:
...