Class StopVerificationDistanceTask
- java.lang.Object
-
- org.onebusaway.transit_data_federation.bundle.tasks.AbstractStopTask
-
- org.onebusaway.transit_data_federation.bundle.tasks.StopVerificationDistanceTask
-
- All Implemented Interfaces:
Runnable
public class StopVerificationDistanceTask extends AbstractStopTask implements Runnable
Check stop consolidate file for distance between stops, and output stops that are above STOP_DISTANCE_THRESHOLD. Note that this require running the LoadGTFS task with stop consolidation turned off so the consolidated stops will be available.
-
-
Field Summary
-
Fields inherited from class org.onebusaway.transit_data_federation.bundle.tasks.AbstractStopTask
_dao, _log, _logger
-
-
Constructor Summary
Constructors Constructor Description StopVerificationDistanceTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidinsertHeader()protected voidverifyStops(String rootStopId, List<String> consolidatedStops)-
Methods inherited from class org.onebusaway.transit_data_federation.bundle.tasks.AbstractStopTask
run, setGtfsDao, setLogger, setPath
-
-
-
-
Method Detail
-
insertHeader
protected void insertHeader()
- Specified by:
insertHeaderin classAbstractStopTask
-
verifyStops
protected void verifyStops(String rootStopId, List<String> consolidatedStops)
- Specified by:
verifyStopsin classAbstractStopTask
-
-