Uses of Class
overit.geocallapp.utilities.datatype.geography.point.Point
Packages that use Point
Package
Description
-
Uses of Point in overit.geocallapp.utilities.datatype.geography.point
Methods in overit.geocallapp.utilities.datatype.geography.point with parameters of type PointModifier and TypeMethodDescriptiondoubleDistanceCalculator.getDistance(Point point1, Point point2) doubleEuclideanDistance.getDistance(Point point1, Point point2) doubleHaversineDistance.getDistance(Point point1, Point point2) doublePointHelper.getDistance(Point point1, Point point2) doublePointHelper.getDistance(Point point1, Point point2, DistanceCalculator calculator, Distances distance) booleanPoint.hasSameCoordinates(Point point) -
Uses of Point 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 that return PointModifier and TypeMethodDescriptionabstract PointLinearItem.getEndingPoint()Gets the ending point of this linear item.abstract PointLinearItem.getStartingPoint()Gets the starting point of this linear item.TopologicalSortInput.getStartingPoint()Gets the reference starting point for the topological sorting operation.Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.event.ordering.location.topologicalsorting that return types with arguments of type PointModifier and TypeMethodDescriptionLinearItem.getEntryPoints()Gets all possible entry points for this linear item.LinearItem.getExitPoints()Gets all possible exit points for this linear item.Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.event.ordering.location.topologicalsorting with parameters of type PointModifier and TypeMethodDescriptionvoidTopologicalSortInput.setStartingPoint(Point startingPoint) Sets the reference starting point for the topological sorting operation. -
Uses of Point in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.task.ordering.location
Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.task.ordering.location that return PointMethods in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.task.ordering.location with parameters of type PointModifier and TypeMethodDescriptionprotected voidLinearAsset.setEndingPoint(Point endingPoint) Sets the ending geographical point for this linear asset.protected voidLinearAsset.setStartingPoint(Point startingPoint) Sets the starting geographical point for this linear asset. -
Uses of Point in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.task.ordering.location.topologicalsorting
Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.task.ordering.location.topologicalsorting that return PointModifier and TypeMethodDescriptionprotected PointBTTopologicalSort.getStartingPoint(TopologicalSortInput<T, I> input) Resolves the starting point for the routing process.Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.task.ordering.location.topologicalsorting with parameters of type PointModifier and TypeMethodDescriptiondoubleTopologicalSortingHelper.getDistance(Point point1, Point point2) Calculates the distance between two geographical points. -
Uses of Point in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.task.ordering.location.topologicalsorting.network
Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.task.ordering.location.topologicalsorting.network that return PointModifier and TypeMethodDescriptionLinearItemEdge.getSourcePoint()Gets the source point of this edge.LinearItemEdge.getTargetPoint()Gets the target point of this edge.Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.task.ordering.location.topologicalsorting.network that return types with arguments of type PointModifier and TypeMethodDescriptionLinearItemPath.getEntryPoints()Gets all geographical points where this path can be entered.LinearItemPath.getEntryPoints(I node) Gets the entry points for a specific linear item within this path, filtered for path context.LinearItemPath.getExitPoints()Gets all geographical points where this path can be exited.LinearItemPath.getExitPoints(I node) Gets the exit points for a specific linear item within this path, filtered for path context.Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.task.ordering.location.topologicalsorting.network with parameters of type PointModifier and TypeMethodDescriptionprotected Map<I, Collection<LinearItemEdge>> LinearItemNetworkBuilder.buildEdges(I startLinearItem, Point exitPoint, List<I> linearItems, Double proximityThreshold) Builds a collection of edges from a specific exit point to all reachable linear items.static LinearItemEdgeFactory method to create a new LinearItemEdge with the specified parameters.voidLinearItemEdge.setSourcePoint(Point sourcePoint) Sets the source point of this edge.voidLinearItemEdge.setTargetPoint(Point targetPoint) Sets the target point of this edge. -
Uses of Point in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.task.ordering.location.topologicalsorting.routing
Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.task.ordering.location.topologicalsorting.routing with parameters of type PointModifier and TypeMethodDescriptionprotected INearestAsset.determineEntryLinearItem(LinearItemPath<T, I> path, Point entryPoint) Determines the correct entry linear item based on the entry point.protected PathCandidate<T, I> NearestAsset.evaluatePathFromExitPoint(LinearItemPath<T, I> path, Point exitPoint) Evaluates a specific path from an exit point to find the best entry point.protected PathCandidate<T, I> NearestAsset.findBestCandidateFromExitPoint(Collection<LinearItemPath<T, I>> unvisitedPaths, Point exitPoint) Finds the best path candidate from a specific exit point. -
Uses of Point in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.task.ordering.location.topologicalsorting.startingpoint
Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.task.ordering.location.topologicalsorting.startingpoint with parameters of type PointModifier and TypeMethodDescriptionNearestAssetStartingPoint.getStartingLinearItem(Collection<LinearItemPath<T, I>> paths, Point startingPoint) Determines the optimal starting linear item from the available paths.NearestPoint.getStartingLinearItem(Collection<LinearItemPath<T, I>> paths, Point startingPoint) Determines the optimal starting linear item from the available paths.abstract IStartingPointStrategy.getStartingLinearItem(Collection<LinearItemPath<T, I>> paths, Point startingPoint) Determines the optimal starting linear item from the available paths.