Uses of Class
org.onebusaway.gtfs.model.calendar.LocalizedServiceId
Packages that use LocalizedServiceId
Package
Description
-
Uses of LocalizedServiceId in org.onebusaway.gtfs.impl
Methods in org.onebusaway.gtfs.impl that return LocalizedServiceIdModifier and TypeMethodDescriptionGtfsDataServiceImpl.getLocalizedServiceIdForAgencyAndServiceId(String agencyId, AgencyAndId serviceId) Methods in org.onebusaway.gtfs.impl that return types with arguments of type LocalizedServiceIdModifier and TypeMethodDescriptionGtfsDataServiceImpl.getNextDepartureServiceDates(ServiceIdIntervals serviceIdIntervals, long targetTime) GtfsDataServiceImpl.getPreviousArrivalServiceDates(ServiceIdIntervals serviceIdIntervals, long targetTime) GtfsDataServiceImpl.getServiceDateArrivalsWithinRange(ServiceIdIntervals serviceIdIntervals, Date from, Date to) GtfsDataServiceImpl.getServiceDateDeparturesWithinRange(ServiceIdIntervals serviceIdIntervals, Date from, Date to) GtfsDataServiceImpl.getServiceDatesWithinRange(ServiceIdIntervals serviceIdIntervals, Date from, Date to) Methods in org.onebusaway.gtfs.impl with parameters of type LocalizedServiceIdModifier and TypeMethodDescriptionGtfsDataServiceImpl.getDatesForLocalizedServiceId(LocalizedServiceId localizedServiceId) GtfsDataServiceImpl.getNextDepartureServiceDates(LocalizedServiceId serviceId, ServiceInterval interval, long targetTime) GtfsDataServiceImpl.getPreviousArrivalServiceDates(LocalizedServiceId serviceId, ServiceInterval interval, long targetTime) GtfsDataServiceImpl.getServiceDateArrivalsWithinRange(LocalizedServiceId serviceId, ServiceInterval interval, Date from, Date to) GtfsDataServiceImpl.getServiceDateDeparturesWithinRange(LocalizedServiceId serviceId, ServiceInterval interval, Date from, Date to) GtfsDataServiceImpl.getServiceDatesWithinRange(LocalizedServiceId serviceId, ServiceInterval interval, Date from, Date to) booleanGtfsDataServiceImpl.isLocalizedServiceIdActiveInRange(LocalizedServiceId serviceId, ServiceInterval scheduledService, AgencyServiceInterval serviceInterval) booleanGtfsDataServiceImpl.isLocalizedServiceIdActiveOnDate(LocalizedServiceId localizedServiceId, Date serviceDate) -
Uses of LocalizedServiceId in org.onebusaway.gtfs.impl.calendar
Methods in org.onebusaway.gtfs.impl.calendar that return LocalizedServiceIdModifier and TypeMethodDescriptionCalendarServiceImpl.getLocalizedServiceIdForAgencyAndServiceId(String agencyId, AgencyAndId serviceId) Methods in org.onebusaway.gtfs.impl.calendar that return types with arguments of type LocalizedServiceIdModifier and TypeMethodDescriptionCalendarServiceImpl.getNextDepartureServiceDates(ServiceIdIntervals serviceIdIntervals, long targetTime) CalendarServiceImpl.getPreviousArrivalServiceDates(ServiceIdIntervals serviceIdIntervals, long targetTime) CalendarServiceImpl.getServiceDateArrivalsWithinRange(ServiceIdIntervals serviceIdIntervals, Date from, Date to) CalendarServiceImpl.getServiceDateDeparturesWithinRange(ServiceIdIntervals serviceIdIntervals, Date from, Date to) CalendarServiceImpl.getServiceDatesWithinRange(ServiceIdIntervals serviceIdIntervals, Date from, Date to) Methods in org.onebusaway.gtfs.impl.calendar with parameters of type LocalizedServiceIdModifier and TypeMethodDescriptionCalendarServiceImpl.getDatesForLocalizedServiceId(LocalizedServiceId localizedServiceId) CalendarServiceImpl.getNextDepartureServiceDates(LocalizedServiceId serviceId, ServiceInterval interval, long targetTime) CalendarServiceImpl.getPreviousArrivalServiceDates(LocalizedServiceId serviceId, ServiceInterval interval, long targetTime) CalendarServiceImpl.getServiceDateArrivalsWithinRange(LocalizedServiceId serviceId, ServiceInterval interval, Date from, Date to) CalendarServiceImpl.getServiceDateDeparturesWithinRange(LocalizedServiceId serviceId, ServiceInterval interval, Date from, Date to) CalendarServiceImpl.getServiceDatesWithinRange(LocalizedServiceId serviceId, ServiceInterval interval, Date from, Date to) booleanCalendarServiceImpl.isLocalizedServiceIdActiveInRange(LocalizedServiceId localizedServiceId, ServiceInterval activeService, AgencyServiceInterval agencyServiceInterval) test if the given calendar servieId is active in the union of the activeService window and the agencyServiceInterval.booleanCalendarServiceImpl.isLocalizedServiceIdActiveOnDate(LocalizedServiceId localizedServiceId, Date serviceDate) -
Uses of LocalizedServiceId in org.onebusaway.gtfs.model.calendar
Methods in org.onebusaway.gtfs.model.calendar that return types with arguments of type LocalizedServiceIdModifier and TypeMethodDescriptionCalendarServiceData.getLocalizedServiceIds()ServiceIdIntervals.getServiceIds()ServiceIdIntervals.iterator()Methods in org.onebusaway.gtfs.model.calendar with parameters of type LocalizedServiceIdModifier and TypeMethodDescriptionvoidServiceIdIntervals.addStopTime(LocalizedServiceId serviceId, int arrivalTime, int departureTime) intLocalizedServiceId.compareTo(LocalizedServiceId o) CalendarServiceData.getDatesForLocalizedServiceId(LocalizedServiceId serviceId) ServiceIdIntervals.getIntervalForServiceId(LocalizedServiceId serviceId) voidCalendarServiceData.putDatesForLocalizedServiceId(LocalizedServiceId serviceId, List<Date> dates) -
Uses of LocalizedServiceId in org.onebusaway.gtfs.services.calendar
Methods in org.onebusaway.gtfs.services.calendar that return LocalizedServiceIdModifier and TypeMethodDescriptionCalendarService.getLocalizedServiceIdForAgencyAndServiceId(String agencyId, AgencyAndId serviceId) Given an agency id and a service id, we return aLocalizedServiceIdwhich is just a service id with timezone information attached.Methods in org.onebusaway.gtfs.services.calendar that return types with arguments of type LocalizedServiceIdModifier and TypeMethodDescriptionCalendarService.getNextDepartureServiceDates(ServiceIdIntervals serviceIdIntervals, long targetTime) See the description forCalendarService.getNextDepartureServiceDates(LocalizedServiceId, ServiceInterval, long).CalendarService.getPreviousArrivalServiceDates(ServiceIdIntervals serviceIdIntervals, long targetTime) See the description forCalendarService.getPreviousArrivalServiceDates(LocalizedServiceId, ServiceInterval, long).CalendarService.getServiceDateArrivalsWithinRange(ServiceIdIntervals serviceIdIntervals, Date from, Date to) See the description fromCalendarService.getServiceDateArrivalsWithinRange(LocalizedServiceId, ServiceInterval, Date, Date).CalendarService.getServiceDateDeparturesWithinRange(ServiceIdIntervals serviceIdIntervals, Date from, Date to) See the description fromCalendarService.getServiceDateDeparturesWithinRange(LocalizedServiceId, ServiceInterval, Date, Date).CalendarService.getServiceDatesWithinRange(ServiceIdIntervals serviceIdIntervals, Date from, Date to) See the description fromCalendarService.getServiceDatesWithinRange(LocalizedServiceId, ServiceInterval, Date, Date).Methods in org.onebusaway.gtfs.services.calendar with parameters of type LocalizedServiceIdModifier and TypeMethodDescriptionCalendarService.getDatesForLocalizedServiceId(LocalizedServiceId localizedServiceId) CalendarService.getNextDepartureServiceDates(LocalizedServiceId serviceId, ServiceInterval interval, long targetTime) Computes the list of service dates whose departure service interval (min to max departure time) overlaps the specified target time.CalendarService.getPreviousArrivalServiceDates(LocalizedServiceId serviceId, ServiceInterval interval, long targetTime) Computes the list of service dates whose arrival service interval (min to max departure time) overlaps the specified target time.CalendarService.getServiceDateArrivalsWithinRange(LocalizedServiceId serviceId, ServiceInterval interval, Date from, Date to) See the description fromCalendarService.getServiceDatesWithinRange(LocalizedServiceId, ServiceInterval, Date, Date).CalendarService.getServiceDateDeparturesWithinRange(LocalizedServiceId serviceId, ServiceInterval interval, Date from, Date to) See the description fromCalendarService.getServiceDatesWithinRange(LocalizedServiceId, ServiceInterval, Date, Date).CalendarService.getServiceDatesWithinRange(LocalizedServiceId serviceId, ServiceInterval interval, Date from, Date to) Given the specified localized service id, which has a corresponding set of localized service dates, determine the sublist of service dates that, when extended with the specifiedServiceInterval, overlap with the specified from-to time range.booleanCalendarService.isLocalizedServiceIdActiveInRange(LocalizedServiceId localizedServiceId, ServiceInterval activeService, AgencyServiceInterval serviceInterval) booleanCalendarService.isLocalizedServiceIdActiveOnDate(LocalizedServiceId localizedServiceId, Date serviceDate)