Class GeoLocations
java.lang.Object
rgu.transport.util.GeoLocations
Utility class for working with locations.
- Author:
- Lee A. Christie
-
Method Summary
Modifier and TypeMethodDescriptionstatic Set<GeoLocation> allLocations(Collection<TransitNetwork> networks) static Map<GeoLocation, GeoLocation> findWithTwoDTree(TwoDTree<GeoLocation> tree, Collection<GeoLocation> targets, ProgressListener progress, boolean subStageOnly)
-
Method Details
-
allLocations
public static Set<GeoLocation> allLocations(Collection<TransitNetwork> networks) throws InterruptedException - Throws:
InterruptedException
-
findWithTwoDTree
public static Map<GeoLocation, GeoLocation> findWithTwoDTree(TwoDTree<GeoLocation> tree, Collection<GeoLocation> targets, ProgressListener progress, boolean subStageOnly) throws InterruptedException - Throws:
InterruptedException
-