Class SchedulingCoordinatesPathHelper

java.lang.Object
overit.geocallapp.wfm.orchestrator.scheduling.utils.SchedulingCoordinatesPathHelper

public class SchedulingCoordinatesPathHelper extends Object
Helper class for calculate the CoordinatesPath between two scheduled activities.
Since:
17.0
  • Field Details

    • previousSchedulingDefaultCoordinates

      protected org.locationtech.jts.geom.Coordinate previousSchedulingDefaultCoordinates
    • previousSchedulingAddress

      protected SchedulingAddress previousSchedulingAddress
    • nextSchedulingDefaultCoordinates

      protected org.locationtech.jts.geom.Coordinate nextSchedulingDefaultCoordinates
    • nextSchedulingAddress

      protected SchedulingAddress nextSchedulingAddress
    • targetSchedulingAddress

      protected SchedulingAddress targetSchedulingAddress
  • Constructor Details

    • SchedulingCoordinatesPathHelper

      public SchedulingCoordinatesPathHelper()
  • Method Details