Class GtfsWriter

java.lang.Object
org.onebusaway.csv_entities.CsvEntityWriter
org.onebusaway.gtfs.serialization.GtfsWriter
All Implemented Interfaces:
org.onebusaway.csv_entities.EntityHandler

public class GtfsWriter extends org.onebusaway.csv_entities.CsvEntityWriter
  • Field Details

    • KEY_CONTEXT

      public static final String KEY_CONTEXT
  • Constructor Details

    • GtfsWriter

      public GtfsWriter()
  • Method Details

    • setOutputLocation

      public void setOutputLocation(File path)
      Overrides:
      setOutputLocation in class org.onebusaway.csv_entities.CsvEntityWriter
    • getEntityClasses

      public List<Class<?>> getEntityClasses()
    • getEntityComparators

      public Map<Class<?>,Comparator<?>> getEntityComparators()
    • run

      public void run(GtfsDao dao) throws IOException
      Throws:
      IOException
    • createEntitySchemaFactory

      protected org.onebusaway.csv_entities.schema.DefaultEntitySchemaFactory createEntitySchemaFactory()
      Protected Methods