timeConsideration functionality in xServer1

Deals with generic topics such as logging, framework and so on. If you are not sure where to place your topic just put it here.
Post Reply
innomedio
Posts: 24
Joined: Thu Sep 03, 2020 2:26 pm

timeConsideration functionality in xServer1

Post by innomedio »

Hello Bernd,

I have a quick question regarding the consideration of road blocks in routing.

We've implemented a feature that takes into account temporary restrictions (e.g., construction) during routing. We're also interested in adding a feature that considers the dates and times of specific stations. If I'm not mistaken, timeConsideration in xServer2 serves this purpose.

Is there a similar functionality available in xServer1, or is it exclusive to xServer2?

Thank you,
Peter
User avatar
Bernd Welter
Site Admin
Posts: 2574
Joined: Mon Apr 14, 2014 10:28 am
Contact:

Re: timeConsideration functionality in xServer1

Post by Bernd Welter »

Hi Peter,

in xRoute1 there is a class TourPointDesc which was used in the calculateAdvancedTour method.

Probably that's what you were looking for?

Be aware that this old approach does not support each and every potential feature that you could reach through the xroute2 API, e.g. the xroute1 does not manage to handle
  • time dependent feature layers
  • break- and rest rules
within the same method.

I recommend to check your current requirement 1:1 - maybe we can find a solution for this together,

Bernd
Bernd Welter
Technical Partner Manager Developer Components
PTV Logistics - Germany

Bernd at... The Forum,LinkedIn, Youtube, StackOverflow
I like the smell of PTV Developer in the morning... :twisted:
Post Reply