Package | Description |
---|---|
org.transitime.db.structs |
Contains the descriptions of the classes for the objects that are read
and written to the database.
|
org.transitime.gtfs |
Contains classes for reading and writing GTFS configuration data.
|
Constructor and Description |
---|
Route(int configRev,
GtfsRoute gtfsRoute,
java.util.List<TripPattern> tripPatternsForRoute,
TitleFormatter titleFormatter,
boolean shouldCombineShortAndLongNamesForRoutes)
Constructor.
|
Stop(int configRev,
GtfsStop gtfsStop,
TitleFormatter titleFormatter)
Constructor
|
Trip(int configRev,
GtfsTrip gtfsTrip,
java.lang.String properRouteId,
java.lang.String routeShortName,
TitleFormatter titleFormatter)
Constructs Trip object from GTFS data.
|
Constructor and Description |
---|
GtfsData(int configRev,
java.lang.String notes,
java.util.Date zipFileLastModifiedTime,
boolean shouldStoreNewRevs,
java.lang.String projectId,
java.lang.String gtfsDirectoryName,
java.lang.String supplementDir,
boolean shouldCombineShortAndLongNamesForRoutes,
double pathOffsetDistance,
double maxStopToPathDistance,
double maxDistanceForEliminatingVertices,
int defaultWaitTimeAtStopMsec,
double maxSpeedKph,
double maxTravelTimeSegmentLength,
boolean trimPathBeforeFirstStopOfTrip,
TitleFormatter titleFormatter)
Constructor
|