Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

D

DATABASE_POLLING_QUERY - Static variable in class org.transitime.worldbank.gtfsRtExample.ConfigurableParameters
 
DATABASE_QUERY - Static variable in class org.transitime.worldbank.gtfsRtExample.ConfigurableParameters
 
DatabaseMonitor - Class in org.transitime.monitoring
For monitoring access to database.
DatabaseMonitor(EmailSender, String) - Constructor for class org.transitime.monitoring.DatabaseMonitor
Simple constructor
DatabaseQueueMonitor - Class in org.transitime.monitoring
For monitoring access to database.
DatabaseQueueMonitor(EmailSender, String) - Constructor for class org.transitime.monitoring.DatabaseQueueMonitor
Simple constructor
DataCache - Class in org.transitime.api.gtfsRealtime
For caching GTFS-realtime messages.
DataCache() - Constructor for class org.transitime.api.gtfsRealtime.DataCache
 
DataDbLogger - Class in org.transitime.db.hibernate
DataDbLogger is for storing to the db a stream of data objects.
dataExists(String) - Method in class org.transitime.core.travelTimes.TravelTimeInfoMap
Returns true if there is at least some historic data for the specified trip pattern.
DataFetcher - Class in org.transitime.core.travelTimes
For retrieving historic AVL based data from database so that travel times can be determined.
DataFetcher(String, List<Integer>) - Constructor for class org.transitime.core.travelTimes.DataFetcher
Sets up needed calendar information if separating out data for special days of the week, such as Fridays for weekday service.
DataFetcher - Class in org.transitime.worldbank.gtfsRtExample
For retrieving ApiVehicle from the database
DataFetcher() - Constructor for class org.transitime.worldbank.gtfsRtExample.DataFetcher
 
DataFetcher.DbDataMapKey - Class in org.transitime.core.travelTimes
Special MapKey class so that can make sure using the proper key for the associated maps in this class.
dateStr(long) - Static method in class org.transitime.utils.Time
Returns date in format "MM-dd-yyyy"
dateStr(Date) - Static method in class org.transitime.utils.Time
Returns date in format "MM-dd-yyyy"
dateTimeStr(long) - Static method in class org.transitime.utils.Time
Returns epochTime as a string in the format MM-dd-yyyy HH:mm:ss z
dateTimeStr(Date) - Static method in class org.transitime.utils.Time
Returns epochTime as a string in the format MM-dd-yyyy HH:mm:ss z
dateTimeStrMsec(long) - Static method in class org.transitime.utils.Time
Returns epochTime as a string in the format MM-dd-yyyy HH:mm:ss.SSS z
dateTimeStrMsec(Date) - Static method in class org.transitime.utils.Time
Returns epochTime as a string, including msec, in the format MM-dd-yyyy HH:mm:ss.SSS z
dateTimeStrMsecForTimezone(long) - Method in class org.transitime.utils.Time
Returns epochTime as a string in the format MM-dd-yyyy HH:mm:ss.SSS z but does so for the Timezone specified by this Time object.
DAY_IN_MSECS - Static variable in class org.transitime.utils.Time
 
DAY_IN_SECS - Static variable in class org.transitime.utils.Time
 
DB_CONNECTION_URL - Static variable in class org.transitime.worldbank.gtfsRtExample.ConfigurableParameters
 
DB_PASSWORD - Static variable in class org.transitime.worldbank.gtfsRtExample.ConfigurableParameters
 
DB_USER - Static variable in class org.transitime.worldbank.gtfsRtExample.ConfigurableParameters
 
DbConfig - Class in org.transitime.gtfs
Reads all the configuration data from the database.
DbConfig(String) - Constructor for class org.transitime.gtfs.DbConfig
Constructor
DbSetupConfig - Class in org.transitime.configData
Config params for database
DbSetupConfig() - Constructor for class org.transitime.configData.DbSetupConfig
 
DbTest - Class in org.transitime.applications
 
DbTest() - Constructor for class org.transitime.applications.DbTest
 
DbTest - Class in org.transitime.db.structs
For testing ability to read and write to and from the db.
DbTest() - Constructor for class org.transitime.db.structs.DbTest
Constructor.
DbWriter - Class in org.transitime.gtfs
Writes the GTFS data contained in a GtfsData object to the database.
DbWriter(GtfsData) - Constructor for class org.transitime.gtfs.DbWriter
Member Functions
decrypt(String) - Static method in class org.transitime.utils.Encryption
Decrypts the encrypted string using the configured encryptionPassword
deepCopy(Object) - Method in class org.transitime.db.hibernate.PrecisionTimestampType
 
DEFALT_NAME - Static variable in class org.transitime.utils.threading.NamedThread
 
DEFAULT_ID_SIZE - Static variable in class org.transitime.db.hibernate.HibernateUtils
 
DELAYED - Static variable in class org.transitime.db.structs.VehicleEvent
 
deleteAll(String) - Static method in class org.transitime.db.structs.DbTest
Deletes all the DbTest objects from the database.
deleteApiKey(String) - Method in class org.transitime.db.webstructs.ApiKey
Deletes this ApiKey from specified database
deleteFromRev(Session, int) - Static method in class org.transitime.db.structs.Agency
Deletes rev from the Agencies table
deleteFromRev(Session, int) - Static method in class org.transitime.db.structs.Block
Deletes rev from the Blocks, Trips, and Block_to_Trip_joinTable
deleteFromRev(Session, int) - Static method in class org.transitime.db.structs.Calendar
Deletes rev from the Calendars table
deleteFromRev(Session, int) - Static method in class org.transitime.db.structs.CalendarDate
Deletes rev from the CalendarDates table
deleteFromRev(Session, int) - Static method in class org.transitime.db.structs.FareAttribute
Deletes rev from the FareAttributes table
deleteFromRev(Session, int) - Static method in class org.transitime.db.structs.FareRule
Deletes rev from the FareRules table
deleteFromRev(Session, int) - Static method in class org.transitime.db.structs.Frequency
Deletes rev from the Frequencies table
deleteFromRev(Session, int) - Static method in class org.transitime.db.structs.Route
Deletes rev from the Routes table
deleteFromRev(Session, int) - Static method in class org.transitime.db.structs.Stop
Deletes rev from the Stops table
deleteFromRev(Session, int) - Static method in class org.transitime.db.structs.Transfer
Deletes rev 0 from the Transfers table
deleteFromRev(Session, int) - Static method in class org.transitime.db.structs.TravelTimesForTrip
Deletes data from the TravelTimesForTrip and the TravelTimesForTrip_to_TravelTimesForPath_jointable.
deleteFromRev(Session, int) - Static method in class org.transitime.db.structs.Trip
Deletes rev from the Trips table
deleteFromRev(Session, int) - Static method in class org.transitime.db.structs.TripPattern
Deletes rev from the TripPattern_to_Path_joinTable, StopPaths, and TripPatterns tables.
deleteKey(String) - Method in class org.transitime.db.webstructs.ApiKeyManager
Deletes the ApiKey from the database
Departure - Class in org.transitime.db.structs
For persisting a Departure time.
Departure(String, Date, Date, Block, int, int) - Constructor for class org.transitime.db.structs.Departure
Simple constructor
determinePathId(String, String) - Static method in class org.transitime.db.structs.StopPath
For consistently naming the path Id.
determineStatsForRoute(Map<ScheduleDataProcessor.TripStopKey, GtfsStopTime>, Map<ScheduleDataProcessor.TripStopKey, List<Integer>>, Map<ScheduleDataProcessor.TripStopKey, ScheduleStatistics.Stats>, String, int, int, double, ArrivalDeparture.ArrivalsOrDepartures) - Static method in class org.transitime.statistics.ScheduleStatistics
For the route specified first determines the basic stats including the mean and standard deviation.
Dir() - Constructor for class org.transitime.custom.missionBay.GtfsFromNextBus.Dir
 
disassemble(Object) - Method in class org.transitime.db.hibernate.PrecisionTimestampType
 
distance(Location) - Method in class org.transitime.db.structs.Location
Returns distance in meters between this location and the location l2 passed in.
distance(Vector) - Method in class org.transitime.db.structs.Location
Returns distance in meters between location and the closest match to the specified Vector.
distance(Location) - Method in class org.transitime.db.structs.Vector
Determines the distance between a location and this vector.
distance(Location, Location) - Static method in class org.transitime.utils.Geo
Returns the distance between two locations.
distance(Location, Vector) - Static method in class org.transitime.utils.Geo
Determines the distance between a location and a vector.
distanceBetweenMatches(SpatialMatch) - Method in class org.transitime.core.SpatialMatch
Determines how far it is from this match to otherSpatialMatch.
distanceFormat(double) - Static method in class org.transitime.utils.Geo
For formatting distances in meters to consistent 2 decimal places.
distanceFormat(double) - Static method in class org.transitime.utils.StringUtils
Outputs distance string along with units.
distanceFromBeginningOfTrip() - Method in class org.transitime.core.SpatialMatch
Returns distance of this match from the beginning of the trip.
distanceHaversine(Location, Location) - Static method in class org.transitime.utils.Geo
Returns the distance between two locations.
distanceIfMatch(Location, Vector) - Static method in class org.transitime.utils.Geo
Same as distance() but returns NaN if the location is not along the vector.
Distances(IpcVehicleComplete) - Constructor for class org.transitime.api.data.siri.SiriMonitoredCall.Distances
 
distanceToStop - Variable in class org.transitime.gtfs.StopsByLoc.StopInfo
 
DoubleConfigValue - Class in org.transitime.config
For specifying a Double parameter that can be read in from xml config file.
DoubleConfigValue(String, String) - Constructor for class org.transitime.config.DoubleConfigValue
Constructor for when there is no default value.
DoubleConfigValue(String, Double, String) - Constructor for class org.transitime.config.DoubleConfigValue
Constructor.
download(String, String, String) - Method in class org.transitime.maintenance.AwsGlacier
Downloads the file with the specified archiveId from the specified vaultName.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links