Uses of Class
overit.geocall.util.measure.distances.Distances
Packages that use Distances
Package
Description
-
Uses of Distances in overit.geocall.util.measure
Methods in overit.geocall.util.measure with parameters of type DistancesModifier and TypeMethodDescriptionstatic MeasureConverterGets theMeasureConverterobject with which make the conversion between originUnit and destUnit of the distances category.
For example, to convert from kilometers to miles, this method would have to be used like:MeasureConverter.get(Distances.KILOMETERS,Distances.MILES); -
Uses of Distances in overit.geocall.util.measure.distances
Fields in overit.geocall.util.measure.distances declared as DistancesModifier and TypeFieldDescriptionstatic final DistancesDistances.CENTIMETERSstatic final DistancesDistances.FEETstatic final DistancesDistances.INCHESstatic final DistancesDistances.KILOMETERSstatic final DistancesDistances.METERSstatic final DistancesDistances.MILESstatic final DistancesDistances.MILLIMETERSstatic final DistancesDistances.YARDS -
Uses of Distances in overit.geocallapp.utilities.datatype.geography.point
Methods in overit.geocallapp.utilities.datatype.geography.point with parameters of type DistancesModifier and TypeMethodDescriptiondoublePointHelper.getDistance(Point point1, Point point2, DistanceCalculator calculator, Distances distance) -
Uses of Distances in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.event.ordering.location.topologicalsorting
Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.event.ordering.location.topologicalsorting with parameters of type DistancesModifier and TypeMethodDescriptiondoubleLinearItem.getLength(PointHelper pointHelper, DistanceCalculator distanceCalculator, Distances measureUnit) Calculates the geographical length of this linear item. -
Uses of Distances in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.task.ordering.location.topologicalsorting
Fields in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.task.ordering.location.topologicalsorting declared as DistancesModifier and TypeFieldDescriptionprotected DistancesTopologicalSortingHelper.measureUnitUnit of measurement for distancesMethods in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.task.ordering.location.topologicalsorting that return DistancesModifier and TypeMethodDescriptionTopologicalSortingHelper.getMeasureUnit()Gets the measurement unit used for distance calculations.