Class GtfsStopTime


  • public class GtfsStopTime
    extends GtfsObject
    In memory representation of a GTFS entry in stop_times.txt
    Author:
    markr
    • Field Detail

      • SUPPORTED_KEYS

        public static final EnumSet<GtfsKeyType> SUPPORTED_KEYS
        Supported keys for a GTFS stop time instance
    • Constructor Detail

      • GtfsStopTime

        public GtfsStopTime()
    • Method Detail

      • toString

        public String toString()
        String of all key value pairs of this GTFS entity
        Overrides:
        toString in class Object
        Returns:
        created string
      • getTripId

        public String getTripId()
      • getStopId

        public String getStopId()
      • getArrivalTime

        public String getArrivalTime()
      • getDepartureTime

        public String getDepartureTime()
      • getStopSequence

        public String getStopSequence()