- generate(VehicleState) - Method in interface org.transitime.core.ArrivalDepartureGenerator
-
Determines arrival/departure times and stores them into db.
- generate(VehicleState) - Method in class org.transitime.core.ArrivalDepartureGeneratorDefaultImpl
-
Processes updated vehicleState to generate associated arrival and
departure times.
- generate(VehicleState) - Method in interface org.transitime.core.HeadwayGenerator
-
Generates headway info.
- generate(VehicleState) - Method in class org.transitime.core.HeadwayGeneratorDefaultImpl
-
Member Functions
- generate(VehicleState) - Method in interface org.transitime.core.PredictionGenerator
-
Generates and returns the predictions for the vehicle.
- generate(VehicleState) - Method in class org.transitime.core.PredictionGeneratorDefaultImpl
-
Generates the predictions for the vehicle.
- generate(VehicleState) - Static method in class org.transitime.core.RealTimeSchedAdhProcessor
-
Determines the current schedule adherence for the vehicle.
- generateApiKey(String, String, String, String, String) - Method in class org.transitime.db.webstructs.ApiKeyManager
-
Generates the new ApiKey and stores it in the db.
- GenerateMbtaBlockInfo - Class in org.transitime.custom.mbta
-
Processes MBTA AVL feed data one day at a time to determine the which block a
trip is associated with.
- GenerateMbtaBlockInfo() - Constructor for class org.transitime.custom.mbta.GenerateMbtaBlockInfo
-
- generateResultsOfMatch(VehicleState) - Method in class org.transitime.core.MatchProcessor
-
Called when vehicle is matched successfully.
- GenericCsvQuery - Class in org.transitime.db
-
For doing an SQL query and returning the results in CVS format.
- GenericJsonQuery - Class in org.transitime.reports
-
- GenericQuery - Class in org.transitime.db
-
For doing a query without using Hibernate.
- GenericQuery(String, String, String, String, String) - Constructor for class org.transitime.db.GenericQuery
-
Constructor
- GenericQuery(String) - Constructor for class org.transitime.db.GenericQuery
-
Constructor
- Geo - Class in org.transitime.utils
-
Some possibly handle geometric conversions.
- Geo() - Constructor for class org.transitime.utils.Geo
-
- GeorgiaTechAvlModule - Class in org.transitime.custom.georgiaTech
-
Gets GPS data from the Georgia Tech AVL feed.
- GeorgiaTechAvlModule(String) - Constructor for class org.transitime.custom.georgiaTech.GeorgiaTechAvlModule
-
Constructor
- get(String, int) - Method in class org.transitime.api.gtfsRealtime.DataCache
-
- get(String) - Static method in class org.transitime.api.utils.AgencyTimezoneCache
-
Returns the TimeZone for the agency specified by the agencyId.
- get(String) - Method in class org.transitime.avl.amigocloud.AmigoRest
-
Gets result of HTTP request to the URL and returns it as a string.
- get(String) - Static method in class org.transitime.avl.TaipGpsLocation
-
Processes the TAIP string and returns corresponding TaipGpsLocation
object
- get(Session) - Static method in class org.transitime.db.structs.ActiveRevisions
-
Gets the ActiveRevisions object using the passed in database session.
- get(String) - Static method in class org.transitime.db.structs.ActiveRevisions
-
Reads revisions from database.
- get() - Static method in class org.transitime.gtfs.GtfsUpdatedModule
-
Gets the GTFS file via http from the configured URL urlStr and stores it
in the configured directory dirName.
- get(String) - Static method in class org.transitime.ipc.clients.CommandsInterfaceFactory
-
Gets the singleton instance.
- get(String) - Static method in class org.transitime.ipc.clients.ConfigInterfaceFactory
-
Gets the singleton instance.
- get(String) - Static method in class org.transitime.ipc.clients.PredictionsInterfaceFactory
-
Gets the PredictionsInterface for the specified projectId.
- get(String) - Static method in class org.transitime.ipc.clients.ServerStatusInterfaceFactory
-
Gets the singleton instance.
- get(String) - Static method in class org.transitime.ipc.clients.VehiclesInterfaceFactory
-
Gets the singleton instance.
- get(String, String, int) - Method in interface org.transitime.ipc.interfaces.PredictionsInterface
-
Returns list of current predictions for the specified route/stop.
- get(List<PredictionsInterface.RouteStop>, int) - Method in interface org.transitime.ipc.interfaces.PredictionsInterface
-
For each route/stop specified returns a list of predictions for that
stop.
- get(Location, double, int) - Method in interface org.transitime.ipc.interfaces.PredictionsInterface
-
Returns predictions based on the specified location.
- get() - Method in interface org.transitime.ipc.interfaces.ServerStatusInterface
-
Gets from the server a IpcStatus object indicating
the status of the server.
- get() - Method in interface org.transitime.ipc.interfaces.VehiclesInterface
-
Gets from server IpcVehicle info for all vehicles.
- get(String) - Method in interface org.transitime.ipc.interfaces.VehiclesInterface
-
Gets from server IpcVehicle info for specified vehicle.
- get(Collection<String>) - Method in interface org.transitime.ipc.interfaces.VehiclesInterface
-
Gets from server IpcVehicle info for vehicles specified by vehicles
parameter.
- get(String, String, int) - Method in class org.transitime.ipc.servers.PredictionsServer
-
- get(List<PredictionsInterface.RouteStop>, int) - Method in class org.transitime.ipc.servers.PredictionsServer
-
- get(Location, double, int) - Method in class org.transitime.ipc.servers.PredictionsServer
-
- get() - Method in class org.transitime.ipc.servers.ServerStatusServer
-
- get() - Method in class org.transitime.ipc.servers.VehiclesServer
-
- get(String) - Method in class org.transitime.ipc.servers.VehiclesServer
-
- get(Collection<String>) - Method in class org.transitime.ipc.servers.VehiclesServer
-
- get(Object) - Method in class org.transitime.utils.ConcurrentHashMapNullKeyOk
-
- get() - Method in class org.transitime.utils.csv.CsvBaseReader
-
The way one gets the list of CSV objects.
- get(int) - Method in class org.transitime.utils.csv.CsvBaseReader
-
The way one gets the list of CSV objects.
- get() - Method in class org.transitime.utils.OrderedCollection
-
Returns this OrderedCollection a regular List
- get() - Method in class org.transitime.utils.SettableSystemTime
-
- get() - Method in class org.transitime.utils.SystemCurrentTime
-
- get() - Method in interface org.transitime.utils.SystemTime
-
- get() - Static method in class org.transitime.utils.Timer
-
- getActiveBlocks(StandardParameters, List<String>, int) - Method in class org.transitime.api.rootResources.TransitimeApi
-
Gets which blocks are active.
- getActiveBlocks(Collection<String>, int) - Method in interface org.transitime.ipc.interfaces.VehiclesInterface
-
Gets from the server IpcActiveBlocks for blocks that are currently
active.
- getActiveBlocks(Collection<String>, int) - Method in class org.transitime.ipc.servers.VehiclesServer
-
- getActiveBlocksByRoute(StandardParameters, List<String>, int) - Method in class org.transitime.api.rootResources.TransitimeApi
-
- getActiveTripIndex() - Method in class org.transitime.ipc.data.IpcActiveBlock
-
- getActualPredictionTime() - Method in class org.transitime.ipc.data.IpcPrediction
-
- getAfterStartTimeMins() - Static method in class org.transitime.core.schedBasedPreds.SchedBasedPredsModule
-
How long after start time of block want to created schedule based
prediction.
- getAfterStopDistance() - Static method in class org.transitime.configData.CoreConfig
-
How far a vehicle can be past a stop in meters and still be considered at
the stop.
- getAfterStopDistance() - Method in class org.transitime.db.structs.StopPath
-
How far a vehicle can be past a stop and still be considered at the stop.
- getAgencies(StandardParameters) - Method in class org.transitime.api.rootResources.TransitimeNonAgencyApi
-
For "agencies" command.
- getAgencies(Session, int) - Static method in class org.transitime.db.structs.Agency
-
Returns List of Agency objects for the specified database revision.
- getAgencies(String, int) - Static method in class org.transitime.db.structs.Agency
-
Returns the list of agencies for the specified project ID.
- getAgencies() - Method in class org.transitime.gtfs.DbConfig
-
- getAgencies() - Method in class org.transitime.gtfs.GtfsData
-
- getAgencies() - Method in interface org.transitime.ipc.interfaces.ConfigInterface
-
Returns list of Agency objects containing data from GTFS agency.txt file
- getAgencies() - Static method in class org.transitime.ipc.rmi.RmiCallInvocationHandler
-
Returns which agencies have processed RMI calls for.
- getAgencies() - Method in class org.transitime.ipc.servers.ConfigServer
-
- getAgency() - Method in class org.transitime.db.webstructs.WebAgency
-
Returns the first (there can be multiple) GTFS agency object for the
specified agencyId.
- getAgencyFareUrl() - Method in class org.transitime.gtfs.gtfsStructs.GtfsAgency
-
- getAgencyGroup(StandardParameters) - Method in class org.transitime.api.rootResources.TransitimeApi
-
For getting Agency data for a specific agencyId.
- getAgencyId() - Method in class org.transitime.api.utils.StandardParameters
-
Simple getter for the agency ID
- getAgencyId() - Static method in class org.transitime.configData.AgencyConfig
-
Specifies the ID of the agency.
- getAgencyId() - Method in class org.transitime.db.webstructs.WebAgency
-
- getAgencyId() - Method in class org.transitime.gtfs.GtfsData
-
- getAgencyId() - Method in class org.transitime.gtfs.gtfsStructs.GtfsAgency
-
- getAgencyId() - Method in class org.transitime.gtfs.gtfsStructs.GtfsRoute
-
- getAgencyId() - Method in class org.transitime.ipc.rmi.AbstractServer
-
- getAgencyId() - Method in class org.transitime.ipc.rmi.RmiStubInfo
-
- getAgencyLang() - Method in class org.transitime.gtfs.gtfsStructs.GtfsAgency
-
- getAgencyName() - Method in class org.transitime.db.webstructs.WebAgency
-
Returns the GTFS agency name.
- getAgencyName() - Method in class org.transitime.gtfs.gtfsStructs.GtfsAgency
-
- getAgencyPhone() - Method in class org.transitime.gtfs.gtfsStructs.GtfsAgency
-
- getAgencyTimezone() - Method in class org.transitime.gtfs.gtfsStructs.GtfsAgency
-
Valid timezone format is at http://en.wikipedia.org/wiki/List_of_tz_zones
- getAgencyUrl() - Method in class org.transitime.gtfs.gtfsStructs.GtfsAgency
-
- getAgeStr() - Method in class org.transitime.avl.TaipGpsLocation
-
- getAjaxDataString(HttpServletRequest) - Static method in class org.transitime.utils.web.WebUtils
-
Goes through all the request parameters, such as from the query string,
and puts them into a String version of a JSON set of key values.
- getAllCalendars(StandardParameters) - Method in class org.transitime.api.rootResources.TransitimeApi
-
For getting all calendars.
- getAllCalendars() - Method in interface org.transitime.ipc.interfaces.ConfigInterface
-
Returns list of all Calendar objects.
- getAllCalendars() - Method in class org.transitime.ipc.servers.ConfigServer
-
- getAllowableEarlyDepartureTimeForLoggingEvent() - Static method in class org.transitime.configData.CoreConfig
-
How early in seconds a vehicle can departure a terminal before it registers
a VehicleEvent indicating a problem.
- getAllowableEarlyForLayoverSeconds() - Static method in class org.transitime.configData.CoreConfig
-
How early a vehicle can be and still be matched to a layover.
- getAllowableEarlySeconds() - Static method in class org.transitime.configData.CoreConfig
-
How early a vehicle can be and still be matched to its block assignment.
- getAllowableEarlySecondsForInitialMatching() - Static method in class org.transitime.configData.CoreConfig
-
How early a vehicle can be and still be matched to its block assignment.
- getAllowableEarlyTimeForEarlyDepartureSecs() - Static method in class org.transitime.configData.CoreConfig
-
How early in seconds a vehicle can have left terminal and have it be considered an
early departure instead of just moving around within the layover.
- getAllowableLateAtTerminalForLoggingEvent() - Static method in class org.transitime.configData.CoreConfig
-
If a vehicle is just sitting at a terminal and provides another GPS
report indicating that it is more than this much later, in seconds, than
the configured departure time then a VehicleEvent is created to record
the problem.
- getAllowableLateDepartureTimeForLoggingEvent() - Static method in class org.transitime.configData.CoreConfig
-
How late in seconds a vehicle can departure a terminal before it registers
a VehicleEvent indicating a problem.
- getAllowableLateSeconds() - Static method in class org.transitime.configData.CoreConfig
-
How late a vehicle can be and still be matched to its block assignment.
- getAllowableLateSecondsForInitialMatching() - Static method in class org.transitime.configData.CoreConfig
-
How late a vehicle can be and still be matched to its block assignment.
- getAllowableNumberOfBadMatches() - Static method in class org.transitime.configData.CoreConfig
-
How many bad spatial/temporal matches a predictable vehicle can have in a
row before the vehicle is made unpredictable.
- getAllPredictions(int, long) - Method in class org.transitime.core.dataCache.PredictionDataCache
-
Returns copy of all predictions for system, limited by
maxPredictionsPerStop and maxPredictionTime.
- getAllPredictions(int) - Method in interface org.transitime.ipc.interfaces.PredictionsInterface
-
Returns all predictions.
- getAllPredictions(int) - Method in class org.transitime.ipc.servers.PredictionsServer
-
- getApiKeys(Session) - Static method in class org.transitime.db.webstructs.ApiKey
-
Reads in all keys from database.
- getApiKeys() - Method in class org.transitime.db.webstructs.ApiKeyManager
-
Gets the API keys from the database.
- getApiTripSummary() - Method in class org.transitime.api.data.ApiActiveBlock
-
- getApplicationName() - Method in class org.transitime.db.webstructs.ApiKey
-
- getApplicationUrl() - Method in class org.transitime.db.webstructs.ApiKey
-
- getArrivalDepartureMap() - Method in class org.transitime.core.travelTimes.DataFetcher
-
Provides the arrival/departure data in a map.
- getArrivalDepartureTime() - Method in class org.transitime.db.structs.PredictionAccuracy
-
- getArrivalMaxTimeSecs() - Method in class org.transitime.gtfs.gtfsStructs.GtfsExtendedStopTime
-
- getArrivalMinTimeSecs() - Method in class org.transitime.gtfs.gtfsStructs.GtfsExtendedStopTime
-
- getArrivalNumberDatapoints() - Method in class org.transitime.gtfs.gtfsStructs.GtfsExtendedStopTime
-
- getArrivalOrigTimeSecs() - Method in class org.transitime.gtfs.gtfsStructs.GtfsExtendedStopTime
-
- getArrivalsDeparturesDbIterator(Session, Date, Date) - Static method in class org.transitime.db.structs.ArrivalDeparture
-
For querying large amount of data.
- getArrivalsDeparturesFromDb(Date, Date, String) - Static method in class org.transitime.db.structs.ArrivalDeparture
-
Read in arrivals and departures for a vehicle, over a time range.
- getArrivalsDeparturesFromDb(String, Date, Date) - Static method in class org.transitime.db.structs.ArrivalDeparture
-
Reads the arrivals/departures for the timespan specified.
- getArrivalsDeparturesFromDb(String, Date, Date, String, int, int, ArrivalDeparture.ArrivalsOrDepartures) - Static method in class org.transitime.db.structs.ArrivalDeparture
-
Allows batch retrieval of data.
- getArrivalsDeparturesFromDb(Date, Date, String, int, int, ArrivalDeparture.ArrivalsOrDepartures) - Static method in class org.transitime.db.structs.ArrivalDeparture
-
Same as other getArrivalsDeparturesFromDb() but uses
-Dtransitime.db.dbName Java property to specify the name of the database.
- getArrivalStdDev() - Method in class org.transitime.gtfs.gtfsStructs.GtfsExtendedStopTime
-
- getArrivalTime() - Method in class org.transitime.db.structs.ScheduleTime
-
Time of day in seconds.
- getArrivalTime() - Method in class org.transitime.ipc.data.IpcSchedTimes
-
- getArrivalTimeSecs() - Method in class org.transitime.gtfs.gtfsStructs.GtfsStopTime
-
- getArrivalToStoreToDb() - Method in class org.transitime.core.VehicleState
-
- getAssignmentId() - Method in class org.transitime.core.VehicleState
-
Can be the blockId, tripId, or tripShortName depending on the type of
assignment received from the AVL feed.
- getAssignmentId() - Method in class org.transitime.db.structs.AvlReport
-
Returns the assignment ID if it is set.
- getAssignmentId() - Method in class org.transitime.ipc.data.IpcAvl
-
- getAssignmentMethod() - Method in class org.transitime.core.VehicleState
-
Indicates how the vehicle was assigned (via block assignment, route
assignment, auto assignment, etc).
- getAssignmentTime() - Method in class org.transitime.core.VehicleState
-
- getAssignmentType() - Method in class org.transitime.db.structs.AvlReport
-
- getAssignmentType() - Method in class org.transitime.ipc.data.IpcAvl
-
- getAtBeginningStop() - Method in class org.transitime.core.SpatialMatch
-
Returns the VehicleAtStopInfo if match indicates that vehicle is at the
stop at the beginning of the path.
- getAtEndStop() - Method in class org.transitime.core.SpatialMatch
-
Returns the VehicleAtStopInfo if match indicates that vehicle is at the
stop at the end of the path.
- getAtOrNextGtfsStopSeq() - Method in class org.transitime.ipc.data.IpcVehicleGtfsRealtime
-
Returns the GTFS stop sequence of the stop the vehicle is at or is moving
to.
- getAtOrNextStopId() - Method in class org.transitime.ipc.data.IpcVehicleGtfsRealtime
-
Returns stop ID of stop that vehicle is at or for the next stop if
vehicle is in between stops.
- getAtStop() - Method in class org.transitime.core.SpatialMatch
-
Can be either at stop at beginning of the stop path or at the stop at the
end of the stop path.
- getAvl() - Method in class org.transitime.ipc.data.IpcVehicle
-
- getAvlFeedTimeoutInMSecs() - Static method in class org.transitime.configData.AvlConfig
-
For when polling AVL XML feed.
- getAvlHistoryMaxSize() - Static method in class org.transitime.configData.CoreConfig
-
- getAvlReport() - Method in class org.transitime.avl.AvlClient
-
Returns the AVL report associated with this AvlClient
- getAvlReport(CSVRecord, String) - Static method in class org.transitime.avl.AvlCsvRecord
-
Returns AvlReport that the line in the CSV file represents.
- getAvlReport() - Method in class org.transitime.core.VehicleState
-
Returns the current AvlReport.
- getAvlReports(String) - Static method in class org.transitime.feed.gtfsRt.GtfsRtVehiclePositionsReader
-
Returns list of AvlReports read from GTFS-realtime file
specified by urlString.
- getAvlReportsFromDb(Date, Date, String, String) - Static method in class org.transitime.db.structs.AvlReport
-
Gets list of AvlReports from database for the time span specified.
- getAvlTime() - Method in class org.transitime.core.SpatialMatch
-
Returns the epoch time of the AVL report for which this match was
created.
- getAvlTime() - Method in class org.transitime.db.structs.ArrivalDeparture
-
- getAvlTime() - Method in class org.transitime.db.structs.VehicleEvent
-
- getAvlTime() - Method in class org.transitime.ipc.data.IpcPrediction
-
- getBadAssignmentsInARow() - Method in class org.transitime.core.VehicleState
-
- getBeforeStopDistance() - Static method in class org.transitime.configData.CoreConfig
-
How far a vehicle can be before a stop in meters and be considered to
have arrived.
- getBeforeStopDistance() - Method in class org.transitime.db.structs.StopPath
-
How far a vehicle can be ahead of a stop and be considered to have
arrived.
- getBestMatch(Trip, int) - Method in class org.transitime.core.travelTimes.TravelTimeInfoMap
-
For when don't have historic data for a trip.
- getBestTemporalMatch(VehicleState, List<SpatialMatch>) - Method in class org.transitime.core.TemporalMatcher
-
For the spatial matches passed in determines the one that temporally
makes the most sense.
- getBestTemporalMatchComparedToSchedule(AvlReport, List<SpatialMatch>) - Method in class org.transitime.core.TemporalMatcher
-
From the list of spatial matches passed in, determines which one has the
best valid temporal match.
- getBikesAllowed() - Method in class org.transitime.gtfs.gtfsStructs.GtfsTrip
-
- getBindName(String, String) - Static method in class org.transitime.ipc.rmi.AbstractServer
-
The name that the server object is bound to needs both the classname
to identify the object but also the agencyId since multiple
projects can be running on a machine that uses a single RMI registry.
- getBlock(StandardParameters, String, String) - Method in class org.transitime.api.rootResources.TransitimeApi
-
Handles the "block" command which outputs configuration data for the
specified block ID and service ID.
- getBlock() - Method in class org.transitime.core.SpatialMatch
-
- getBlock() - Method in class org.transitime.core.VehicleState
-
The current block assignment.
- getBlock() - Method in class org.transitime.db.structs.ArrivalDeparture
-
Note that the block is a transient element so will not be available if
this object was read from the database.
- getBlock() - Method in class org.transitime.db.structs.Trip
-
Returns the Block that the Trip is associated with.
- getBlock(String, String) - Method in class org.transitime.gtfs.DbConfig
-
Returns the block specified by the service and block ID parameters.
- getBlock() - Method in class org.transitime.ipc.data.IpcActiveBlock
-
- getBlock(String, String) - Method in interface org.transitime.ipc.interfaces.ConfigInterface
-
Returns block info for specified blockId and serviceId.
- getBlock(String, String) - Method in class org.transitime.ipc.servers.ConfigServer
-
- getBlockAssignment(AvlReport) - Method in class org.transitime.core.BlockAssigner
-
Gets the appropriate block associated with the AvlReport.
- getBlockAssignmentMethod() - Method in class org.transitime.ipc.data.IpcVehicle
-
- getBlockId() - Method in class org.transitime.db.structs.ArrivalDeparture
-
- getBlockId() - Method in class org.transitime.db.structs.Match
-
- getBlockId() - Method in class org.transitime.db.structs.Trip
-
The block_id is an optional element in GTFS trips.txt file.
- getBlockId() - Method in class org.transitime.db.structs.VehicleEvent
-
- getBlockId() - Method in class org.transitime.gtfs.gtfsStructs.GtfsTrip
-
- getBlockId() - Method in class org.transitime.ipc.data.IpcPrediction
-
- getBlockId() - Method in class org.transitime.ipc.data.IpcSchedTrip
-
- getBlockId() - Method in class org.transitime.ipc.data.IpcTrip
-
- getBlockId() - Method in class org.transitime.ipc.data.IpcVehicle
-
- getBlockIds(StandardParameters, String) - Method in class org.transitime.api.rootResources.TransitimeApi
-
Handles the "blockIds" command.
- getBlockIds() - Method in interface org.transitime.ipc.interfaces.ConfigInterface
-
Returns list of block IDs, unsorted, duplicates removed
- getBlockIds(String) - Method in interface org.transitime.ipc.interfaces.ConfigInterface
-
Returns list of block IDs for specified serviceId, unsorted
- getBlockIds() - Method in class org.transitime.ipc.servers.ConfigServer
-
- getBlockIds(String) - Method in class org.transitime.ipc.servers.ConfigServer
-
- getBlocks(StandardParameters, String) - Method in class org.transitime.api.rootResources.TransitimeApi
-
Handles the "blocks" command which outputs configuration data for the
specified block ID.
- getBlocks(Session, int) - Static method in class org.transitime.db.structs.Block
-
Returns list of Block objects for the specified configRev
- getBlocks(String) - Method in class org.transitime.gtfs.DbConfig
-
Returns unmodifiable collection of blocks associated with the specified
serviceId.
- getBlocks() - Method in class org.transitime.gtfs.DbConfig
-
Returns unmodifiable list of blocks for the agency.
- getBlocks() - Method in class org.transitime.gtfs.GtfsData
-
- getBlocks(String) - Method in interface org.transitime.ipc.interfaces.ConfigInterface
-
Returns blocks for each service class for the blockId specified.
- getBlocks(String) - Method in class org.transitime.ipc.servers.ConfigServer
-
- getBlocksAboutToStart(int) - Static method in class org.transitime.core.BlocksInfo
-
Looks at all blocks that are for the current service ID and returns list
of ones that will start within beforeStartTimeSecs.
- getBlocksForAllServiceIds(String) - Method in class org.transitime.gtfs.DbConfig
-
Returns blocks for the specified blockId for all service IDs.
- getBlocksForRoute(String, String) - Method in class org.transitime.gtfs.DbConfig
-
Returns List of Blocks associated with the serviceId and routeId.
- getBlocksForRoute(String) - Method in class org.transitime.gtfs.DbConfig
-
Returns List of Blocks associated with the routeId for all service IDs.
- getBlocksTerse(StandardParameters, String) - Method in class org.transitime.api.rootResources.TransitimeApi
-
Handles the "blocksTerse" command which outputs configuration data for the
specified block ID.
- getBreakTime() - Method in class org.transitime.gtfs.gtfsStructs.GtfsRoute
-
Returns the minimum time that drivers get as a break time for layovers
for the route.
- getBreakTime() - Method in class org.transitime.ipc.data.IpcStopPath
-
- getBreakTimeSec() - Method in class org.transitime.db.structs.StopPath
-
Returns how long driver is expected to have a break for at this stop.
- getCachedOrderedListOfWebAgencies() - Static method in class org.transitime.db.webstructs.WebAgency
-
Gets list of web agencies, ordered by their agency names.
- getCachedWebAgency(String, long) - Static method in class org.transitime.db.webstructs.WebAgency
-
Gets specified WebAgency from the cache.
- getCachedWebAgency(String) - Static method in class org.transitime.db.webstructs.WebAgency
-
Gets specified WebAgency from the cache.
- getCalendarDates(Session, int) - Static method in class org.transitime.db.structs.CalendarDate
-
Returns List of Agency objects for the specified database revision.
- getCalendarDates() - Method in class org.transitime.gtfs.DbConfig
-
Returns list of all calendar dates from the GTFS calendar_dates.txt file.
- getCalendarDates() - Method in class org.transitime.gtfs.GtfsData
-
- getCalendarDatesForNow() - Method in class org.transitime.gtfs.DbConfig
-
Returns CalendarDate for the current day.
- getCalendars(Session, int) - Static method in class org.transitime.db.structs.Calendar
-
Returns List of Calendar objects for the specified database revision.
- getCalendars(String, int) - Static method in class org.transitime.db.structs.Calendar
-
Opens up a new db session and returns Map of Calendar objects for the
specified database revision.
- getCalendars() - Method in class org.transitime.gtfs.DbConfig
-
Returns list of all calendars
- getCalendars() - Method in class org.transitime.gtfs.GtfsData
-
- getCapacity() - Method in class org.transitime.db.structs.VehicleConfig
-
- getCapacity() - Method in class org.transitime.ipc.data.IpcVehicleConfig
-
- getClassName() - Method in class org.transitime.ipc.rmi.RmiStubInfo
-
- getClone(int, double) - Method in class org.transitime.ipc.data.IpcPredictionsForRouteStopDest
-
Gets a copy of this object.
- getClone(int, long, double) - Method in class org.transitime.ipc.data.IpcPredictionsForRouteStopDest
-
Gets a copy of this object.
- getCode() - Method in class org.transitime.db.structs.Stop
-
- getCode() - Method in class org.transitime.ipc.data.IpcStop
-
- getColor() - Method in class org.transitime.db.structs.Route
-
- getColor() - Method in class org.transitime.ipc.data.IpcRouteSummary
-
- getCommandsInterface() - Method in class org.transitime.api.utils.StandardParameters
-
Gets the CommandsInterface for the specified agencyId.
- getCommunicationState() - Method in class org.transitime.avl.calAmp.MiniEventReport
-
- getComplete() - Method in interface org.transitime.ipc.interfaces.VehiclesInterface
-
Gets from server IpcCompleteVehicle info for all vehicles.
- getComplete(String) - Method in interface org.transitime.ipc.interfaces.VehiclesInterface
-
Gets from server IpcCompleteVehicle info for specified vehicle.
- getComplete(Collection<String>) - Method in interface org.transitime.ipc.interfaces.VehiclesInterface
-
Gets from server IpcCompleteVehicle info for vehicles specified by
vehicles parameter.
- getComplete() - Method in class org.transitime.ipc.servers.VehiclesServer
-
- getComplete(String) - Method in class org.transitime.ipc.servers.VehiclesServer
-
- getComplete(Collection<String>) - Method in class org.transitime.ipc.servers.VehiclesServer
-
- getCompleteForRoute(String) - Method in interface org.transitime.ipc.interfaces.VehiclesInterface
-
Gets from server IpcCompleteVehicle info for all vehicles currently.
- getCompleteForRoute(Collection<String>) - Method in interface org.transitime.ipc.interfaces.VehiclesInterface
-
Gets from server IpcCompleteVehicle info for all vehicles currently.
- getCompleteForRoute(String) - Method in class org.transitime.ipc.servers.VehiclesServer
-
- getCompleteForRoute(Collection<String>) - Method in class org.transitime.ipc.servers.VehiclesServer
-
- getConfigInterface() - Method in class org.transitime.api.utils.StandardParameters
-
Gets the ConfigInterface for the specified agencyId.
- getConfigRev() - Method in class org.transitime.db.structs.ActiveRevisions
-
- getConfigRev() - Method in class org.transitime.db.structs.Agency
-
- getConfigRev() - Method in class org.transitime.db.structs.ArrivalDeparture
-
- getConfigRev() - Method in class org.transitime.db.structs.Block
-
- getConfigRev() - Method in class org.transitime.db.structs.Calendar
-
- getConfigRev() - Method in class org.transitime.db.structs.CalendarDate
-
- getConfigRev() - Method in class org.transitime.db.structs.ConfigRevision
-
Getters
- getConfigRev() - Method in class org.transitime.db.structs.FareAttribute
-
- getConfigRev() - Method in class org.transitime.db.structs.FareRule
-
- getConfigRev() - Method in class org.transitime.db.structs.Frequency
-
- getConfigRev() - Method in class org.transitime.db.structs.Match
-
- getConfigRev() - Method in class org.transitime.db.structs.Route
-
- getConfigRev() - Method in class org.transitime.db.structs.Stop
-
- getConfigRev() - Method in class org.transitime.db.structs.StopPath
-
- getConfigRev() - Method in class org.transitime.db.structs.Transfer
-
- getConfigRev() - Method in class org.transitime.db.structs.TravelTimesForStopPath
-
Getter Methods
- getConfigRev() - Method in class org.transitime.db.structs.TravelTimesForTrip
-
Getter Methods
- getConfigRev() - Method in class org.transitime.db.structs.Trip
-
- getConfigRev() - Method in class org.transitime.db.structs.TripPattern
-
- getConfigRev() - Method in class org.transitime.gtfs.DbConfig
-
Returns the database revision of the configuration data that was read in.
- getConfigRev() - Method in class org.transitime.ipc.data.IpcBlock
-
- getConfigRev() - Method in class org.transitime.ipc.data.IpcStopPath
-
- getConfigRev() - Method in class org.transitime.ipc.data.IpcTrip
-
- getConfigRev() - Method in class org.transitime.ipc.data.IpcTripPattern
-
- getConfigRevision() - Method in class org.transitime.gtfs.GtfsData
-
Returns information about the current revision.
- getConnection(String, String, String, String, String) - Static method in class org.transitime.db.GenericQuery
-
Gets a database connection to be used for the query
- getContainsId() - Method in class org.transitime.db.structs.FareRule
-
- getContainsId() - Method in class org.transitime.gtfs.gtfsStructs.GtfsFareRule
-
- getCount(String) - Static method in class org.transitime.ipc.rmi.RmiCallInvocationHandler
-
For specified agency returns how many outstanding RMI calls are currently
being processed by the agency server.
- getCreationTime() - Method in class org.transitime.db.structs.Prediction
-
- getCreationTime() - Method in class org.transitime.ipc.data.IpcPrediction
-
- getCrushCapacity() - Method in class org.transitime.db.structs.VehicleConfig
-
- getCrushCapacity() - Method in class org.transitime.ipc.data.IpcVehicleConfig
-
- getCsvString(String, String) - Static method in class org.transitime.db.GenericCsvQuery
-
Runs a query and returns result as a CSV string.
- getCurrencyType() - Method in class org.transitime.db.structs.FareAttribute
-
- getCurrencyType() - Method in class org.transitime.gtfs.gtfsStructs.GtfsFareAttribute
-
- getCurrentCalendars(StandardParameters) - Method in class org.transitime.api.rootResources.TransitimeApi
-
For getting calendars that are currently active.
- getCurrentCalendars(long) - Method in class org.transitime.core.ServiceUtils
-
Finds the calendars that are currently active.
- getCurrentCalendars() - Method in class org.transitime.gtfs.DbConfig
-
Returns list of calendars that are currently active
- getCurrentCalendars() - Method in interface org.transitime.ipc.interfaces.ConfigInterface
-
Returns list of Calendar objects that are currently active.
- getCurrentCalendars() - Method in class org.transitime.ipc.servers.ConfigServer
-
- getCurrentlyActiveBlocks() - Static method in class org.transitime.core.BlocksInfo
-
Returns list of blocks that are currently active.
- getCurrentlyActiveBlocks(Collection<String>, Set<String>, int, int) - Static method in class org.transitime.core.BlocksInfo
-
Returns list of blocks that are currently active for the specified
routes.
- getCurrentServiceIds(StandardParameters) - Method in class org.transitime.api.rootResources.TransitimeApi
-
Handles the currentServiceIds command.
- getCurrentServiceIds() - Method in class org.transitime.gtfs.DbConfig
-
Returns list of service IDs that are currently active
- getCurrentServiceIds() - Method in interface org.transitime.ipc.interfaces.ConfigInterface
-
Returns list of service IDs, unsorted
- getCurrentServiceIds() - Method in class org.transitime.ipc.servers.ConfigServer
-
- getDataDbLogger(String, boolean, boolean) - Static method in class org.transitime.db.hibernate.DataDbLogger
-
Factory method.
- getDate() - Method in class org.transitime.db.structs.ArrivalDeparture
-
- getDate() - Method in class org.transitime.db.structs.AvlReport
-
- getDate() - Method in class org.transitime.db.structs.CalendarDate
-
The epoch start time of midnight, the beginning of the day.
- getDate() - Method in class org.transitime.db.structs.Match
-
- getDate() - Method in class org.transitime.gtfs.gtfsStructs.GtfsCalendarDate
-
- getDayOfWeek(Date) - Method in class org.transitime.core.ServiceUtils
-
Returns day of the week.
- getDayOfYear(Date) - Method in class org.transitime.utils.Time
-
Returns day of year.
- getDaysOfWeekOverride() - Method in class org.transitime.db.structs.TravelTimesForStopPath
-
- getDbConfig() - Method in class org.transitime.applications.Core
-
Makes the config data available to all
- getDbEncryptedPassword() - Method in class org.transitime.db.webstructs.WebAgency
-
- getDbHost() - Static method in class org.transitime.configData.DbSetupConfig
-
- getDbHost() - Method in class org.transitime.db.webstructs.WebAgency
-
- getDbLogger() - Method in class org.transitime.applications.Core
-
Returns the DataDbLogger for logging data to db.
- getDbName() - Static method in class org.transitime.configData.DbSetupConfig
-
- getDbName() - Method in class org.transitime.db.webstructs.WebAgency
-
Returns name of the db for the agency
- getDbPassword() - Static method in class org.transitime.configData.DbSetupConfig
-
- getDbPassword() - Method in class org.transitime.db.webstructs.WebAgency
-
- getDbType() - Static method in class org.transitime.configData.DbSetupConfig
-
- getDbType() - Method in class org.transitime.db.webstructs.WebAgency
-
- getDbUserName() - Static method in class org.transitime.configData.DbSetupConfig
-
- getDbUserName() - Method in class org.transitime.db.webstructs.WebAgency
-
- getDeadheadingShortVersusLongDistance() - Static method in class org.transitime.configData.CoreConfig
-
For determining if enough time to deadhead to beginning of a trip.
- getDefaultBreakTimeSec() - Static method in class org.transitime.configData.CoreConfig
-
How far a vehicle can be past a stop in meters and still be considered at
the stop.
- getDeleteFirstStopFromRoutesStr() - Method in class org.transitime.gtfs.gtfsStructs.GtfsStop
-
Returns ":" separated string indicate route short names where this
stop should not be included in the trips if it is the first stop
of a trip.
- getDeleteFromRoutesStr() - Method in class org.transitime.gtfs.gtfsStructs.GtfsStop
-
Returns ":" separated string indicate route short names where this
stop should not be included in the trips.
- getDepartureMaxTimeSecs() - Method in class org.transitime.gtfs.gtfsStructs.GtfsExtendedStopTime
-
- getDepartureMinTimeSecs() - Method in class org.transitime.gtfs.gtfsStructs.GtfsExtendedStopTime
-
- getDepartureNumberDatapoints() - Method in class org.transitime.gtfs.gtfsStructs.GtfsExtendedStopTime
-
- getDepartureOrigTimeSecs() - Method in class org.transitime.gtfs.gtfsStructs.GtfsExtendedStopTime
-
- getDepartureStdDev() - Method in class org.transitime.gtfs.gtfsStructs.GtfsExtendedStopTime
-
- getDepartureTime() - Method in class org.transitime.db.structs.ScheduleTime
-
Time of day in seconds.
- getDepartureTime() - Method in class org.transitime.ipc.data.IpcSchedTimes
-
- getDepartureTimeSecs() - Method in class org.transitime.gtfs.gtfsStructs.GtfsStopTime
-
- getDescription() - Method in class org.transitime.config.ConfigValue
-
Returns the description of the parameter.
- getDescription() - Method in class org.transitime.db.structs.Route
-
- getDescription() - Method in class org.transitime.db.structs.VehicleConfig
-
- getDescription() - Method in class org.transitime.db.structs.VehicleEvent
-
- getDescription() - Method in class org.transitime.db.webstructs.ApiKey
-
- getDescription() - Method in class org.transitime.ipc.data.IpcVehicleConfig
-
- getDestinationId() - Method in class org.transitime.db.structs.FareRule
-
- getDestinationId() - Method in class org.transitime.gtfs.gtfsStructs.GtfsFareRule
-
- getDestinationId() - Method in class org.transitime.ipc.data.IpcVehicleComplete
-
- getDirectionId() - Method in class org.transitime.core.predAccuracy.PredAccuracyPrediction
-
- getDirectionId() - Method in class org.transitime.db.structs.ArrivalDeparture
-
- getDirectionId() - Method in class org.transitime.db.structs.PredictionAccuracy
-
- getDirectionId() - Method in class org.transitime.db.structs.Trip
-
- getDirectionId() - Method in class org.transitime.db.structs.TripPattern
-
Optional element direction_id specified in trips.txt GTFS file.
- getDirectionId() - Method in class org.transitime.gtfs.gtfsStructs.GtfsTrip
-
- getDirectionId() - Method in class org.transitime.ipc.data.IpcDirection
-
- getDirectionId() - Method in class org.transitime.ipc.data.IpcPredictionsForRouteStopDest
-
- getDirectionId() - Method in class org.transitime.ipc.data.IpcSchedule
-
- getDirectionId() - Method in class org.transitime.ipc.data.IpcStop
-
- getDirectionId() - Method in class org.transitime.ipc.data.IpcTrip
-
- getDirectionId() - Method in class org.transitime.ipc.data.IpcTripPattern
-
- getDirectionId() - Method in class org.transitime.ipc.data.IpcVehicle
-
- getDirectionIds() - Method in class org.transitime.db.structs.Route
-
Returns list of direction IDs for the route.
- getDirectionName() - Method in class org.transitime.ipc.data.IpcSchedule
-
- getDirections() - Method in class org.transitime.ipc.data.IpcDirectionsForRoute
-
- getDirectionTitle() - Method in class org.transitime.ipc.data.IpcDirection
-
- getDistanceAlongSegment() - Method in class org.transitime.core.SpatialMatch
-
- getDistanceAlongSegment() - Method in class org.transitime.db.structs.Match
-
- getDistanceAlongStopPath() - Method in class org.transitime.core.SpatialMatch
-
Travel distance along current path.
- getDistanceAlongStopPath() - Method in class org.transitime.db.structs.Match
-
- getDistanceAlongTrip() - Method in class org.transitime.ipc.data.IpcVehicleComplete
-
- getDistanceBetweenAvlsForInitialMatchingWithoutHeading() - Static method in class org.transitime.configData.CoreConfig
-
For initial matching vehicle to assignment when there isn't any heading
information.
- getDistanceFromEndOfBlockForInitialMatching() - Static method in class org.transitime.configData.CoreConfig
-
For initial matching of vehicle to block assignment.
- getDistanceFromLastStopForEndMatching() - Static method in class org.transitime.configData.CoreConfig
-
How close vehicle needs to be from the last stop of the block such that
the next AVL report should possibly be considered to match to the end of
the block.
- getDistanceFromLayoverForEarlyDeparture() - Static method in class org.transitime.configData.CoreConfig
-
How far along path past a layover stop a vehicle needs to be in order for
it to be considered an early departure instead of just moving around
within the layover.
- getDistanceOfNextStopFromTripStart() - Method in class org.transitime.ipc.data.IpcVehicleComplete
-
- getDistanceRemainingInStopPath() - Method in class org.transitime.core.SpatialMatch
-
How far still to travel to end of path.
- getDistanceToNextStop() - Method in class org.transitime.ipc.data.IpcVehicleComplete
-
- getDistanceToSegment() - Method in class org.transitime.core.SpatialMatch
-
- getDistanceToStop() - Method in class org.transitime.ipc.data.IpcPredictionsForRouteStopDest
-
Distance from location to the stop if getting predictions
by location.
- getDriverId() - Method in class org.transitime.db.structs.AvlReport
-
- getDriverId() - Method in class org.transitime.ipc.data.IpcAvl
-
- getDriverId() - Method in class org.transitime.ipc.data.IpcPrediction
-
Returns the driver ID if it is available.
- getDropOffType() - Method in class org.transitime.gtfs.gtfsStructs.GtfsStopTime
-
- getEarlyToLateRatio() - Static method in class org.transitime.configData.CoreConfig
-
How much worse it is for a vehicle to be early as opposed to late when
determining schedule adherence.
- getEmail() - Method in class org.transitime.db.webstructs.ApiKey
-
- getEndDate() - Method in class org.transitime.db.structs.Calendar
-
End of the last day of service.
- getEndDate() - Method in class org.transitime.gtfs.gtfsStructs.GtfsCalendar
-
End of the last day of service.
- getEndDate() - Method in class org.transitime.ipc.data.IpcCalendar
-
- getEndDateStr() - Method in class org.transitime.db.structs.Calendar
-
- getEndOfPathLocation() - Method in class org.transitime.db.structs.StopPath
-
Returns the end of the path, which is where the stop is.
- getEndTime() - Method in class org.transitime.db.structs.Block
-
- getEndTime() - Method in class org.transitime.db.structs.Frequency
-
- getEndTime() - Method in class org.transitime.db.structs.Trip
-
Returns arrival time of last stop of trip.
- getEndTime() - Method in class org.transitime.gtfs.gtfsStructs.GtfsFrequency
-
- getEndTime() - Method in class org.transitime.ipc.data.IpcBlock
-
- getEndTime() - Method in class org.transitime.ipc.data.IpcTrip
-
- getEpochTime() - Method in class org.transitime.avl.calAmp.MiniEventReport
-
Actually the message time, not the true GPS fix time, but it should be
the same.
- getEpochTime(int, Date) - Method in class org.transitime.utils.Time
-
Converts secondsIntoDay into an epoch time.
- getEpochTime(int, long) - Method in class org.transitime.utils.Time
-
Converts secondsIntoDay into an epoch time.
- getErrors() - Static method in class org.transitime.gtfs.GtfsLoggingAppender
-
- getEventCode() - Method in class org.transitime.avl.calAmp.MiniEventReport
-
- getEventType() - Method in class org.transitime.db.structs.VehicleEvent
-
- getExactTimes() - Method in class org.transitime.db.structs.Frequency
-
The exact_times field determines if frequency-based trips should be
exactly scheduled based on the specified headway information.
- getExactTimes() - Method in class org.transitime.gtfs.gtfsStructs.GtfsFrequency
-
- getExceptionType() - Method in class org.transitime.db.structs.CalendarDate
-
Note that is probably more clear to use addService() since
that way don't need to know what valid values of exception_type
are in GTFS.
- getExceptionType() - Method in class org.transitime.gtfs.gtfsStructs.GtfsCalendarDate
-
- getExtent() - Method in class org.transitime.db.structs.Agency
-
- getExtent() - Method in class org.transitime.db.structs.Route
-
- getExtent() - Method in class org.transitime.db.structs.TripPattern
-
The extent of all of the stops that make up the trip pattern
- getExtent() - Method in class org.transitime.ipc.data.IpcRouteSummary
-
- getExtent() - Method in class org.transitime.ipc.data.IpcTripPattern
-
- getFareAttributes(Session, int) - Static method in class org.transitime.db.structs.FareAttribute
-
Returns List of FareAttribute objects for the specified database revision.
- getFareAttributes() - Method in class org.transitime.gtfs.GtfsData
-
- getFareId() - Method in class org.transitime.db.structs.FareAttribute
-
- getFareId() - Method in class org.transitime.db.structs.FareRule
-
- getFareId() - Method in class org.transitime.gtfs.gtfsStructs.GtfsFareAttribute
-
- getFareId() - Method in class org.transitime.gtfs.gtfsStructs.GtfsFareRule
-
- getFareRules(Session, int) - Static method in class org.transitime.db.structs.FareRule
-
Returns List of FareRule objects for the specified database revision.
- getFareRules() - Method in class org.transitime.gtfs.GtfsData
-
- getFareUrl() - Method in class org.transitime.db.structs.Agency
-
- getFeedEndDate() - Method in class org.transitime.gtfs.gtfsStructs.GtfsFeedInfo
-
- getFeedLang() - Method in class org.transitime.gtfs.gtfsStructs.GtfsFeedInfo
-
- getFeedPublisherName() - Method in class org.transitime.gtfs.gtfsStructs.GtfsFeedInfo
-
- getFeedPublisherUrl() - Method in class org.transitime.gtfs.gtfsStructs.GtfsFeedInfo
-
- getFeedStartDate() - Method in class org.transitime.gtfs.gtfsStructs.GtfsFeedInfo
-
- getFeedVersion() - Method in class org.transitime.gtfs.gtfsStructs.GtfsFeedInfo
-
- getField1Name() - Method in class org.transitime.db.structs.AvlReport
-
- getField1Value() - Method in class org.transitime.db.structs.AvlReport
-
- getFile(String, String) - Static method in class org.transitime.gtfs.HttpGetGtfsFile
-
Main entry point to class.
- getFile() - Method in class org.transitime.utils.HttpGetFile
-
Actually gets and stores the file.
- getFileName() - Method in class org.transitime.utils.csv.CsvBase
-
- getFileName() - Method in class org.transitime.utils.csv.CsvBaseReader
-
- getFirstAgency() - Method in class org.transitime.gtfs.DbConfig
-
There can be multiple agencies but usually there will be just one.
- getFixEpochTime() - Method in class org.transitime.avl.TaipGpsLocation
-
- getFixStatus() - Method in class org.transitime.avl.calAmp.MiniEventReport
-
- getFixStatusStr() - Method in class org.transitime.avl.calAmp.MiniEventReport
-
Returns string representing the error status of the fix.
- getForRoute(String) - Method in interface org.transitime.ipc.interfaces.VehiclesInterface
-
Gets from server IpcVehicle info for all vehicles currently.
- getForRoute(Collection<String>) - Method in interface org.transitime.ipc.interfaces.VehiclesInterface
-
Gets from server IpcVehicle info for all vehicles currently.
- getForRoute(String) - Method in class org.transitime.ipc.servers.VehiclesServer
-
- getForRoute(Collection<String>) - Method in class org.transitime.ipc.servers.VehiclesServer
-
- getFrequencies(Session, int) - Static method in class org.transitime.db.structs.Frequency
-
Returns List of Frequency objects for the specified database revision.
- getFrequencies() - Method in class org.transitime.gtfs.GtfsData
-
Returns collection of all the Frequency objects.
- getFrequencyList(String) - Method in class org.transitime.gtfs.GtfsData
-
- getFriday() - Method in class org.transitime.db.structs.Calendar
-
- getFriday() - Method in class org.transitime.gtfs.gtfsStructs.GtfsCalendar
-
- getFromStopId() - Method in class org.transitime.db.structs.Transfer
-
- getFromStopId() - Method in class org.transitime.gtfs.gtfsStructs.GtfsTransfer
-
- getFullFileName() - Method in class org.transitime.utils.HttpGetFile
-
Simply a getter.
- getGpsSourceStr() - Method in class org.transitime.avl.TaipGpsLocation
-
- getGpsTime() - Method in class org.transitime.ipc.data.IpcVehicle
-
GPS epoch time in msec.
- getGpsTime() - Method in class org.transitime.worldbank.gtfsRtExample.VehicleData
-
- getGtfsRealtime() - Method in interface org.transitime.ipc.interfaces.VehiclesInterface
-
Gets from server IpcCompleteVehicle info for all vehicles.
- getGtfsRealtime() - Method in class org.transitime.ipc.servers.VehiclesServer
-
- getGtfsRealtimeTripFeed(StandardParameters, String) - Method in class org.transitime.api.rootResources.GtfsRealtimeApi
-
For getting GTFS-realtime Vehicle Positions data for all vehicles.
- getGtfsRealtimeURI() - Static method in class org.transitime.avl.GtfsRealtimeModule
-
Configurable Parameters for this module
- getGtfsRealtimeURIs() - Static method in class org.transitime.avl.BatchGtfsRealtimeModule
-
Configurable Parameters for this module
- getGtfsRealtimeVehiclePositionsFeed(StandardParameters, String) - Method in class org.transitime.api.rootResources.GtfsRealtimeApi
-
For getting GTFS-realtime Vehicle Positions data for all vehicles.
- getGtfsRoute(String) - Method in class org.transitime.gtfs.GtfsData
-
- getGtfsRoutesMap() - Method in class org.transitime.gtfs.GtfsData
-
- getGtfsStop(String) - Method in class org.transitime.gtfs.GtfsData
-
- getGtfsStopSeq() - Method in class org.transitime.db.structs.StopPath
-
The stop_sequence for the trip from the GTFS stop_times.txt file
- getGtfsStopSeq() - Method in class org.transitime.ipc.data.IpcPrediction
-
- getGtfsStopSeq() - Method in class org.transitime.ipc.data.IpcStopPath
-
- getGtfsStopTimesForTrip(String) - Method in class org.transitime.gtfs.GtfsData
-
Returns list of GtfsStopTimes for the trip specified
- getGtfsTrip(String) - Method in class org.transitime.gtfs.GtfsData
-
- getHeading() - Method in class org.transitime.avl.calAmp.MiniEventReport
-
- getHeading() - Method in class org.transitime.avl.NmeaGpsLocation
-
- getHeading() - Method in class org.transitime.avl.TaipGpsLocation
-
- getHeading() - Method in class org.transitime.core.VehicleState
-
Normally uses the heading from getPathHeading().
- getHeading() - Method in class org.transitime.db.structs.AvlReport
-
Heading of vehicles in degrees.
- getHeading() - Method in class org.transitime.db.structs.VectorWithHeading
-
- getHeading() - Method in class org.transitime.ipc.data.IpcAvl
-
- getHeading() - Method in class org.transitime.ipc.data.IpcVehicle
-
Returns number of degrees clockwise from due North.
- getHeading() - Method in class org.transitime.worldbank.gtfsRtExample.VehicleData
-
- getHeadsign() - Method in class org.transitime.db.structs.Trip
-
The trip_headsign value from the trips.txt file.
- getHeadsign() - Method in class org.transitime.db.structs.TripPattern
-
Usually from the trip_headsign from the trips.txt file
- getHeadsign() - Method in class org.transitime.ipc.data.IpcPredictionsForRouteStopDest
-
- getHeadsign() - Method in class org.transitime.ipc.data.IpcShape
-
- getHeadsign() - Method in class org.transitime.ipc.data.IpcTrip
-
- getHeadsign() - Method in class org.transitime.ipc.data.IpcTripPattern
-
- getHeadsign() - Method in class org.transitime.ipc.data.IpcVehicle
-
- getHeadwaySecs() - Method in class org.transitime.db.structs.Frequency
-
- getHeadwaySecs() - Method in class org.transitime.gtfs.gtfsStructs.GtfsFrequency
-
Value of 0 means that there is no predetermined frequency.
- getHibernateConfigFileName() - Static method in class org.transitime.configData.DbSetupConfig
-
So that have flexibility with where the hibernate config file is.
- getHidden() - Method in class org.transitime.gtfs.gtfsStructs.GtfsRoute
-
Returns if route should be hidden from user interface
for the public.
- getHidden() - Method in class org.transitime.gtfs.gtfsStructs.GtfsStop
-
Specifies if stop should be hidden from the public user interface.
- getHornetqServerURL() - Static method in class org.transitime.ipc.jms.JMSWrapper
-
- getHostName() - Method in class org.transitime.db.webstructs.WebAgency
-
- getHostName() - Method in class org.transitime.ipc.rmi.RmiStubInfo
-
Returns the RMI hostname.
- getHostNameViaUpdatedCache() - Method in class org.transitime.ipc.rmi.RmiStubInfo
-
Intended for when communication was working but now is not in that this
method will get updated hostname data from db if cache is somewhat old.
- getHowSet() - Method in class org.transitime.db.structs.TravelTimesForStopPath
-
- getId() - Method in class org.transitime.api.data.ApiActiveBlock
-
- getID() - Method in class org.transitime.config.ConfigValue
-
Returns the ID of the parameter.
- getId() - Method in class org.transitime.db.structs.Agency
-
Note that this method returns the GTFS agency_id which is usually
different from the Transitime agencyId
- getId() - Method in class org.transitime.db.structs.Block
-
- getId() - Method in class org.transitime.db.structs.Route
-
- getId() - Method in class org.transitime.db.structs.Stop
-
- getId() - Method in class org.transitime.db.structs.StopPath
-
- getId() - Method in class org.transitime.db.structs.Trip
-
- getId() - Method in class org.transitime.db.structs.TripPattern
-
- getId() - Method in class org.transitime.db.structs.VehicleConfig
-
- getId() - Method in class org.transitime.ipc.data.IpcBlock
-
- getId() - Method in class org.transitime.ipc.data.IpcRouteSummary
-
- getId() - Method in class org.transitime.ipc.data.IpcStop
-
- getId() - Method in class org.transitime.ipc.data.IpcTrip
-
- getId() - Method in class org.transitime.ipc.data.IpcTripPattern
-
- getId() - Method in class org.transitime.ipc.data.IpcVehicle
-
- getId() - Method in class org.transitime.ipc.data.IpcVehicleConfig
-
- getIndexInBlock() - Method in class org.transitime.db.structs.Trip
-
Returns the index of the trip in the block.
- getIndices() - Method in class org.transitime.core.SpatialMatch
-
Returns copy of the indices of the match as an Indices object.
- getIndicesForDistanceBeforeMatch(double) - Method in class org.transitime.core.SpatialMatch
-
Determines the indices for the position the specified distance before
this match.
- getInputs() - Method in class org.transitime.avl.calAmp.MiniEventReport
-
- getInstance() - Static method in class org.transitime.api.utils.UsageValidator
-
Get singleton instance.
- getInstance() - Static method in class org.transitime.applications.Core
-
For obtaining singleton Core object
- getInstance() - Static method in class org.transitime.avl.AvlExecutor
-
Returns singleton instance.
- getInstance() - Static method in class org.transitime.core.ArrivalDepartureGeneratorFactory
-
Member Functions
- getInstance() - Static method in class org.transitime.core.AvlProcessor
-
Returns the singleton AvlProcessor
- getInstance() - Static method in class org.transitime.core.BlockAssigner
-
Returns the BlockAssigner singleton
- getInstance() - Static method in class org.transitime.core.dataCache.PredictionDataCache
-
Returns singleton object for this class.
- getInstance() - Static method in class org.transitime.core.dataCache.VehicleDataCache
-
Gets the singleton instance of this class.
- getInstance() - Static method in class org.transitime.core.dataCache.VehicleStateManager
-
Returns the singleton VehicleStateManager
- getInstance() - Static method in class org.transitime.core.HeadwayGeneratorFactory
-
Member Functions
- getInstance() - Static method in class org.transitime.core.MatchProcessor
-
Returns singleton MatchProcessor
- getInstance() - Static method in class org.transitime.core.PredictionGeneratorFactory
-
Member Functions
- getInstance() - Static method in class org.transitime.core.TemporalMatcher
-
Returns the TemporalMatcher singleton
- getInstance() - Static method in class org.transitime.core.TravelTimes
-
Returns singleton MatchProcessor
- getInstance() - Static method in class org.transitime.db.webstructs.ApiKeyManager
-
Get singleton instance.
- getInstance(String, Class<T>) - Static method in class org.transitime.ipc.rmi.ClientFactory
-
This serves as a factory class For a Remote object.
- getInstance(String) - Static method in class org.transitime.ipc.rmi.HelloServer
-
- getInstance(String) - Static method in class org.transitime.monitoring.AgencyMonitor
-
Returns the AgencyMonitor for the specified agencyId.
- getIpcSchedTrips() - Method in class org.transitime.ipc.data.IpcSchedule
-
- getJMSWrapper() - Static method in class org.transitime.ipc.jms.JMSWrapper
-
Creating a JMSWrapper is a heavyweight operation.
- getJson(String, String, String, String) - Static method in class org.transitime.reports.AvlJsonQuery
-
Queries agency for AVL data and returns result as a JSON string.
- getJson() - Method in class org.transitime.reports.ChartJsonBuilder
-
Once done building a JSON object then this method is used to return it as
a string.
- getJson(String, String, String, String, String[], String, String, PredictionAccuracyQuery.IntervalsType, double, double) - Method in class org.transitime.reports.PredAccuracyIntervalQuery
-
Performs the query and returns the data in an JSON string so that it can
be used for a chart.
- getJson(String, String, String, String, String[], String, String, int, int) - Method in class org.transitime.reports.PredAccuracyRangeQuery
-
Performs the query and returns the data in an JSON string so that it can
be used for a chart.
- getJsonString(String, String) - Static method in class org.transitime.reports.ChartGenericJsonQuery
-
Does SQL query and returns JSON formatted results.
- getJsonString(String, String) - Static method in class org.transitime.reports.GenericJsonQuery
-
Does SQL query and returns JSON formatted results.
- getKey() - Method in class org.transitime.api.utils.StandardParameters
-
Simple getter for the key
- getKey(String, Date, String, String) - Method in class org.transitime.core.travelTimes.DataFetcher
-
Returns a key for use in a map.
- getKey() - Method in class org.transitime.db.webstructs.ApiKey
-
- getL1() - Method in class org.transitime.db.structs.Vector
-
Returns the first Location of the Vector
- getL2() - Method in class org.transitime.db.structs.Vector
-
Returns the second Location of the Vector
- getLang() - Method in class org.transitime.db.structs.Agency
-
- getLastArrivalTime() - Method in class org.transitime.core.VehicleState
-
Returns the last stored arrival time so can make sure that departure
times are after the arrival times.
- getLastAvlReport() - Method in class org.transitime.core.AvlProcessor
-
Returns the last regular (non-schedule based) AvlReport.
- getLat() - Method in class org.transitime.avl.calAmp.MiniEventReport
-
- getLat() - Method in class org.transitime.avl.NmeaGpsLocation
-
- getLat() - Method in class org.transitime.db.structs.AvlReport
-
- getLat() - Method in class org.transitime.db.structs.Location
-
- getLat() - Method in class org.transitime.utils.ChinaGpsOffset.LatLon
-
- getLatency() - Method in class org.transitime.db.structs.AvlReport
-
Returns how many msec elapsed between the GPS fix was generated
to the time it was finally processed.
- getLatitude() - Method in class org.transitime.avl.TaipGpsLocation
-
- getLatitude() - Method in class org.transitime.ipc.data.IpcAvl
-
- getLatitude() - Method in class org.transitime.ipc.data.IpcVehicle
-
- getLatitude() - Method in class org.transitime.worldbank.gtfsRtExample.VehicleData
-
- getLayoverDepartureTime() - Method in class org.transitime.ipc.data.IpcVehicle
-
Epoch time of scheduled departure.
- getLayoverDistance() - Static method in class org.transitime.configData.CoreConfig
-
How far vehicle can be away from layover stop and still match to it.
- getlayoverStop() - Method in class org.transitime.gtfs.gtfsStructs.GtfsStop
-
Indicates that vehicle can leave route path before departing this stop
since the driver is taking a break.
- getLazyLoadingSyncObject() - Static method in class org.transitime.db.structs.Block
-
So can sync up loading of trip and trip pattern data when trips are all
read at once in another class as opposed to through Block.getTrips().
- getLeadVehicleId() - Method in class org.transitime.db.structs.AvlReport
-
Returns the ID of the leading vehicle if this is an AVL report for a
non-lead vehicle in a multi-car consist.
- getLength() - Method in class org.transitime.db.structs.StopPath
-
- getLength() - Method in class org.transitime.db.structs.Trip
-
Returns length of the trip from the first terminal to the last.
- getLength() - Method in class org.transitime.db.structs.TripPattern
-
Returns length of the trip from the first terminal to the last.
- getLicensePlate() - Method in class org.transitime.db.structs.AvlReport
-
- getLicensePlate() - Method in class org.transitime.ipc.data.IpcAvl
-
- getLicensePlate() - Method in class org.transitime.ipc.data.IpcVehicle
-
- getLicensePlate() - Method in class org.transitime.worldbank.gtfsRtExample.VehicleData
-
- getLineNumber() - Method in class org.transitime.utils.csv.CsvBase
-
The line number in CSV file that the record came from.
- getLoc() - Method in class org.transitime.db.structs.Stop
-
- getLoc() - Method in class org.transitime.ipc.data.IpcStop
-
- getLocation() - Method in class org.transitime.avl.NmeaGpsLocation
-
- getLocation() - Method in class org.transitime.custom.sfmta.delayTimes.Loc
-
Member Functions
- getLocation() - Method in class org.transitime.db.structs.AvlReport
-
- getLocation(int) - Method in class org.transitime.db.structs.StopPath
-
- getLocation() - Method in class org.transitime.db.structs.VehicleEvent
-
- getLocation() - Method in class org.transitime.gtfs.gtfsStructs.GtfsShape
-
- getLocationOfNextPredictedVehicle() - Method in class org.transitime.ipc.data.IpcRoute
-
- getLocations() - Method in class org.transitime.db.structs.StopPath
-
- getLocations() - Method in class org.transitime.ipc.data.IpcShape
-
- getLocations() - Method in class org.transitime.ipc.data.IpcStopPath
-
- getLocationType() - Method in class org.transitime.gtfs.gtfsStructs.GtfsStop
-
- getLogger() - Static method in class org.transitime.applications.Core
-
Returns the Core logger so that each class doesn't need to create
its own and have it be configured properly.
- getLon() - Method in class org.transitime.avl.calAmp.MiniEventReport
-
- getLon() - Method in class org.transitime.avl.NmeaGpsLocation
-
- getLon() - Method in class org.transitime.db.structs.AvlReport
-
- getLon() - Method in class org.transitime.db.structs.Location
-
- getLon() - Method in class org.transitime.utils.ChinaGpsOffset.LatLon
-
- getLongDistanceDeadheadingSpeed() - Static method in class org.transitime.configData.CoreConfig
-
- getLongestTripPatternForDirection(String) - Method in class org.transitime.db.structs.Route
-
Returns longest trip pattern for the directionId specified.
- getLongestTripPatternForEachDirection() - Method in class org.transitime.db.structs.Route
-
Returns the longest trip pattern for each direction ID for the route.
- getLongitude() - Method in class org.transitime.avl.TaipGpsLocation
-
- getLongitude() - Method in class org.transitime.ipc.data.IpcAvl
-
- getLongitude() - Method in class org.transitime.ipc.data.IpcVehicle
-
- getLongitude() - Method in class org.transitime.worldbank.gtfsRtExample.VehicleData
-
- getMatch() - Method in class org.transitime.core.VehicleState
-
Returns the last temporal match.
- getMatchAdjustedToBeginningOfPath() - Method in class org.transitime.core.SpatialMatch
-
For when need to determine departure time at a stop.
- getMatchAdjustedToEndOfPath() - Method in class org.transitime.core.SpatialMatch
-
For when need to determine arrival time when vehicle matches to a stop.
- getMatchAtJustBeforeNextStop() - Method in class org.transitime.core.SpatialMatch
-
Returns a SpatialMatch that corresponds to just before the next stop.
- getMatchAtNextStopWithScheduleTime() - Method in class org.transitime.core.SpatialMatch
-
Determines the next StopPath after this match that has a schedule time.
- getMatchAtPreviousStop() - Method in class org.transitime.core.SpatialMatch
-
Returns a SpatialMatch that corresponds to the previous stop.
- getMatchBeforeStopIfAtStop() - Method in class org.transitime.core.SpatialMatch
-
Returns a SpatialMatch that corresponds to the current match but will be
moved to before a stop if the current match is just after the stop.
- getMatches() - Method in class org.transitime.core.VehicleState
-
Returns an unmodifiable list of the match history.
- getMatchesFromDb(String, Date, Date, String, int, int) - Static method in class org.transitime.db.structs.Match
-
Allows batch retrieval of Match data from database.
- getMatchesMap() - Method in class org.transitime.core.travelTimes.DataFetcher
-
Provides the Match data in a map.
- getMatchHistoryMaxSize() - Static method in class org.transitime.configData.CoreConfig
-
- getMaxAllowableDistanceFromSegment() - Method in class org.transitime.db.structs.Route
-
For specifying on a per route basis how far AVL report can be from
segment and still have it be considered a match.
- getMaxAvlLatitude() - Static method in class org.transitime.configData.AvlConfig
-
- getMaxAvlLatitudeParamName() - Static method in class org.transitime.configData.AvlConfig
-
- getMaxAvlLongitude() - Static method in class org.transitime.configData.AvlConfig
-
- getMaxAvlLongitudeParamName() - Static method in class org.transitime.configData.AvlConfig
-
- getMaxAvlSpeed() - Static method in class org.transitime.configData.AvlConfig
-
Max speed that an AVL report is allowed to have.
- getMaxConcurrentCallsPerProject() - Static method in class org.transitime.ipc.rmi.RmiCallInvocationHandler
-
- getMaxDistance() - Method in class org.transitime.gtfs.gtfsStructs.GtfsRoute
-
For specifying on a per route basis how far AVL report can be from
segment and still have it be considered a match.
- getMaxDistanceFromSegment() - Static method in class org.transitime.configData.CoreConfig
-
How far a location can be from a path segment and still be considered
a match.
- getMaxHeadingOffsetFromSegment() - Static method in class org.transitime.configData.CoreConfig
-
How far heading in degrees of vehicle can be away from path segment
and still be considered a match.
- getMaxLat() - Method in class org.transitime.db.structs.Extent
-
- getMaxLon() - Method in class org.transitime.db.structs.Extent
-
- getMaxPredictionsTimeForDbSecs() - Static method in class org.transitime.configData.CoreConfig
-
For determining if prediction should be stored in db.
- getMaxPredictionsTimeSecs() - Static method in class org.transitime.core.PredictionGeneratorDefaultImpl
-
- getMediaType() - Method in class org.transitime.api.utils.StandardParameters
-
Returns the media type to use for the response based on optional accept
header and the optional format specification in the query string of the
URL.
- getMessage() - Method in class org.transitime.db.structs.MonitoringEvent
-
- getMessage() - Method in class org.transitime.monitoring.MonitorBase
-
Returns any message from the last time monitoring was checked.
- getMessage() - Method in class org.transitime.monitoring.MonitorResult
-
- getMessageHeader(byte[], int) - Static method in class org.transitime.avl.calAmp.MessageHeader
-
Reads message header from byte stream
- getMessageTime() - Method in class org.transitime.avl.calAmp.MiniEventReport
-
Actually the message time, not the true GPS fix time, but it should be
the same.
- getMinAvlLatitude() - Static method in class org.transitime.configData.AvlConfig
-
For filtering out bad AVL reports.
- getMinAvlLatitudeParamName() - Static method in class org.transitime.configData.AvlConfig
-
- getMinAvlLongitude() - Static method in class org.transitime.configData.AvlConfig
-
- getMinAvlLongitudeParamName() - Static method in class org.transitime.configData.AvlConfig
-
- getMinDistanceForDelayed() - Static method in class org.transitime.configData.CoreConfig
-
transitime.core.minDistanceForDelayed
- getMinDistanceForNoProgress() - Static method in class org.transitime.configData.CoreConfig
-
- getMiniEventReport(OptionsHeader, MessageHeader, byte[], int) - Static method in class org.transitime.avl.calAmp.MiniEventReport
-
Reads MiniEventReport from byte stream starting at the offset, which should
be just past the message header.
- getMinLat() - Method in class org.transitime.db.structs.Extent
-
- getMinLon() - Method in class org.transitime.db.structs.Extent
-
- getMinTimeBetweenAvlReportsSecs() - Static method in class org.transitime.configData.AvlConfig
-
Minimum allowable time in seconds between AVL reports for a vehicle.
- getMinTransferTime() - Method in class org.transitime.db.structs.Transfer
-
- getMinTransferTime() - Method in class org.transitime.gtfs.gtfsStructs.GtfsTransfer
-
- getMobileId() - Method in class org.transitime.avl.calAmp.OptionsHeader
-
- getMobileIdType() - Method in class org.transitime.avl.calAmp.OptionsHeader
-
The type of Mobile ID being used by the LMU:
0 – OFF
1 – Electronic Serial Number (ESN) of the LMU
2 – International Mobile Equipment Identifier (IMEI) or Electronic Identifier (EID) of the wireless modem
3 – International Mobile Subscriber Identifier (IMSI) of the SIM card (GSM/GPRS devices only)
4 – User Defined Mobile ID
5 – Phone Number of the mobile (if available)
6 – The current IP Address of the LMU
7 - CDMA Mobile Equipment ID (MEID) or International Mobile Equipment Identifier (IMEI) of the wireless modem
- getMonday() - Method in class org.transitime.db.structs.Calendar
-
- getMonday() - Method in class org.transitime.gtfs.gtfsStructs.GtfsCalendar
-
- getMonitoringEvents(String, Date, Date, String) - Static method in class org.transitime.db.structs.MonitoringEvent
-
Reads in all MonitoringEvents from the database that were between the
beginTime and endTime.
- getMonitorResults() - Method in class org.transitime.ipc.data.IpcServerStatus
-
- getMonitorResults() - Method in class org.transitime.monitoring.AgencyMonitor
-
Checks all the monitors for the agency and returns all resulting messages
whether a monitor is triggered or not.
- getMsecsIntoDay(Date) - Method in class org.transitime.utils.Time
-
Converts the epoch time into number of msec into the day.
- getMsecsIntoDay(Date, long) - Method in class org.transitime.utils.Time
-
Returns time of day in msecs.
- getName() - Method in class org.transitime.api.data.ApiActiveBlocksRoute
-
- getName() - Method in class org.transitime.db.structs.Agency
-
- getName() - Method in class org.transitime.db.structs.Route
-
- getName() - Method in class org.transitime.db.structs.Stop
-
- getName() - Method in class org.transitime.ipc.data.IpcRouteSummary
-
- getName() - Method in class org.transitime.ipc.data.IpcStop
-
- getNearbyAgencies(double, double, double) - Static method in class org.transitime.api.predsByLoc.PredsByLoc
-
Returns list of agencies that are with the specified distance of the
latitude and longitude.
- getNextPart() - Method in class org.transitime.avl.calAmp.MessageHeader
-
Returns offset in byte stream of where the message header starts.
- getNextPart() - Method in class org.transitime.avl.calAmp.OptionsHeader
-
Returns offset in byte stream of where the message header starts.
- getNextStopId() - Method in class org.transitime.ipc.data.IpcVehicle
-
- getNextStopName() - Method in class org.transitime.ipc.data.IpcVehicle
-
- getNotes() - Method in class org.transitime.db.structs.ConfigRevision
-
- getNumberSatellites() - Method in class org.transitime.avl.calAmp.MiniEventReport
-
- getNumberSegments() - Method in class org.transitime.db.structs.StopPath
-
- getNumberStopPaths() - Method in class org.transitime.db.structs.Trip
-
Returns number of stop paths defined for this trip.
- getNumberStopPaths() - Method in class org.transitime.db.structs.TripPattern
-
Returns the number of stopPaths/stops configured.
- getNumberTravelTimeSegments() - Method in class org.transitime.db.structs.TravelTimesForStopPath
-
- getOperatingSystemValue(String) - Static method in class org.transitime.monitoring.SystemMemoryMonitor
-
Gets an operating system value via reflection.
- getOptionalModules() - Static method in class org.transitime.configData.CoreConfig
-
The semicolon separated list of names of all of the modules that should
be automatically started.
- getOptionsHeader(byte[]) - Static method in class org.transitime.avl.calAmp.OptionsHeader
-
Reads options header from byte stream
- getOrderedStopsByDirection() - Method in class org.transitime.db.structs.Route
-
For each GTFS direction ID returns list of stops that in the appropriate
order for the direction.
- getOriginId() - Method in class org.transitime.db.structs.FareRule
-
- getOriginId() - Method in class org.transitime.gtfs.gtfsStructs.GtfsFareRule
-
- getOriginStopId() - Method in class org.transitime.ipc.data.IpcVehicleComplete
-
- getParentRouteId() - Method in class org.transitime.gtfs.gtfsStructs.GtfsRoute
-
Some agencies create several entries for a single route.
- getParentStation() - Method in class org.transitime.gtfs.gtfsStructs.GtfsStop
-
- getPassengerCount() - Method in class org.transitime.db.structs.AvlReport
-
Returns the passenger count, as obtained from AVL feed.
- getPassengerCount() - Method in class org.transitime.ipc.data.IpcAvl
-
- getPassengerCount() - Method in class org.transitime.ipc.data.IpcPrediction
-
Returns the passenger count as obtained from the AVL feed.
- getPassengerFullness() - Method in class org.transitime.db.structs.AvlReport
-
Fraction indicating how full a vehicle is.
- getPath(String, String) - Method in class org.transitime.gtfs.GtfsData
-
Returns the StopPath for the specified tripPatternId and pathId.
- getPathData() - Static method in class org.transitime.custom.missionBay.MissionBayConfig
-
Defines the path data for all routes and puts it into the shapeIdsMap.
- getPathHeading() - Method in class org.transitime.core.VehicleState
-
Determines the heading of the vector that defines the stop path segment
that the vehicle is currently on.
- getPathLength() - Method in class org.transitime.ipc.data.IpcStopPath
-
- getPathMapKey(String, String) - Static method in class org.transitime.gtfs.GtfsData
-
For use with pathsMap member.
- getPaths(Session, int) - Static method in class org.transitime.db.structs.StopPath
-
Returns List of StopPath objects for the specified database revision.
- getPaths() - Method in class org.transitime.gtfs.GtfsData
-
- getPathSegments() - Method in class org.transitime.db.structs.Route
-
Returns unordered collection of path vectors associated with route
- getPathStopTime(int, int) - Method in class org.transitime.db.structs.Block
-
Returns the time in msec for how long expected to be at the stop
at the end of the stop path.
- getPaymentMethod() - Method in class org.transitime.db.structs.FareAttribute
-
- getPaymentMethod() - Method in class org.transitime.gtfs.gtfsStructs.GtfsFareAttribute
-
- getPhone() - Method in class org.transitime.db.structs.Agency
-
- getPhone() - Method in class org.transitime.db.webstructs.ApiKey
-
- getPickupType() - Method in class org.transitime.gtfs.gtfsStructs.GtfsStopTime
-
- getPid() - Static method in class org.transitime.monitoring.PidFile
-
Returns the PID of the process.
- getPidFileDirectory() - Static method in class org.transitime.configData.CoreConfig
-
- getPossiblyCachedMessage(String, int) - Static method in class org.transitime.api.gtfsRealtime.GtfsRtTripFeed
-
For caching Vehicle Positions feed messages.
- getPossiblyCachedMessage(String, int) - Static method in class org.transitime.api.gtfsRealtime.GtfsRtVehicleFeed
-
For caching Vehicle Positions feed messages.
- getPredictedTime() - Method in class org.transitime.core.predAccuracy.PredAccuracyPrediction
-
- getPredictedTime() - Method in class org.transitime.db.structs.PredictionAccuracy
-
- getPredictionAccuracyMsecs() - Method in class org.transitime.db.structs.PredictionAccuracy
-
- getPredictionForVehicle(String, String, String) - Method in class org.transitime.core.dataCache.PredictionDataCache
-
Gets predictions for specified route/stop and returns the first one for
the specified vehicle.
- getPredictionLengthMsecs() - Method in class org.transitime.db.structs.PredictionAccuracy
-
- getPredictionReadTime() - Method in class org.transitime.core.predAccuracy.PredAccuracyPrediction
-
- getPredictionReadTime() - Method in class org.transitime.db.structs.PredictionAccuracy
-
- getPredictions(StandardParameters, List<String>, int) - Method in class org.transitime.api.rootResources.TransitimeApi
-
Handles "predictions" command.
- getPredictions(StandardParameters, Double, Double, double, int) - Method in class org.transitime.api.rootResources.TransitimeApi
-
Handles "predictionsByLoc" command.
- getPredictions(StandardParameters, Double, Double, double, int) - Method in class org.transitime.api.rootResources.TransitimeNonAgencyApi
-
For "predictionsByLoc" command when want to return data for any agency instead of
a single specific one.
- getPredictions(String, String, String, int, double) - Method in class org.transitime.core.dataCache.PredictionDataCache
-
Returns copy of the PredictionsForRouteStop object.
- getPredictions(String, String, String, int) - Method in class org.transitime.core.dataCache.PredictionDataCache
-
Returns copy of the PredictionsForRouteStop object.
- getPredictions(String, String, String) - Method in class org.transitime.core.dataCache.PredictionDataCache
-
Returns copy of all predictions currently associated with the stop.
- getPredictions(String, String) - Method in class org.transitime.core.dataCache.PredictionDataCache
-
Returns copy of all predictions currently associated with the stop.
- getPredictions(List<PredictionsInterface.RouteStop>, int) - Method in class org.transitime.core.dataCache.PredictionDataCache
-
Returns copy of List
objects for each route/stop
specified.
- getPredictions(List<PredictionsInterface.RouteStop>) - Method in class org.transitime.core.dataCache.PredictionDataCache
-
Returns copy of all predictions currently associated for each route/stop specified.
- getPredictions() - Method in class org.transitime.core.VehicleState
-
Gets the current list of predictions for the vehicle.
- getPredictionsForRouteStop() - Method in class org.transitime.ipc.data.IpcPredictionsForRouteStopDest
-
- getPredictionsInterface() - Method in class org.transitime.api.utils.StandardParameters
-
Gets the PredictionsInterface for the agencyId specified as part of the
standard parameters.
- getPredictionSource() - Method in class org.transitime.db.structs.PredictionAccuracy
-
- getPredictionTime() - Method in class org.transitime.db.structs.Prediction
-
- getPredictionTime() - Method in class org.transitime.ipc.data.IpcPrediction
-
- getPreviousAvlReport(double) - Method in class org.transitime.core.VehicleState
-
Looks in the AvlReport history for the most recent AvlReport that is at
least minDistanceFromCurrentReport from the current AvlReport.
- getPreviousAvlReport(int) - Method in class org.transitime.core.VehicleState
-
Goes through the AVL history for the vehicle and returns AVL report that
is at least minimumAge old.
- getPreviousAvlReportFromSuccessfulMatch() - Method in class org.transitime.core.VehicleState
-
Returns the next to last AvlReport where successfully matched the
vehicle.
- getPreviousMatch(int) - Method in class org.transitime.core.VehicleState
-
Goes through the match history for the vehicle and returns match that is
at least minimumAge old.
- getPreviousMatch() - Method in class org.transitime.core.VehicleState
-
Returns the next to last temporal match.
- getPreviousPath(int, int) - Method in class org.transitime.db.structs.Block
-
Returns the previous path specified by tripIndex and stopPathIndex
params.
- getPrice() - Method in class org.transitime.db.structs.FareAttribute
-
- getPrice() - Method in class org.transitime.gtfs.gtfsStructs.GtfsFareAttribute
-
- getProcessedTime() - Method in class org.transitime.db.structs.ConfigRevision
-
- getProperIdOfRoute(String) - Method in class org.transitime.gtfs.GtfsData
-
If a route is configured to be a sub-route of a parent then this
method will return the route ID of the parent route.
- getQueue(String) - Method in class org.transitime.ipc.jms.JMSWrapper
-
Returns named Queue.
- getRealTimeSchedAdh() - Method in class org.transitime.core.VehicleState
-
Returns the current real-time schedule adherence for the vehicle, or null
if schedule adherence not currently valid (vehicle is not predictable or
running a non-schedule based assignment).
- getRealTimeSchedAdh() - Method in class org.transitime.ipc.data.IpcVehicle
-
- getRequest() - Method in class org.transitime.api.utils.StandardParameters
-
Returns the HttpServletRequest.
- getRmiPort() - Static method in class org.transitime.ipc.rmi.RmiParams
-
- getRmiStatus(StandardParameters) - Method in class org.transitime.api.rootResources.TransitimeApi
-
Returns info for this particular web server for each agency on how many
outstanding RMI calls there are.
- getRmiStub(RmiStubInfo, boolean) - Static method in class org.transitime.ipc.rmi.ClientFactory
-
Creates an RMI stub based on the project name, host name, and class name.
- getRoute(StandardParameters, String, String, String, String) - Method in class org.transitime.api.rootResources.TransitimeApi
-
Handles the "route" command.
- getRoute() - Method in class org.transitime.core.SpatialMatch
-
- getRoute() - Method in class org.transitime.db.structs.Trip
-
Returns the Route object for this trip.
- getRoute(String, String, String, String) - Method in interface org.transitime.ipc.interfaces.ConfigInterface
-
Obtains data for single route.
- getRoute(String, String, String, String) - Method in class org.transitime.ipc.servers.ConfigServer
-
- getRouteById(String) - Method in class org.transitime.gtfs.DbConfig
-
Returns the Route with the specified routeId.
- getRouteByShortName(String) - Method in class org.transitime.gtfs.DbConfig
-
Returns the Route with the specified routeShortName
- getRouteColor() - Method in class org.transitime.gtfs.gtfsStructs.GtfsRoute
-
- getRouteDesc() - Method in class org.transitime.gtfs.gtfsStructs.GtfsRoute
-
- getRouteId() - Method in class org.transitime.api.data.ApiTripTerse
-
- getRouteId() - Method in class org.transitime.core.predAccuracy.PredAccuracyPrediction
-
- getRouteId() - Method in class org.transitime.core.VehicleState
-
Returns the current route ID for the vehicle.
- getRouteId() - Method in class org.transitime.db.structs.ArrivalDeparture
-
- getRouteId() - Method in class org.transitime.db.structs.FareRule
-
- getRouteId() - Method in class org.transitime.db.structs.Prediction
-
- getRouteId() - Method in class org.transitime.db.structs.PredictionAccuracy
-
- getRouteId() - Method in class org.transitime.db.structs.StopPath
-
- getRouteId() - Method in class org.transitime.db.structs.Trip
-
- getRouteId() - Method in class org.transitime.db.structs.TripPattern
-
- getRouteId() - Method in class org.transitime.db.structs.VehicleEvent
-
- getRouteId() - Method in class org.transitime.gtfs.gtfsStructs.GtfsFareRule
-
- getRouteId() - Method in class org.transitime.gtfs.gtfsStructs.GtfsRoute
-
- getRouteId() - Method in class org.transitime.gtfs.gtfsStructs.GtfsTrip
-
- getRouteId() - Method in class org.transitime.ipc.data.IpcPrediction
-
- getRouteId() - Method in class org.transitime.ipc.data.IpcPredictionsForRouteStopDest
-
- getRouteId() - Method in class org.transitime.ipc.data.IpcSchedule
-
- getRouteId() - Method in class org.transitime.ipc.data.IpcTrip
-
- getRouteId() - Method in class org.transitime.ipc.data.IpcTripPattern
-
- getRouteId() - Method in class org.transitime.ipc.data.IpcVehicle
-
- getRouteId() - Method in class org.transitime.worldbank.gtfsRtExample.VehicleData
-
- getRouteIdAssignment(AvlReport) - Method in class org.transitime.core.BlockAssigner
-
Returns the route ID specified in the AVL feed.
- getRouteIdOrShortName() - Method in class org.transitime.ipc.interfaces.PredictionsInterface.RouteStop
-
- getRouteIds() - Method in class org.transitime.db.structs.Block
-
Returns collection of route IDs associated with the Block.
- getRouteLongName() - Method in class org.transitime.gtfs.gtfsStructs.GtfsRoute
-
- getRouteName() - Method in class org.transitime.db.structs.Trip
-
Returns route name.
- getRouteName() - Method in class org.transitime.ipc.data.IpcPredictionsForRouteStopDest
-
- getRouteName() - Method in class org.transitime.ipc.data.IpcSchedule
-
- getRouteName() - Method in class org.transitime.ipc.data.IpcTrip
-
- getRouteName() - Method in class org.transitime.ipc.data.IpcVehicleComplete
-
- getRouteOrder() - Method in class org.transitime.db.structs.Route
-
- getRouteOrder() - Method in class org.transitime.gtfs.gtfsStructs.GtfsRoute
-
Returns optional route_order or null if not set.
- getRouteOrder() - Method in class org.transitime.ipc.data.IpcPredictionsForRouteStopDest
-
- getRoutes(StandardParameters) - Method in class org.transitime.api.rootResources.TransitimeApi
-
Handles the "routes" command.
- getRoutes(Session, int) - Static method in class org.transitime.db.structs.Route
-
Returns List of Route objects for the specified database revision.
- getRoutes() - Method in class org.transitime.gtfs.DbConfig
-
Returns ordered list of routes.
- getRoutes() - Method in class org.transitime.gtfs.GtfsData
-
- getRoutes() - Method in interface org.transitime.ipc.interfaces.ConfigInterface
-
Obtains ordered list of routes configured.
- getRoutes() - Method in class org.transitime.ipc.servers.ConfigServer
-
- getRoutesByRouteIdMap() - Method in class org.transitime.gtfs.DbConfig
-
Returns Map of routesMap keyed on the routeId.
- getRouteShortName() - Method in class org.transitime.core.VehicleState
-
Returns the current route short name for the vehicle.
- getRouteShortName() - Method in class org.transitime.db.structs.Trip
-
Returns the routeShortName.
- getRouteShortName() - Method in class org.transitime.db.structs.TripPattern
-
- getRouteShortName() - Method in class org.transitime.db.structs.VehicleEvent
-
- getRouteShortName() - Method in class org.transitime.gtfs.gtfsStructs.GtfsRoute
-
Returns the route short name.
- getRouteShortName() - Method in class org.transitime.ipc.data.IpcPrediction
-
Returns the short name for the route associated with the prediction.
- getRouteShortName() - Method in class org.transitime.ipc.data.IpcPredictionsForRouteStopDest
-
- getRouteShortName() - Method in class org.transitime.ipc.data.IpcTrip
-
- getRouteShortName() - Method in class org.transitime.ipc.data.IpcTripPattern
-
- getRouteShortName() - Method in class org.transitime.ipc.data.IpcVehicle
-
- getRouteSummaries() - Method in class org.transitime.ipc.data.IpcBlock
-
- getRouteTextColor() - Method in class org.transitime.gtfs.gtfsStructs.GtfsRoute
-
- getRouteType() - Method in class org.transitime.gtfs.gtfsStructs.GtfsRoute
-
- getRouteURL() - Method in class org.transitime.gtfs.gtfsStructs.GtfsRoute
-
- getSampleStandardDeviation(double[], double) - Static method in class org.transitime.statistics.Statistics
-
Returns the sample standard deviation for the values passed in.
- getSaturday() - Method in class org.transitime.db.structs.Calendar
-
- getSaturday() - Method in class org.transitime.gtfs.gtfsStructs.GtfsCalendar
-
- getSchedTimes() - Method in class org.transitime.ipc.data.IpcSchedTrip
-
- getScheduleAdherence() - Method in class org.transitime.db.structs.ArrivalDeparture
-
Returns the schedule adherence for the stop if there was a schedule
time.
- getScheduledDate() - Method in class org.transitime.db.structs.ArrivalDeparture
-
The schedule time will only be set if the schedule info was available
from the GTFS data and it is the proper type of arrival or departure
stop (there is an arrival schedule time and this is the last stop for
a trip and and this is an arrival time OR there is a departure schedule
time and this is not the last stop for a trip and this is a departure
time.
- getScheduledTime() - Method in class org.transitime.db.structs.ArrivalDeparture
-
Same as getScheduledDate() but returns long epoch time.
- getScheduledWaitStopTime() - Method in class org.transitime.core.SpatialMatch
-
Returns the scheduled time vehicle is to leave the stop.
- getScheduledWaitStopTimeSecs() - Method in class org.transitime.core.SpatialMatch
-
Returns the scheduled time vehicle is to leave the stop.
- getScheduleHorizStops(StandardParameters, String) - Method in class org.transitime.api.rootResources.TransitimeApi
-
Handles the "scheduleHorizStops" command which outputs schedule for the
specified route.
- getSchedules(String) - Method in interface org.transitime.ipc.interfaces.ConfigInterface
-
Returns list of IpcSchedule objects for the specified routeIdOrShortName
- getSchedules(String) - Method in class org.transitime.ipc.servers.ConfigServer
-
- getScheduleTime(int, int) - Method in class org.transitime.db.structs.Block
-
Returns the ScheduleTime for that stop specified by the trip and path
indices.
- getScheduleTime(int) - Method in class org.transitime.db.structs.Trip
-
Returns the ScheduleTime object for the stopPathIndex.
- getScheduleTimes() - Method in class org.transitime.db.structs.Trip
-
- getScheduleTimes() - Method in class org.transitime.ipc.data.IpcTrip
-
- getScheduleVertStops(StandardParameters, String) - Method in class org.transitime.api.rootResources.TransitimeApi
-
Handles the "scheduleVertStops" command which outputs schedule for the
specified route.
- getSecondaryRmiPort() - Static method in class org.transitime.ipc.rmi.RmiParams
-
- getSecondsBetweenAvlFeedPolling() - Static method in class org.transitime.configData.AvlConfig
-
How frequently an AVL feed should be polled for new data.
- getSecondsIntoDay(long) - Method in class org.transitime.utils.Time
-
Converts the epoch time into number of seconds into the day.
- getSecondsIntoDay(Date) - Method in class org.transitime.utils.Time
-
Converts the epoch time into number of seconds into the day.
- getSegmentIndex() - Method in class org.transitime.core.SpatialMatch
-
- getSegmentIndex() - Method in class org.transitime.db.structs.Match
-
- getSegmentVector() - Method in class org.transitime.core.SpatialMatch
-
Returns the vector for the segment for this SpatialMatch.
- getSegmentVector(int, int, int) - Method in class org.transitime.db.structs.Block
-
Returns the Vector of the segment specified.
- getSegmentVector(int) - Method in class org.transitime.db.structs.StopPath
-
Returns the vector for the specified segment.
- getSegmentVectors() - Method in class org.transitime.db.structs.StopPath
-
- getServerStatus(StandardParameters) - Method in class org.transitime.api.rootResources.TransitimeApi
-
Returns status about the specified agency server.
- getServerStatusInterface() - Method in class org.transitime.api.utils.StandardParameters
-
Gets the ServerStatusInterface for the specified agencyId.
- getServiceId() - Method in class org.transitime.db.structs.ArrivalDeparture
-
- getServiceId() - Method in class org.transitime.db.structs.Block
-
- getServiceId() - Method in class org.transitime.db.structs.Calendar
-
- getServiceId() - Method in class org.transitime.db.structs.CalendarDate
-
- getServiceId() - Method in class org.transitime.db.structs.Match
-
- getServiceId() - Method in class org.transitime.db.structs.Trip
-
- getServiceId() - Method in class org.transitime.db.structs.VehicleEvent
-
- getServiceId() - Method in class org.transitime.gtfs.gtfsStructs.GtfsCalendar
-
- getServiceId() - Method in class org.transitime.gtfs.gtfsStructs.GtfsCalendarDate
-
- getServiceId() - Method in class org.transitime.gtfs.gtfsStructs.GtfsTrip
-
- getServiceId() - Method in class org.transitime.ipc.data.IpcBlock
-
- getServiceId() - Method in class org.transitime.ipc.data.IpcCalendar
-
- getServiceId() - Method in class org.transitime.ipc.data.IpcSchedule
-
- getServiceId() - Method in class org.transitime.ipc.data.IpcTrip
-
- getServiceIds(StandardParameters) - Method in class org.transitime.api.rootResources.TransitimeApi
-
Handles the "serviceIds" command.
- getServiceIds(Date) - Method in class org.transitime.core.ServiceUtils
-
Determines list of current service IDs for the specified time.
- getServiceIds(long) - Method in class org.transitime.core.ServiceUtils
-
Determines list of current service IDs for the specified time.
- getServiceIds() - Method in class org.transitime.gtfs.DbConfig
-
Returns list of all service IDs
- getServiceIds() - Method in interface org.transitime.ipc.interfaces.ConfigInterface
-
Returns list of service IDs, unsorted
- getServiceIds() - Method in class org.transitime.ipc.servers.ConfigServer
-
- getServiceIdsForDay(Date) - Method in class org.transitime.core.ServiceUtils
-
Determines list of current service IDs for the specified time.
- getServiceIdsForDay(long) - Method in class org.transitime.core.ServiceUtils
-
Determines list of current service IDs for the specified time.
- getServiceName() - Method in class org.transitime.ipc.data.IpcSchedule
-
- getServiceUtils() - Method in class org.transitime.applications.Core
-
Returns the ServiceUtils object that can be reused for efficiency.
- getSession(String) - Static method in class org.transitime.db.hibernate.HibernateUtils
-
Returns session for the specified agencyId.
- getSession() - Static method in class org.transitime.db.hibernate.HibernateUtils
-
Returns the session for the database name specified by the
transitime.db.dbName Java property.
- getSession() - Method in class org.transitime.ipc.jms.JMSWrapper
-
Needed for classes such as RestartableMessageProducer
which needs Session to create message objects.
- getSessionFactory(String) - Static method in class org.transitime.db.hibernate.HibernateUtils
-
Returns a cached Hibernate SessionFactory.
- getShapeDistTraveled() - Method in class org.transitime.gtfs.gtfsStructs.GtfsShape
-
- getShapeDistTraveled() - Method in class org.transitime.gtfs.gtfsStructs.GtfsStopTime
-
- getShapeId() - Method in class org.transitime.db.structs.Trip
-
- getShapeId() - Method in class org.transitime.db.structs.TripPattern
-
- getShapeId() - Method in class org.transitime.db.structs.TripPatternKey
-
- getShapeId() - Method in class org.transitime.gtfs.gtfsStructs.GtfsShape
-
- getShapeId() - Method in class org.transitime.gtfs.gtfsStructs.GtfsTrip
-
- getShapeId() - Method in class org.transitime.ipc.data.IpcTrip
-
- getShapeId() - Method in class org.transitime.ipc.data.IpcTripPattern
-
- getShapePtLat() - Method in class org.transitime.gtfs.gtfsStructs.GtfsShape
-
- getShapePtLon() - Method in class org.transitime.gtfs.gtfsStructs.GtfsShape
-
- getShapePtSequence() - Method in class org.transitime.gtfs.gtfsStructs.GtfsShape
-
- getShapes() - Method in class org.transitime.ipc.data.IpcRoute
-
- getShortDistanceDeadheadingSpeed() - Static method in class org.transitime.configData.CoreConfig
-
- getShortName() - Method in class org.transitime.db.structs.Route
-
The short name is either specified by route_short_name in the routes.txt
GTFS file or if that is null it will be the long name name.
- getShortName() - Method in class org.transitime.db.structs.Trip
-
- getShortName() - Method in class org.transitime.ipc.data.IpcRouteSummary
-
- getShortName() - Method in class org.transitime.ipc.data.IpcTrip
-
- getSource() - Method in class org.transitime.core.predAccuracy.PredAccuracyPrediction
-
- getSource() - Method in class org.transitime.db.structs.AvlReport
-
The source of the AVL report
- getSource() - Method in class org.transitime.ipc.data.IpcAvl
-
- getSpatialMatches(AvlReport, Block, List<Trip>) - Static method in class org.transitime.core.SpatialMatcher
-
Goes through the Block assignment data and determines the closest spatial
matches.
- getSpatialMatches(VehicleState) - Static method in class org.transitime.core.SpatialMatcher
-
Starts at the previous match and goes from that point forward through the
block assignment looking for the best spatial matches.
- getSpatialMatchesIgnoringLayovers(AvlReport, Block, List<Trip>) - Static method in class org.transitime.core.SpatialMatcher
-
Goes through the Block assignment data and determines the closest spatial
matches that are not for layovers.
- getSpecialCaseDirections(String) - Static method in class org.transitime.custom.missionBay.MissionBayConfig
-
Provides list of stops for each possible direction/trip pattern.
- getSpeed() - Method in class org.transitime.avl.calAmp.MiniEventReport
-
- getSpeed() - Method in class org.transitime.avl.NmeaGpsLocation
-
- getSpeed() - Method in class org.transitime.db.structs.AvlReport
-
- getSpeed() - Method in class org.transitime.ipc.data.IpcAvl
-
- getSpeed() - Method in class org.transitime.ipc.data.IpcVehicle
-
- getSpeed() - Method in class org.transitime.worldbank.gtfsRtExample.VehicleData
-
- getSpeedMetersPerSecond() - Method in class org.transitime.avl.TaipGpsLocation
-
- getStartDate() - Method in class org.transitime.db.structs.Calendar
-
- getStartDate() - Method in class org.transitime.gtfs.gtfsStructs.GtfsCalendar
-
- getStartDate() - Method in class org.transitime.ipc.data.IpcCalendar
-
- getStartDateStr() - Method in class org.transitime.db.structs.Calendar
-
- getStartLoc() - Method in class org.transitime.db.structs.Block
-
Returns the location of the first stop of the block.
- getStartOfDay(Date, TimeZone) - Static method in class org.transitime.utils.Time
-
Returns the epoch time of the start of the day for the date and timezone
specified.
- getStartOfDay(Date) - Static method in class org.transitime.utils.Time
-
Returns the epoch time of the start of the current day for the default
timezone.
- getStartTime() - Method in class org.transitime.db.structs.Block
-
- getStartTime() - Method in class org.transitime.db.structs.Frequency
-
- getStartTime() - Method in class org.transitime.db.structs.Trip
-
Returns departure time of first stop of trip.
- getStartTime() - Method in class org.transitime.gtfs.gtfsStructs.GtfsFrequency
-
- getStartTime() - Method in class org.transitime.ipc.data.IpcBlock
-
- getStartTime() - Method in class org.transitime.ipc.data.IpcTrip
-
- getStop() - Method in class org.transitime.db.structs.ArrivalDeparture
-
Returns the Stop object associated with the arrival/departure.
- getStop(String) - Method in class org.transitime.gtfs.DbConfig
-
Returns the Stop with the specified stopId.
- getStop(String) - Method in class org.transitime.gtfs.GtfsData
-
Gets the Stop from the stopsMap.
- getStopCode() - Method in class org.transitime.gtfs.gtfsStructs.GtfsStop
-
- getStopDesc() - Method in class org.transitime.gtfs.gtfsStructs.GtfsStop
-
- getStopHeadsign() - Method in class org.transitime.gtfs.gtfsStructs.GtfsStopTime
-
- getStopId() - Method in class org.transitime.core.predAccuracy.PredAccuracyPrediction
-
- getStopId() - Method in class org.transitime.core.VehicleAtStopInfo
-
Returns the stop ID of the stop
- getStopId() - Method in class org.transitime.db.structs.ArrivalDeparture
-
- getStopId() - Method in class org.transitime.db.structs.Prediction
-
- getStopId() - Method in class org.transitime.db.structs.PredictionAccuracy
-
- getStopId() - Method in class org.transitime.db.structs.StopPath
-
- getStopId(int) - Method in class org.transitime.db.structs.TripPattern
-
Gets the stopId of the specified stop
- getStopId() - Method in class org.transitime.db.structs.VehicleEvent
-
- getStopId() - Method in class org.transitime.gtfs.gtfsStructs.GtfsStop
-
- getStopId() - Method in class org.transitime.gtfs.gtfsStructs.GtfsStopTime
-
- getStopId() - Method in class org.transitime.ipc.data.IpcPrediction
-
- getStopId() - Method in class org.transitime.ipc.data.IpcPredictionsForRouteStopDest
-
- getStopId() - Method in class org.transitime.ipc.data.IpcSchedTime
-
- getStopId() - Method in class org.transitime.ipc.data.IpcSchedTimes
-
- getStopId() - Method in class org.transitime.ipc.data.IpcStopPath
-
- getStopId() - Method in class org.transitime.ipc.interfaces.PredictionsInterface.RouteStop
-
- getStopId() - Method in class org.transitime.statistics.ScheduleDataProcessor.TripStopKey
-
- getStopIds() - Method in class org.transitime.db.structs.TripPattern
-
Returns list of stop IDs for the stop paths for this trip pattern.
- getStopLat() - Method in class org.transitime.gtfs.gtfsStructs.GtfsStop
-
- getStopLocation() - Method in class org.transitime.db.structs.StopPath
-
Returns the location of the stop at the end of the path.
- getStopLon() - Method in class org.transitime.gtfs.gtfsStructs.GtfsStop
-
- getStopName() - Method in class org.transitime.db.structs.StopPath
-
Provides the name of the stop as obtained by a Core predictor.
- getStopName(int) - Method in class org.transitime.db.structs.TripPattern
-
Gets the name of the specified stop as obtained by a Core predictor.
- getStopName() - Method in class org.transitime.gtfs.gtfsStructs.GtfsStop
-
- getStopName() - Method in class org.transitime.ipc.data.IpcPredictionsForRouteStopDest
-
- getStopName() - Method in class org.transitime.ipc.data.IpcSchedTime
-
- getStopName() - Method in class org.transitime.ipc.data.IpcSchedTimes
-
- getStopName() - Method in class org.transitime.ipc.data.IpcStopPath
-
- getStopPath() - Method in class org.transitime.core.SpatialMatch
-
- getStopPath(int, int) - Method in class org.transitime.db.structs.Block
-
Returns the path specified by tripIndex and stopPathIndex params.
- getStopPath(int) - Method in class org.transitime.db.structs.Trip
-
Returns the StopPath for the stopPathIndex specified
- getStopPath(String) - Method in class org.transitime.db.structs.Trip
-
Returns the StopPath specified by the stopId.
- getStopPath(String) - Method in class org.transitime.db.structs.TripPattern
-
Returns the StopPath for this TripPattern as specified by the stopId
parameter.
- getStopPath(int) - Method in class org.transitime.db.structs.TripPattern
-
- getStopPathId() - Method in class org.transitime.db.structs.StopPath
-
- getStopPathId() - Method in class org.transitime.db.structs.TravelTimesForStopPath
-
- getStopPathId(int) - Method in class org.transitime.db.structs.TripPattern
-
Gets the pathId of the specified stop
- getStopPathId() - Method in class org.transitime.ipc.data.IpcStopPath
-
- getStopPathIndex() - Method in class org.transitime.core.SpatialMatch
-
The index of which stop path this is within the trip.
- getStopPathIndex() - Method in class org.transitime.core.travelTimes.TravelTimeInfo
-
- getStopPathIndex() - Method in class org.transitime.db.structs.ArrivalDeparture
-
- getStopPathIndex() - Method in class org.transitime.db.structs.Match
-
- getStopPathLength() - Method in class org.transitime.db.structs.ArrivalDeparture
-
- getStopPaths() - Method in class org.transitime.db.structs.Trip
-
Returns the List of the stop paths for the trip pattern
- getStopPaths() - Method in class org.transitime.db.structs.TripPattern
-
- getStopPaths() - Method in class org.transitime.db.structs.TripPatternKey
-
- getStopPaths() - Method in class org.transitime.ipc.data.IpcTripPattern
-
- getStopPathTravelTime(int, int) - Method in class org.transitime.db.structs.Block
-
Returns the travel time for the specified path.
- getStopPathTravelTimeMsec() - Method in class org.transitime.db.structs.TravelTimesForStopPath
-
Returns total travel time for the stop path.
- getStops(StandardParameters, String) - Method in class org.transitime.api.rootResources.TransitimeApi
-
Handles the "stops" command.
- getStops() - Method in class org.transitime.db.structs.Route
-
Returns unordered collection of stops associated with route.
- getStops(Session, int) - Static method in class org.transitime.db.structs.Stop
-
Returns List of Stop objects for the specified database revision.
- getStops() - Method in class org.transitime.gtfs.GtfsData
-
- getStops(Location, double) - Static method in class org.transitime.gtfs.StopsByLoc
-
Gets list of stops that are within maxDistance of the specified location.
- getStops() - Method in class org.transitime.ipc.data.IpcDirection
-
- getStops() - Method in class org.transitime.ipc.data.IpcRoute
-
- getStops(String) - Method in interface org.transitime.ipc.interfaces.ConfigInterface
-
Returns stops for each direction for a route.
- getStops(String) - Method in class org.transitime.ipc.servers.ConfigServer
-
- getStopSequence() - Method in class org.transitime.gtfs.gtfsStructs.GtfsStopTime
-
- getStopTime() - Method in class org.transitime.core.travelTimes.TravelTimeInfo
-
- getStopTimeMsec() - Method in class org.transitime.db.structs.TravelTimesForStopPath
-
How long the vehicle is expected to dwell at stop.
- getStopTimezone() - Method in class org.transitime.gtfs.gtfsStructs.GtfsStop
-
- getStopUrl() - Method in class org.transitime.gtfs.gtfsStructs.GtfsStop
-
- getSunday() - Method in class org.transitime.db.structs.Calendar
-
- getSunday() - Method in class org.transitime.gtfs.gtfsStructs.GtfsCalendar
-
- getSupervisor() - Method in class org.transitime.db.structs.VehicleEvent
-
- getSystemDate() - Method in class org.transitime.applications.Core
-
For when need system time but might be in playback mode.
- getSystemTime() - Method in class org.transitime.applications.Core
-
For when need system time but might be in playback mode.
- getTemporalDifference() - Method in class org.transitime.core.TemporalDifference
-
Returns the temporalDifferenceMsec in msec.
- getTemporalDifference() - Method in class org.transitime.core.TemporalMatch
-
Getter Methods
- getTextColor() - Method in class org.transitime.db.structs.Route
-
- getTextColor() - Method in class org.transitime.ipc.data.IpcRouteSummary
-
- getThursday() - Method in class org.transitime.db.structs.Calendar
-
- getThursday() - Method in class org.transitime.gtfs.gtfsStructs.GtfsCalendar
-
- getTime() - Method in class org.transitime.applications.Core
-
For when want to use methods in Time.
- getTime() - Method in class org.transitime.avl.NmeaGpsLocation
-
- getTime() - Method in class org.transitime.db.structs.Agency
-
Returns cached Time object which allows one to easly convert epoch time
to time of day and such.
- getTime() - Method in class org.transitime.db.structs.ArrivalDeparture
-
- getTime() - Method in class org.transitime.db.structs.AvlReport
-
- getTime() - Method in class org.transitime.db.structs.CalendarDate
-
The epoch start time of midnight, the beginning of the day.
- getTime() - Method in class org.transitime.db.structs.Match
-
- getTime() - Method in class org.transitime.db.structs.MonitoringEvent
-
- getTime() - Method in class org.transitime.db.structs.ScheduleTime
-
Returns departure time if there is one.
- getTime() - Method in class org.transitime.db.structs.VehicleEvent
-
- getTime() - Method in class org.transitime.ipc.data.IpcAvl
-
- getTimeDifference(int, int) - Static method in class org.transitime.utils.Time
-
Returns the absolute value of the difference between the two times.
- getTimeForDeterminingDelayedSecs() - Static method in class org.transitime.configData.CoreConfig
-
transitime.core.timeForDeterminingDelayedSecs
- getTimeForDeterminingNoProgress() - Static method in class org.transitime.configData.CoreConfig
-
- getTimeOfDay() - Method in class org.transitime.ipc.data.IpcSchedTime
-
- getTimeoutHandlerModule() - Method in class org.transitime.applications.Core
-
Returns the timeout handler module
- getTimeoutSec() - Static method in class org.transitime.ipc.rmi.ClientFactory
-
Returns the timeout time.
- getTimepointStop() - Method in class org.transitime.gtfs.gtfsStructs.GtfsStop
-
Specifies if system should determine schedule adherence times
for this stop.
- getTimeProcessed() - Method in class org.transitime.db.structs.AvlReport
-
- getTimeZone() - Method in class org.transitime.db.structs.Agency
-
Returns cached TimeZone object for agency.
- getTimezone() - Static method in class org.transitime.utils.TimeZoneSetter
-
- getTimeZoneFromDb(String) - Static method in class org.transitime.db.structs.Agency
-
Reads the current timezone for the agency from the agencies database
- getTimeZoneStr() - Method in class org.transitime.db.structs.Agency
-
Valid timezone format is at http://en.wikipedia.org/wiki/List_of_tz_zones
- getTopic(String) - Method in class org.transitime.ipc.jms.JMSWrapper
-
Returns named Topic.
- getTopicName(String) - Static method in class org.transitime.avl.AvlJmsClientModule
-
Returns the name of the JMS topic to be used for the AVL feed.
- getToStopId() - Method in class org.transitime.db.structs.Transfer
-
- getToStopId() - Method in class org.transitime.gtfs.gtfsStructs.GtfsTransfer
-
- getTotalCount(String) - Static method in class org.transitime.ipc.rmi.RmiCallInvocationHandler
-
Total number of RMI requests sent by this web server to a
particular agency server.
- getTrackerId() - Method in class org.transitime.db.structs.VehicleConfig
-
- getTransferDuration() - Method in class org.transitime.db.structs.FareAttribute
-
- getTransferDuration() - Method in class org.transitime.gtfs.gtfsStructs.GtfsFareAttribute
-
- getTransfers() - Method in class org.transitime.db.structs.FareAttribute
-
- getTransfers(Session, int) - Static method in class org.transitime.db.structs.Transfer
-
Returns List of Transfer objects for the specified database revision.
- getTransfers() - Method in class org.transitime.gtfs.GtfsData
-
- getTransfers() - Method in class org.transitime.gtfs.gtfsStructs.GtfsFareAttribute
-
- getTransferType() - Method in class org.transitime.db.structs.Transfer
-
- getTransferType() - Method in class org.transitime.gtfs.gtfsStructs.GtfsTransfer
-
- getTravelTimeRev() - Method in class org.transitime.db.structs.TravelTimesForTrip
-
- getTravelTimes() - Method in class org.transitime.core.travelTimes.TravelTimeInfo
-
- getTravelTimes(SessionFactory, int) - Static method in class org.transitime.db.structs.TravelTimesForStopPath
-
Reads in all the travel times for the specified rev
- getTravelTimes() - Method in class org.transitime.db.structs.Trip
-
- getTravelTimes() - Method in class org.transitime.ipc.data.IpcTrip
-
- getTravelTimeSegLength() - Method in class org.transitime.core.travelTimes.TravelTimeInfo
-
- getTravelTimeSegmentLength() - Method in class org.transitime.db.structs.TravelTimesForStopPath
-
The travel time segment distance specifies how the stop path is divided
up with respect to travel times.
- getTravelTimeSegmentMsec(int) - Method in class org.transitime.db.structs.TravelTimesForStopPath
-
Returns the travel time for the specified travel time segment in msec
- getTravelTimesForStopPath(int) - Method in class org.transitime.db.structs.TravelTimesForTrip
-
- getTravelTimesForStopPath(int) - Method in class org.transitime.db.structs.Trip
-
Returns the travel time info for the path specified by the stopPathIndex.
- getTravelTimesForStopPaths() - Method in class org.transitime.db.structs.TravelTimesForTrip
-
- getTravelTimesForTrips(Session, int) - Static method in class org.transitime.db.structs.TravelTimesForTrip
-
Returns Map keyed by tripPatternId of Lists of TravelTimesForTrip.
- getTravelTimesMsec() - Method in class org.transitime.db.structs.TravelTimesForStopPath
-
- getTravelTimesRev() - Method in class org.transitime.db.structs.ActiveRevisions
-
- getTravelTimesRev() - Method in class org.transitime.db.structs.TravelTimesForStopPath
-
- getTrip(StandardParameters, String) - Method in class org.transitime.api.rootResources.TransitimeApi
-
Handles the "trip" command which outputs configuration data for the
specified trip.
- getTrip() - Method in class org.transitime.core.SpatialMatch
-
- getTrip() - Method in class org.transitime.core.travelTimes.TravelTimeInfo
-
- getTrip() - Method in class org.transitime.core.VehicleState
-
Returns the current Trip for the vehicle.
- getTrip(int) - Method in class org.transitime.db.structs.Block
-
Returns the trip specified by the tripIndex
- getTrip(String) - Method in class org.transitime.db.structs.Block
-
Returns the trip for the block as specified by the tripId parameter
- getTrip(Session, int, String) - Static method in class org.transitime.db.structs.Trip
-
Returns specified Trip object for the specified configRev and tripId.
- getTrip(String) - Method in class org.transitime.gtfs.DbConfig
-
For more quickly getting a trip.
- getTrip() - Method in class org.transitime.ipc.data.IpcPrediction
-
Returns the trip associated with the prediction.
- getTrip(String) - Method in interface org.transitime.ipc.interfaces.ConfigInterface
-
Returns trip info for specified tripId.
- getTrip(String) - Method in class org.transitime.ipc.servers.ConfigServer
-
- getTripByShortName(Session, int, String) - Static method in class org.transitime.db.structs.Trip
-
Returns specified Trip object for the specified configRev and
tripShortName.
- getTripCreatedForId() - Method in class org.transitime.db.structs.TravelTimesForTrip
-
- getTripHeadsign() - Method in class org.transitime.gtfs.gtfsStructs.GtfsTrip
-
- getTripHeadsign() - Method in class org.transitime.ipc.data.IpcSchedTrip
-
- getTripId() - Method in class org.transitime.core.predAccuracy.PredAccuracyPrediction
-
- getTripId() - Method in class org.transitime.db.structs.ArrivalDeparture
-
- getTripId() - Method in class org.transitime.db.structs.Frequency
-
- getTripId() - Method in class org.transitime.db.structs.Match
-
- getTripId() - Method in class org.transitime.db.structs.Prediction
-
- getTripId() - Method in class org.transitime.db.structs.PredictionAccuracy
-
- getTripId() - Method in class org.transitime.db.structs.VehicleEvent
-
- getTripId() - Method in class org.transitime.gtfs.gtfsStructs.GtfsFrequency
-
- getTripId() - Method in class org.transitime.gtfs.gtfsStructs.GtfsStopTime
-
- getTripId() - Method in class org.transitime.gtfs.gtfsStructs.GtfsTrip
-
- getTripId() - Method in class org.transitime.ipc.data.IpcPrediction
-
- getTripId() - Method in class org.transitime.ipc.data.IpcSchedTrip
-
- getTripId() - Method in class org.transitime.ipc.data.IpcVehicle
-
- getTripId() - Method in class org.transitime.statistics.ScheduleDataProcessor.TripStopKey
-
- getTripIds(StandardParameters) - Method in class org.transitime.api.rootResources.TransitimeApi
-
Handles the tripIds command.
- getTripIds() - Method in interface org.transitime.ipc.interfaces.ConfigInterface
-
Returns list of trip IDs, unsorted
- getTripIds() - Method in class org.transitime.ipc.servers.ConfigServer
-
- getTripIndex() - Method in class org.transitime.core.SpatialMatch
-
The index of which trip this is within the block.
- getTripIndex() - Method in class org.transitime.db.structs.ArrivalDeparture
-
- getTripIndex(Trip) - Method in class org.transitime.db.structs.Block
-
Returns for the specified trip the index into the trips list for the
block
- getTripPattern(String) - Method in class org.transitime.db.structs.Route
-
Returns the specified trip pattern, or null if that trip pattern doesn't
exist for the route.
- getTripPattern() - Method in class org.transitime.db.structs.Trip
-
- getTripPattern(String) - Method in class org.transitime.gtfs.GtfsData
-
Returns the specified trip pattern.
- getTripPattern() - Method in class org.transitime.ipc.data.IpcTrip
-
- getTripPatternByTripId(String) - Method in class org.transitime.gtfs.GtfsData
-
- getTripPatternId() - Method in class org.transitime.db.structs.StopPath
-
- getTripPatternId() - Method in class org.transitime.db.structs.TravelTimesForTrip
-
- getTripPatternId() - Method in class org.transitime.ipc.data.IpcPrediction
-
- getTripPatternId() - Method in class org.transitime.ipc.data.IpcShape
-
- getTripPatternId() - Method in class org.transitime.ipc.data.IpcVehicle
-
- getTripPatternMap() - Method in class org.transitime.gtfs.GtfsData
-
- getTripPatterns(StandardParameters, String) - Method in class org.transitime.api.rootResources.TransitimeApi
-
Handles the "tripPattern" command which outputs trip pattern
configuration data for the specified route.
- getTripPatterns() - Method in class org.transitime.db.structs.Block
-
Returns the trip patterns associated with the block.
- getTripPatterns(String) - Method in class org.transitime.db.structs.Route
-
Returns list of trip patterns for the directionId specified.
- getTripPatterns(Session, int) - Static method in class org.transitime.db.structs.TripPattern
-
Returns list of TripPattern objects for the specified configRev
- getTripPatterns() - Method in class org.transitime.gtfs.GtfsData
-
- getTripPatterns(String) - Method in class org.transitime.gtfs.GtfsData
-
- getTripPatterns(String) - Method in interface org.transitime.ipc.interfaces.ConfigInterface
-
Returns trip patterns for specified routeIdOrShortName.
- getTripPatterns(String) - Method in class org.transitime.ipc.servers.ConfigServer
-
- getTripPatternsForRoute(String) - Method in class org.transitime.gtfs.DbConfig
-
Returns the list of trip patterns associated with the specified route.
- getTrips() - Method in class org.transitime.db.structs.Block
-
Uses lazy initialization to determine the trips for the block.
- getTrips(Session, int) - Static method in class org.transitime.db.structs.Trip
-
Returns map of Trip objects for the specified configRev.
- getTrips() - Method in class org.transitime.db.structs.TripPattern
-
NOTE: the Trip List is not available when the object has been read from the
database.
- getTrips() - Method in class org.transitime.gtfs.DbConfig
-
Returns cached map of all Trips.
- getTrips() - Method in class org.transitime.gtfs.GtfsData
-
- getTrips() - Method in class org.transitime.ipc.data.IpcBlock
-
- getTripsCurrentlyActive(AvlReport) - Method in class org.transitime.db.structs.Block
-
For this block determines which trips are currently active.
- getTripShortName() - Method in class org.transitime.gtfs.gtfsStructs.GtfsTrip
-
- getTripShortName() - Method in class org.transitime.ipc.data.IpcSchedTrip
-
- getTripStartEpochTime() - Method in class org.transitime.ipc.data.IpcPrediction
-
- getTripStartEpochTime() - Method in class org.transitime.ipc.data.IpcVehicleGtfsRealtime
-
- getTripStopKey(String, String) - Static method in class org.transitime.statistics.ScheduleDataProcessor
-
For use in the sub-maps of arrivalTimesFromDbByRouteByTripStopMap and
departureTimesFromDbByRouteByTripStopMap.
- getTripUsingTripShortName(String) - Method in class org.transitime.gtfs.DbConfig
-
For more quickly getting a trip.
- getTripWithTravelTimes(StandardParameters, String) - Method in class org.transitime.api.rootResources.TransitimeApi
-
Handles the "tripWithTravelTimes" command which outputs configuration
data for the specified trip.
- getTuesday() - Method in class org.transitime.db.structs.Calendar
-
- getTuesday() - Method in class org.transitime.gtfs.gtfsStructs.GtfsCalendar
-
- getType() - Method in class org.transitime.db.structs.MonitoringEvent
-
- getType() - Method in class org.transitime.db.structs.Route
-
- getType() - Method in class org.transitime.db.structs.VehicleConfig
-
- getType() - Method in class org.transitime.ipc.data.IpcRouteSummary
-
- getType() - Method in class org.transitime.ipc.data.IpcVehicleConfig
-
- getType() - Method in class org.transitime.monitoring.MonitorResult
-
- getUnpredictableAssignmentsRegEx() - Static method in class org.transitime.configData.AvlConfig
-
So can filter out unpredictable assignments such as for training coaches,
service vehicles, or simply vehicles that are not in service and should
not be attempted to be made predictable.
- getUnscheduledBlockSuffix() - Method in class org.transitime.gtfs.gtfsStructs.GtfsRoute
-
Returns suffix to use if should create unscheduled block assignments for
this route.
- getUrl() - Method in class org.transitime.db.structs.Agency
-
- getUrlString() - Method in class org.transitime.feed.gtfsRt.GtfsRtVehiclePositionsReaderBase
-
Returns the URL that this class is reading the GTFS-realtime data from.
- getValue() - Method in class org.transitime.config.ConfigValue
-
Gets the value.
- getValue() - Method in class org.transitime.db.structs.MonitoringEvent
-
- getVaultInventory(String, String) - Method in class org.transitime.maintenance.AwsGlacierInventoryRetriever
-
Retrieves vault inventory and puts it into a file.
- getVehicle(String) - Method in class org.transitime.core.dataCache.VehicleDataCache
-
Returns Vehicle info for the vehicleId specified.
- getVehicleConfigByTrackerId(String) - Method in class org.transitime.core.dataCache.VehicleDataCache
-
Returns the VehicleConfig for the specified trackerId.
- getVehicleConfigs(StandardParameters) - Method in class org.transitime.api.rootResources.TransitimeApi
-
Gets information including vehicle IDs for all vehicles that have been
configured.
- getVehicleConfigs() - Method in class org.transitime.core.dataCache.VehicleDataCache
-
Returns an unmodifiable collection of the static vehicle configurations.
- getVehicleConfigs(Session) - Static method in class org.transitime.db.structs.VehicleConfig
-
Reads List of VehicleConfig objects from database
- getVehicleConfigs() - Method in interface org.transitime.ipc.interfaces.VehiclesInterface
-
For getting configuration information for all vehicles.
- getVehicleConfigs() - Method in class org.transitime.ipc.servers.VehiclesServer
-
- getVehicleEvents(String, Date, Date, String) - Static method in class org.transitime.db.structs.VehicleEvent
-
Reads in all VehicleEvents from the database that were between the
beginTime and endTime.
- getVehicleId() - Method in class org.transitime.core.predAccuracy.PredAccuracyPrediction
-
- getVehicleId() - Method in class org.transitime.core.VehicleState
-
- getVehicleId() - Method in class org.transitime.db.structs.ArrivalDeparture
-
- getVehicleId() - Method in class org.transitime.db.structs.AvlReport
-
- getVehicleId() - Method in class org.transitime.db.structs.Match
-
- getVehicleId() - Method in class org.transitime.db.structs.Prediction
-
- getVehicleId() - Method in class org.transitime.db.structs.PredictionAccuracy
-
- getVehicleId() - Method in class org.transitime.db.structs.VehicleEvent
-
- getVehicleId() - Method in class org.transitime.ipc.data.IpcAvl
-
- getVehicleId() - Method in class org.transitime.ipc.data.IpcPrediction
-
- getVehicleId() - Method in class org.transitime.worldbank.gtfsRtExample.VehicleData
-
- getVehicleIds(StandardParameters) - Method in class org.transitime.api.rootResources.TransitimeApi
-
Handles the vehicleIds command.
- getVehicleIds() - Method in interface org.transitime.ipc.interfaces.ConfigInterface
-
Returns list of vehicle IDs, unsorted
- getVehicleIds() - Method in class org.transitime.ipc.servers.ConfigServer
-
- getVehicles(StandardParameters, List<String>, List<String>) - Method in class org.transitime.api.rootResources.SiriApi
-
Returns vehicleMonitoring vehicle information in SIRI format.
- getVehicles(StandardParameters, String, String, int) - Method in class org.transitime.api.rootResources.SiriApi
-
Returns stopMonitoring vehicle information in SIRI format.
- getVehicles(StandardParameters, List<String>, List<String>, String, int) - Method in class org.transitime.api.rootResources.TransitimeApi
-
Handles the "vehicles" command.
- getVehicles(Collection<String>) - Method in class org.transitime.core.dataCache.VehicleDataCache
-
Returns collection of vehicles whose vehicleIds were specified using the
vehiclesIds parameter.
- getVehicles() - Method in class org.transitime.core.dataCache.VehicleDataCache
-
Returns Vehicle info for all vehicles.
- getVehicles() - Method in class org.transitime.ipc.data.IpcActiveBlock
-
- getVehiclesByBlockId(String) - Method in class org.transitime.core.dataCache.VehicleDataCache
-
Returns copy of list of vehicle IDs that are currently assigned to the
specified block.
- getVehiclesDetails(StandardParameters, List<String>, List<String>, String, int) - Method in class org.transitime.api.rootResources.TransitimeApi
-
Handles the "vehiclesDetails" command.
- getVehiclesForRoute(String) - Method in class org.transitime.core.dataCache.VehicleDataCache
-
Returns Collection of Vehicles currently associated with specified route.
- getVehiclesForRoute(Collection<String>) - Method in class org.transitime.core.dataCache.VehicleDataCache
-
Returns Collection of vehicles currently associated with specified
routes.
- getVehiclesIncludingSchedBasedOnes() - Method in class org.transitime.core.dataCache.VehicleDataCache
-
Returns all vehicles, even schedule based ones
- getVehiclesInterface() - Method in class org.transitime.api.utils.StandardParameters
-
Gets the VehiclesInterface for the specified agencyId.
- getVehiclesState() - Method in class org.transitime.core.dataCache.VehicleStateManager
-
Returns VehicleState for all vehicles.
- getVehicleState(String) - Method in class org.transitime.core.dataCache.VehicleStateManager
-
Returns vehicle state for the specified vehicle.
- getVehicleType() - Method in class org.transitime.ipc.data.IpcVehicle
-
- getWaitStop() - Method in class org.transitime.gtfs.gtfsStructs.GtfsStop
-
Specifies if stop is a wait stop where driver is
not supposed to continue until the scheduled departure time.
- getWarnings() - Static method in class org.transitime.gtfs.GtfsLoggingAppender
-
- getWednesday() - Method in class org.transitime.db.structs.Calendar
-
- getWednesday() - Method in class org.transitime.gtfs.gtfsStructs.GtfsCalendar
-
- getWheelchairAccessible() - Method in class org.transitime.gtfs.gtfsStructs.GtfsTrip
-
- getWheelchairBoarding() - Method in class org.transitime.gtfs.gtfsStructs.GtfsStop
-
- getZipFileLastModifiedTime() - Method in class org.transitime.db.structs.ConfigRevision
-
Last modified time of zip file if GTFS data comes directly from zip file
instead of from a directory.
- getZoneId() - Method in class org.transitime.gtfs.gtfsStructs.GtfsStop
-
- GtfsAgenciesSupplementReader - Class in org.transitime.gtfs.readers
-
GTFS reader for supplemental agency.txt file
- GtfsAgenciesSupplementReader(String) - Constructor for class org.transitime.gtfs.readers.GtfsAgenciesSupplementReader
-
- GtfsAgency - Class in org.transitime.gtfs.gtfsStructs
-
- GtfsAgency(CSVRecord, boolean, String) - Constructor for class org.transitime.gtfs.gtfsStructs.GtfsAgency
-
- GtfsAgency(GtfsAgency, GtfsAgency) - Constructor for class org.transitime.gtfs.gtfsStructs.GtfsAgency
-
When combining a regular agency with a supplemental agency need to create a
whole new object since this class is Immutable to make it safer to use.
- GtfsAgencyReader - Class in org.transitime.gtfs.readers
-
GTFS reader for the agency.txt file
- GtfsAgencyReader(String) - Constructor for class org.transitime.gtfs.readers.GtfsAgencyReader
-
- GtfsCalendar - Class in org.transitime.gtfs.gtfsStructs
-
A GTFS calendar object.
- GtfsCalendar(CSVRecord, boolean, String) - Constructor for class org.transitime.gtfs.gtfsStructs.GtfsCalendar
-
Creates a GtfsCalendar object by reading the data
from the CSVRecord.
- GtfsCalendarDate - Class in org.transitime.gtfs.gtfsStructs
-
A GTFS calendar_dates object.
- GtfsCalendarDate(CSVRecord, boolean, String) - Constructor for class org.transitime.gtfs.gtfsStructs.GtfsCalendarDate
-
Creates a GtfsRoute object by reading the data
from the CSVRecord.
- GtfsCalendarDatesReader - Class in org.transitime.gtfs.readers
-
GTFS reader for the calendar_dates.txt file
- GtfsCalendarDatesReader(String) - Constructor for class org.transitime.gtfs.readers.GtfsCalendarDatesReader
-
- GtfsCalendarReader - Class in org.transitime.gtfs.readers
-
- GtfsCalendarReader(String) - Constructor for class org.transitime.gtfs.readers.GtfsCalendarReader
-
- GtfsData - Class in org.transitime.gtfs
-
Contains all the GTFS data processed into Java lists and such.
- GtfsData(int, String, Date, boolean, String, String, String, boolean, double, double, double, int, double, double, boolean, TitleFormatter) - Constructor for class org.transitime.gtfs.GtfsData
-
Constructor
- GtfsExtendedStopTime - Class in org.transitime.gtfs.gtfsStructs
-
For when generating more accurate schedule times using AVL data.
- GtfsExtendedStopTime(GtfsStopTime, boolean, ScheduleStatistics.Stats, ScheduleStatistics.Stats) - Constructor for class org.transitime.gtfs.gtfsStructs.GtfsExtendedStopTime
-
- GtfsExtendedStopTimesWriter - Class in org.transitime.gtfs.writers
-
For writing out extended GTFS stop_times.txt file that contains additional
info beyond the usual stop_times.txt file such as statistical info determined
when creating the schedule.
- GtfsExtendedStopTimesWriter(String) - Constructor for class org.transitime.gtfs.writers.GtfsExtendedStopTimesWriter
-
Creates file writer and writes the header.
- GtfsFareAttribute - Class in org.transitime.gtfs.gtfsStructs
-
A GTFS fare_attributes object.
- GtfsFareAttribute(CSVRecord, boolean, String) - Constructor for class org.transitime.gtfs.gtfsStructs.GtfsFareAttribute
-
Creates a GtfsFareAttribute object by reading the data
from the CSVRecord.
- GtfsFareAttributesReader - Class in org.transitime.gtfs.readers
-
GTFS reader for the fare_attributes.txt file
- GtfsFareAttributesReader(String) - Constructor for class org.transitime.gtfs.readers.GtfsFareAttributesReader
-
- GtfsFareRule - Class in org.transitime.gtfs.gtfsStructs
-
A GTFS fare_rules object.
- GtfsFareRule(CSVRecord, boolean, String) - Constructor for class org.transitime.gtfs.gtfsStructs.GtfsFareRule
-
Creates a GtfsFareRule object by reading the data
from the CSVRecord.
- GtfsFareRulesReader - Class in org.transitime.gtfs.readers
-
GTFS reader for the fare_rules.txt file
- GtfsFareRulesReader(String) - Constructor for class org.transitime.gtfs.readers.GtfsFareRulesReader
-
- GtfsFeedInfo - Class in org.transitime.gtfs.gtfsStructs
-
A GTFS feed_info object.
- GtfsFeedInfo(CSVRecord, boolean, String) - Constructor for class org.transitime.gtfs.gtfsStructs.GtfsFeedInfo
-
Creates a GtfsFeedInfo object by reading the data
from the CSVRecord.
- GtfsFeedInfosReader - Class in org.transitime.gtfs.readers
-
GTFS reader for the feed_info.txt file
- GtfsFeedInfosReader(String) - Constructor for class org.transitime.gtfs.readers.GtfsFeedInfosReader
-
- GtfsFileProcessor - Class in org.transitime.applications
-
Reads GTFS files, validates and cleans up the data, stores the data into Java
objects, and then stores those objects into the database.
- GtfsFrequenciesReader - Class in org.transitime.gtfs.readers
-
GTFS reader for the frequencies.txt file
- GtfsFrequenciesReader(String) - Constructor for class org.transitime.gtfs.readers.GtfsFrequenciesReader
-
- GtfsFrequency - Class in org.transitime.gtfs.gtfsStructs
-
A GTFS frequencies object.
- GtfsFrequency(CSVRecord, boolean, String) - Constructor for class org.transitime.gtfs.gtfsStructs.GtfsFrequency
-
Creates a GtfsFrequency object by reading the data
from the CSVRecord.
- GtfsFromNextBus - Class in org.transitime.custom.missionBay
-
For generating some of the GTFS files for an agency by reading data from the
NextBus API.
- GtfsFromNextBus() - Constructor for class org.transitime.custom.missionBay.GtfsFromNextBus
-
- GtfsFromNextBus.Dir - Class in org.transitime.custom.missionBay
-
A direction from the NextBus API
- GtfsLoggingAppender - Class in org.transitime.gtfs
-
Special logging appender.
- GtfsLoggingAppender() - Constructor for class org.transitime.gtfs.GtfsLoggingAppender
-
- GtfsRealtimeApi - Class in org.transitime.api.rootResources
-
Contains API commands for the GTFS-realtime API.
- GtfsRealtimeApi() - Constructor for class org.transitime.api.rootResources.GtfsRealtimeApi
-
- GtfsRealtimeExample - Class in org.transitime.worldbank.gtfsRtExample
-
For processing GPS data and outputting it into a GTFS-realtime format
file.
- GtfsRealtimeExample() - Constructor for class org.transitime.worldbank.gtfsRtExample.GtfsRealtimeExample
-
- GtfsRealtimeModule - Class in org.transitime.avl
-
For reading in feed of GTFS-realtime AVL data.
- GtfsRealtimeModule(String) - Constructor for class org.transitime.avl.GtfsRealtimeModule
-
- GtfsRoute - Class in org.transitime.gtfs.gtfsStructs
-
A GTFS routes object.
- GtfsRoute(String, String, String, String, String, String, String) - Constructor for class org.transitime.gtfs.gtfsStructs.GtfsRoute
-
For creating a GtfsStop object from scratch.
- GtfsRoute(CSVRecord, boolean, String) - Constructor for class org.transitime.gtfs.gtfsStructs.GtfsRoute
-
Creates a GtfsRoute object by reading the data
from the CSVRecord.
- GtfsRoute(GtfsRoute, GtfsRoute) - Constructor for class org.transitime.gtfs.gtfsStructs.GtfsRoute
-
When combining a regular route with a supplemental route need to
create a whole new object since this class is Immutable to make
it safer to use.
- GtfsRoutesReader - Class in org.transitime.gtfs.readers
-
GTFS reader for the route.txt file
- GtfsRoutesReader(String) - Constructor for class org.transitime.gtfs.readers.GtfsRoutesReader
-
- GtfsRoutesSupplementReader - Class in org.transitime.gtfs.readers
-
GTFS reader for the routeSupplement.txt file
- GtfsRoutesSupplementReader(String) - Constructor for class org.transitime.gtfs.readers.GtfsRoutesSupplementReader
-
- GtfsRoutesWriter - Class in org.transitime.gtfs.writers
-
For writing out the routes.txt GTFS file.
- GtfsRoutesWriter(String) - Constructor for class org.transitime.gtfs.writers.GtfsRoutesWriter
-
Creates file writer and writes the header.
- GtfsRtTripFeed - Class in org.transitime.api.gtfsRealtime
-
For creating GTFS-realtime trip feed.
- GtfsRtTripFeed(String) - Constructor for class org.transitime.api.gtfsRealtime.GtfsRtTripFeed
-
Member Functions
- GtfsRtVehicleFeed - Class in org.transitime.api.gtfsRealtime
-
For creating GTFS-realtime Vehicle feed.
- GtfsRtVehicleFeed(String) - Constructor for class org.transitime.api.gtfsRealtime.GtfsRtVehicleFeed
-
Member Functions
- GtfsRtVehiclePositionsReader - Class in org.transitime.feed.gtfsRt
-
For reading GTFS-realtime Vehicle Positions feed and returning data
as a List of AvlReports.
- GtfsRtVehiclePositionsReaderBase - Class in org.transitime.feed.gtfsRt
-
Reads in GTFS-realtime Vehicle Positions file and converts them into List of
AvlReport objects.
- GtfsRtVehiclePositionsReaderBase(String) - Constructor for class org.transitime.feed.gtfsRt.GtfsRtVehiclePositionsReaderBase
-
Member Functions
- GtfsShape - Class in org.transitime.gtfs.gtfsStructs
-
A GTFS shapes object.
- GtfsShape(String, double, double, int, double) - Constructor for class org.transitime.gtfs.gtfsStructs.GtfsShape
-
Creates a GtfsShape object from scratch
- GtfsShape(CSVRecord, boolean, String) - Constructor for class org.transitime.gtfs.gtfsStructs.GtfsShape
-
Creates a GtfsShape object by reading the data
from the CSVRecord.
- GtfsShape(GtfsShape, double, double) - Constructor for class org.transitime.gtfs.gtfsStructs.GtfsShape
-
Creates a copy of the GtfsShape but updates the latitude and longitude.
- GtfsShape(GtfsShape, GtfsShape) - Constructor for class org.transitime.gtfs.gtfsStructs.GtfsShape
-
When combining a regular shape point with a supplemental one need to
create a whole new object since this class is Immutable to make it safer
to use.
- GtfsShapesReader - Class in org.transitime.gtfs.readers
-
GTFS reader for the shapes.txt file
- GtfsShapesReader(String) - Constructor for class org.transitime.gtfs.readers.GtfsShapesReader
-
- GtfsShapesSupplementReader - Class in org.transitime.gtfs.readers
-
GTFS reader for supplemental shapes.txt file.
- GtfsShapesSupplementReader(String) - Constructor for class org.transitime.gtfs.readers.GtfsShapesSupplementReader
-
- GtfsShapesWriter - Class in org.transitime.gtfs.writers
-
Writes out a GTFS shapes.txt file.
- GtfsShapesWriter(String) - Constructor for class org.transitime.gtfs.writers.GtfsShapesWriter
-
Creates file writer and writes the header.
- GtfsStop - Class in org.transitime.gtfs.gtfsStructs
-
A GTFS stops object.
- GtfsStop(String, Integer, String, double, double) - Constructor for class org.transitime.gtfs.gtfsStructs.GtfsStop
-
For creating a GtfsStop object from scratch.
- GtfsStop(CSVRecord, boolean, String) - Constructor for class org.transitime.gtfs.gtfsStructs.GtfsStop
-
Creates a GtfsStop object by reading the data from the CSVRecord.
- GtfsStop(GtfsStop, double, double) - Constructor for class org.transitime.gtfs.gtfsStructs.GtfsStop
-
Creates a copy of the GtfsStop but updates the latitude and longitude.
- GtfsStop(GtfsStop, GtfsStop) - Constructor for class org.transitime.gtfs.gtfsStructs.GtfsStop
-
When combining a regular stop with a supplemental stop need to create a
whole new object since this class is Immutable to make it safer to use.
- GtfsStopsReader - Class in org.transitime.gtfs.readers
-
GTFS reader for the stops.txt file
- GtfsStopsReader(String) - Constructor for class org.transitime.gtfs.readers.GtfsStopsReader
-
- GtfsStopsSupplementReader - Class in org.transitime.gtfs.readers
-
GTFS reader for supplemental stops.txt file
- GtfsStopsSupplementReader(String) - Constructor for class org.transitime.gtfs.readers.GtfsStopsSupplementReader
-
- GtfsStopsWriter - Class in org.transitime.gtfs.writers
-
For writing out the stops.txt GTFS file.
- GtfsStopsWriter(String) - Constructor for class org.transitime.gtfs.writers.GtfsStopsWriter
-
Creates file writer and writes the header.
- GtfsStopTime - Class in org.transitime.gtfs.gtfsStructs
-
A GTFS stop_times object
- GtfsStopTime(String, String, String, String, int, Boolean) - Constructor for class org.transitime.gtfs.gtfsStructs.GtfsStopTime
-
For creating a GtfsStopTime object from scratch
- GtfsStopTime(CSVRecord, boolean, String) - Constructor for class org.transitime.gtfs.gtfsStructs.GtfsStopTime
-
Creates a GtfsStopTime object by reading the data from the CSVRecord.
- GtfsStopTime(GtfsStopTime, Integer) - Constructor for class org.transitime.gtfs.gtfsStructs.GtfsStopTime
-
For when need to create a GtfsStopTime that is a wait stop.
- GtfsStopTime(GtfsStopTime, GtfsStopTime) - Constructor for class org.transitime.gtfs.gtfsStructs.GtfsStopTime
-
When combining a regular stop time with a supplemental one need to
create a whole new object since this class is Immutable to make it safer
to use.
- GtfsStopTimesReader - Class in org.transitime.gtfs.readers
-
GTFS reader for the stop_times.txt file
- GtfsStopTimesReader(String) - Constructor for class org.transitime.gtfs.readers.GtfsStopTimesReader
-
- GtfsStopTimesSupplementReader - Class in org.transitime.gtfs.readers
-
GTFS reader for supplemental stop_times.txt file
- GtfsStopTimesSupplementReader(String) - Constructor for class org.transitime.gtfs.readers.GtfsStopTimesSupplementReader
-
- GtfsStopTimesWriter - Class in org.transitime.gtfs.writers
-
For writing a GTFS stop_times.txt file.
- GtfsStopTimesWriter(String) - Constructor for class org.transitime.gtfs.writers.GtfsStopTimesWriter
-
Creates file writer and writes the header.
- GtfsTransfer - Class in org.transitime.gtfs.gtfsStructs
-
- GtfsTransfer(CSVRecord, boolean, String) - Constructor for class org.transitime.gtfs.gtfsStructs.GtfsTransfer
-
- GtfsTransfersReader - Class in org.transitime.gtfs.readers
-
- GtfsTransfersReader(String) - Constructor for class org.transitime.gtfs.readers.GtfsTransfersReader
-
- GtfsTrip - Class in org.transitime.gtfs.gtfsStructs
-
A GTFS trip object.
- GtfsTrip(String, String, String, String, String, String, String, String) - Constructor for class org.transitime.gtfs.gtfsStructs.GtfsTrip
-
Creates a GtfsTrip object from scratch
- GtfsTrip(CSVRecord, boolean, String) - Constructor for class org.transitime.gtfs.gtfsStructs.GtfsTrip
-
Creates a GtfsTrip object by reading the data from the CSVRecord.
- GtfsTrip(String, String, String, String, String, String, String, String, Integer, Integer) - Constructor for class org.transitime.gtfs.gtfsStructs.GtfsTrip
-
- GtfsTrip(GtfsTrip, GtfsTrip) - Constructor for class org.transitime.gtfs.gtfsStructs.GtfsTrip
-
When combining a regular trip with a supplemental trip need to create a
whole new object since this class is Immutable to make it safer to use.
- GtfsTrip(String, String) - Constructor for class org.transitime.gtfs.gtfsStructs.GtfsTrip
-
Creates a GtfsTrip object but only with the tripShortName and blockId
set.
- GtfsTripsReader - Class in org.transitime.gtfs.readers
-
GTFS reader for the trips.txt file
- GtfsTripsReader(String) - Constructor for class org.transitime.gtfs.readers.GtfsTripsReader
-
- GtfsTripsSupplementReader - Class in org.transitime.gtfs.readers
-
GTFS reader for supplemental trips.txt file
- GtfsTripsSupplementReader(String) - Constructor for class org.transitime.gtfs.readers.GtfsTripsSupplementReader
-
- GtfsTripsWriter - Class in org.transitime.gtfs.writers
-
For writing out the trips.txt GTFS file.
- GtfsTripsWriter(String) - Constructor for class org.transitime.gtfs.writers.GtfsTripsWriter
-
Creates file writer and writes the header.
- GtfsUpdatedModule - Class in org.transitime.gtfs
-
Downloads GTFS file from web server if it has been updated and notifies
users.
- GtfsUpdatedModule(String) - Constructor for class org.transitime.gtfs.GtfsUpdatedModule
-
Constructor
- Gzip - Class in org.transitime.utils
-
For compressing and uncompressing gzip (.gz) files.
- Gzip() - Constructor for class org.transitime.utils.Gzip
-