Class UpdateCalendarDatesForDuplicateTrips
java.lang.Object
org.onebusaway.gtfs_transformer.impl.UpdateCalendarDatesForDuplicateTrips
- All Implemented Interfaces:
GtfsTransformStrategy
Map ATIS trip_ids to mta_trips_ids while de-duplicating.
Tag each "duplicate" trip with an ATIS id to force it unique if the stopping pattern differs.
Otherwise create new service_ids representing the service of the duplicates,
adding to an exemplar trip and deleting the duplicates.
-
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
-
UpdateCalendarDatesForDuplicateTrips
public UpdateCalendarDatesForDuplicateTrips()
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceGtfsTransformStrategy
-
run
- Specified by:
runin interfaceGtfsTransformStrategy
-