Class UpdateStopIdFromControlStrategy
java.lang.Object
org.onebusaway.gtfs_transformer.impl.UpdateStopIdFromControlStrategy
- All Implemented Interfaces:
GtfsTransformStrategy
using control file re-map GTFS stop ids and other stop properties from reference file
The first field in the control file ldrtifny is the reference stop id.
For subway the stops from ATIS have these ids, for example: 36, 9997, 31998
the stops in reference have these ids, for example: 138N, 217N, 242S
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()voidrun(TransformContext context, GtfsMutableRelationalDao dao) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.onebusaway.gtfs_transformer.services.GtfsTransformStrategy
updateReadSchema, updateWriteSchema
-
Constructor Details
-
UpdateStopIdFromControlStrategy
public UpdateStopIdFromControlStrategy()
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceGtfsTransformStrategy
-
run
- Specified by:
runin interfaceGtfsTransformStrategy
-