Class MTAStationDirectionalityStrategy
- java.lang.Object
-
- org.onebusaway.gtfs_transformer.impl.MTAStationDirectionalityStrategy
-
- All Implemented Interfaces:
GtfsTransformStrategy
public class MTAStationDirectionalityStrategy extends Object implements GtfsTransformStrategy
Add Station Directionality information (from a MTA-provided spreadsheet) to StopTime.headsign For MTA subways GTFS, 0 is north, 1 is south
-
-
Constructor Summary
Constructors Constructor Description MTAStationDirectionalityStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()voidrun(TransformContext context, GtfsMutableRelationalDao dao)voidsetDirectionCsv(String directionCsv)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.onebusaway.gtfs_transformer.services.GtfsTransformStrategy
updateReadSchema, updateWriteSchema
-
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceGtfsTransformStrategy
-
run
public void run(TransformContext context, GtfsMutableRelationalDao dao)
- Specified by:
runin interfaceGtfsTransformStrategy
-
setDirectionCsv
public void setDirectionCsv(String directionCsv)
-
-