in the com.ptvag.xserver.xroute.TourPointDesc of xRoute1.calculateAdvancedTour a TourPointDesc it was possible to set the completeServiceInIntervals property:
- completeServiceInIntervals boolean
If true, arrival and complete service period must be within the opening intervals, otherwise only arrival must be within.
- openingIntervals Interval[] 0..30 - 2.16The list of opening time windows. Opening intervals for this site, specified in one of the valid interval formats. Leaving this parameter empty means that the site is always open. Service can only start within one of the opening intervals. Moreover only StartDurationInterval and StartEndInterval are supported to define the opening intervals on a waypoint.
Bernd