Uses of Class
overit.geocallapp.wfm.scheduling.bl.CoordinatesPath
Packages that use CoordinatesPath
Package
Description
-
Uses of CoordinatesPath in overit.geocallapp.wfm.core.bl.schedule.intervention.scheduling.task
Methods in overit.geocallapp.wfm.core.bl.schedule.intervention.scheduling.task that return CoordinatesPathModifier and TypeMethodDescriptionprotected CoordinatesPath[]BTCoordinatesPathCalculate.calculateCoordinatesPath(CoordinatesPathCalculateInput input, PoolKit poolKit) protected CoordinatesPath[]BTCoordinatesPathCalculate.getCoordinatesPath(overit.geocallapp.wfm.scheduler.oss.OssSpResult result) -
Uses of CoordinatesPath in overit.geocallapp.wfm.orchestrator.scheduling.utils
Methods in overit.geocallapp.wfm.orchestrator.scheduling.utils that return CoordinatesPathModifier and TypeMethodDescriptionSchedulingCoordinatesPathHelper.calculateCoordinatesPath(org.locationtech.jts.geom.Coordinate[] coordinates, PoolKit poolKit) SchedulingCoordinatesPathHelper.getNextSchedulingCoordinatesPath(boolean isNextAddressInverted, boolean invertSchedulingDirection, PoolKit poolKit) SchedulingCoordinatesPathHelper.getPreviousSchedulingCoordinatesPath(boolean isPreviousAddressInverted, boolean invertAssetDirection, PoolKit poolKit) Methods in overit.geocallapp.wfm.orchestrator.scheduling.utils with parameters of type CoordinatesPathModifier and TypeMethodDescriptionstatic DoubleSchedulingUtils.getPathDistance(CoordinatesPath coordinatesPath) Gets the distance value from a CoordinatesPath object.static LongSchedulingUtils.getPathTime(CoordinatesPath coordinatesPath) Gets the time value from a CoordinatesPath object. -
Uses of CoordinatesPath in overit.geocallapp.wfm.scheduling.integration
Methods in overit.geocallapp.wfm.scheduling.integration that return CoordinatesPathModifier and TypeMethodDescriptionSchedulingEventProvider.calculateCoordinatesPath(CoordinatesPathCalculateInput input) SchedulingProvider.calculateCoordinatesPath(CoordinatesPathCalculateInput input)