Class MergeStopIdsFromReferenceStrategy
java.lang.Object
org.onebusaway.gtfs_transformer.impl.MergeStopIdsFromReferenceStrategy
- All Implemented Interfaces:
GtfsTransformStrategy
Update the stop_ids of the transformed GTFS to that of the reference GTFS based on stop name matching.
-
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
-
MergeStopIdsFromReferenceStrategy
public MergeStopIdsFromReferenceStrategy()
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceGtfsTransformStrategy
-
run
- Specified by:
runin interfaceGtfsTransformStrategy
-