public class GtfsLibrary extends Object
Modifier and Type | Field and Description |
---|---|
static char |
ID_SEPARATOR |
Constructor and Description |
---|
GtfsLibrary() |
Modifier and Type | Method and Description |
---|---|
static org.onebusaway.gtfs.model.AgencyAndId |
convertIdFromString(String value) |
static String |
convertIdToString(org.onebusaway.gtfs.model.AgencyAndId aid) |
static org.onebusaway.gtfs.services.calendar.CalendarService |
createCalendarService(org.onebusaway.gtfs.services.GtfsRelationalDao dao) |
static org.onebusaway.gtfs.model.calendar.CalendarServiceData |
createCalendarServiceData(org.onebusaway.gtfs.services.GtfsRelationalDao dao) |
static GtfsContext |
createContext(GtfsFeedId feedId,
org.onebusaway.gtfs.services.GtfsRelationalDao dao) |
static GtfsContext |
createContext(GtfsFeedId feedId,
org.onebusaway.gtfs.services.GtfsRelationalDao dao,
org.onebusaway.gtfs.services.calendar.CalendarService calendarService) |
static String |
getRouteName(org.onebusaway.gtfs.model.Route route) |
static TraverseMode |
getTraverseMode(org.onebusaway.gtfs.model.Route route) |
static GtfsContext |
readGtfs(File path) |
public static final char ID_SEPARATOR
public static GtfsContext createContext(GtfsFeedId feedId, org.onebusaway.gtfs.services.GtfsRelationalDao dao)
public static GtfsContext createContext(GtfsFeedId feedId, org.onebusaway.gtfs.services.GtfsRelationalDao dao, org.onebusaway.gtfs.services.calendar.CalendarService calendarService)
public static GtfsContext readGtfs(File path) throws IOException
IOException
public static org.onebusaway.gtfs.services.calendar.CalendarService createCalendarService(org.onebusaway.gtfs.services.GtfsRelationalDao dao)
public static org.onebusaway.gtfs.model.calendar.CalendarServiceData createCalendarServiceData(org.onebusaway.gtfs.services.GtfsRelationalDao dao)
public static org.onebusaway.gtfs.model.AgencyAndId convertIdFromString(String value)
public static String convertIdToString(org.onebusaway.gtfs.model.AgencyAndId aid)
public static String getRouteName(org.onebusaway.gtfs.model.Route route)
public static TraverseMode getTraverseMode(org.onebusaway.gtfs.model.Route route)
Copyright © 2018. All rights reserved.