Uses of Class
rgu.transport.algorithms.collections.TwoDTree
Packages that use TwoDTree
Package
Description
Contains data structures used by algorithms.
Multimodal geospatial data such as public transport networks.
Transport modelling utility classes.
-
Uses of TwoDTree in rgu.transport.algorithms.collections
Methods in rgu.transport.algorithms.collections that return TwoDTreeModifier and TypeMethodDescriptionstatic <T extends TwoDTree.Point>
TwoDTree<T> Creates a new 2D tree from the given set of points.static <T extends TwoDTree.Point>
TwoDTree<T> TwoDTree.of(Set<T> points, ProgressListener progress) Creates a new 2D tree from the given set of points.static <T extends TwoDTree.Point>
TwoDTree<T> TwoDTree.of(Set<T> points, ProgressListener progress, boolean subStageOnly) Creates a new 2D tree from the given set of points. -
Uses of TwoDTree in rgu.transport.geospatial.multimodal
Constructors in rgu.transport.geospatial.multimodal with parameters of type TwoDTreeModifierConstructorDescriptionNetworkJoiner(Graph<GeoLocation, RoadEdge> roadGraph, TwoDTree<GeoLocation> tree, Collection<TransitNetwork> networks, Speed speed, Duration maxTime, Distance maxDistanceToNearbyRoad) Creates a joiner which will connect multiple transit networks to one another. -
Uses of TwoDTree in rgu.transport.util
Methods in rgu.transport.util with parameters of type TwoDTreeModifier and TypeMethodDescriptionstatic Map<GeoLocation, GeoLocation> GeoLocations.findWithTwoDTree(TwoDTree<GeoLocation> tree, Collection<GeoLocation> targets, ProgressListener progress, boolean subStageOnly)