Index
All Classes and Interfaces|All Packages|Serialized Form
N
- nearest(Collection) - Method in interface rgu.transport.algorithms.search.NearestFinder
-
Returns the element which is nearest to a target, for a collection of specified targets.
- nearest(Collection, ProgressListener, boolean) - Method in interface rgu.transport.algorithms.search.NearestFinder
-
Returns the element which is nearest to a target, for a collection of specified targets.
- nearest(GeoLocation) - Method in class rgu.transport.impl.ExhaustiveGeoLocationNearestFinderImpl
-
Returns the element which is nearest to the specified target.
- nearest(T) - Method in class rgu.transport.algorithms.collections.TwoDTree
-
Finds the nearest neighbour in the tree based on a Euclidean distance.
- nearest(T) - Method in interface rgu.transport.algorithms.search.NearestFinder
-
Returns the element which is nearest to the specified target.
- nearestEuclidean() - Method in class rgu.transport.geospatial.multimodal.TransitNetwork
-
Deprecated, for removal: This API element is subject to removal in a future version.
- NearestFinder<T> - Interface in rgu.transport.algorithms.search
-
An object which can be used to find the nearest match within a predetermined set of elements.
- nearestHaversine() - Method in class rgu.transport.geospatial.multimodal.TransitNetwork
-
Returns a neighbour finder based on which location is nearest on the Haversine space.
- nearestHaversine(Collection) - Static method in class rgu.transport.geospatial.GeoLocation
-
Returns a nearest finder for the given collection of points, using the Euclidean distance.
- nearestHaversine(Collection, Distance) - Static method in class rgu.transport.geospatial.GeoLocation
-
Returns a nearest finder for the given collection of points, using the Euclidean distance, limited to a given maximum distance.
- nearestOrEmpty(T) - Method in interface rgu.transport.algorithms.search.NearestFinder
-
Returns an optional containing the element which is nearest to a target, for a collection of specified targets.
- nearestStretchedEuclidean(double) - Method in class rgu.transport.geospatial.multimodal.TransitNetwork
-
Returns a neighbour finder based on which location is nearest on the Euclidean space.
- nearestStretchedEuclidean(double, Collection) - Static method in class rgu.transport.geospatial.GeoLocation
-
Returns a nearest finder for the given collection of points, using the Euclidean distance.
- nearestStretchedEuclidean(double, Collection, double) - Static method in class rgu.transport.geospatial.GeoLocation
-
Returns a nearest finder for the given collection of points, using the Euclidean distance, limited to a given maximum distance.
- nearestStretchedEuclidean(GeoLocation) - Method in class rgu.transport.geospatial.multimodal.TransitNetwork
-
Returns a neighbour finder based on which location is nearest on the Euclidean space.
- neighbours(V) - Method in interface rgu.transport.algorithms.collections.Explorable
-
The vertices for which there is an out-edge from the specified vertex to that vertex.
- neighbours(V) - Method in class rgu.transport.algorithms.collections.HashGraph
-
The vertices for which there is an out-edge from the specified vertex to that vertex.
- NetworkAndRoadJoiner - Class in rgu.transport.geospatial.multimodal
-
Used to join a transit network to a road network.
- NetworkJoiner - Class in rgu.transport.geospatial.multimodal
-
Used to join multiple transit networks to one another, using roads to inform connection times.
- NetworkJoiner(Graph, TwoDTree, Collection, Speed, Duration, Distance) - Constructor for class rgu.transport.geospatial.multimodal.NetworkJoiner
-
Creates a joiner which will connect multiple transit networks to one another.
- NetworkSearcher - Class in rgu.transport.geospatial.multimodal
-
Convenience wrapper for reachability searches using Dijkstra.
- never() - Static method in class rgu.transport.algorithms.util.Times
-
Returns a predicate which rejects all times.
- none() - Static method in interface rgu.transport.algorithms.util.ProgressListener
-
A no-op progress listener.
- NONE - Static variable in interface rgu.transport.geospatial.multimodal.gtfs.GTFSProgressListener
-
No-op progress listener.
- NONE - Static variable in interface rgu.transport.geospatial.osm.OSMListener
-
No-op listener.
- NONE - Static variable in interface rgu.transport.geospatial.osm.OSMProgressListener
-
No-op progress listener.
- NoSpeedOSMBuilder - Class in rgu.transport.geospatial.osm
- NoSpeedOSMBuilder(BiPredicate, BiConsumer) - Constructor for class rgu.transport.geospatial.osm.NoSpeedOSMBuilder
- NoSpeedOSMBuilder(BiPredicate, BiConsumer, OSMProgressListener) - Constructor for class rgu.transport.geospatial.osm.NoSpeedOSMBuilder
- NoSpeedOSMBuilder(BiPredicate, Predicate, BiConsumer) - Constructor for class rgu.transport.geospatial.osm.NoSpeedOSMBuilder
- NoSpeedOSMBuilder(BiPredicate, Predicate, BiConsumer, OSMProgressListener) - Constructor for class rgu.transport.geospatial.osm.NoSpeedOSMBuilder
- NULL_ISLAND - Static variable in class rgu.transport.geospatial.GeoLocation
-
The coordinates 0, 0.
All Classes and Interfaces|All Packages|Serialized Form
TransitNetwork.nearestStretchedEuclidean(double)orTransitNetwork.nearestStretchedEuclidean(double)