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.gtfsStructs |
Contains the classes the correspond directly to the GTFS data.
|
org.transitime.gtfs.readers |
For reading in a GTFS file in CSV format.
|
Constructor and Description |
---|
Agency(int configRev,
GtfsAgency gtfsAgency,
java.util.List<Route> routes)
For creating object to be written to db.
|
Constructor and Description |
---|
GtfsAgency(GtfsAgency originalAgency,
GtfsAgency supplementAgency)
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.
|
Modifier and Type | Method and Description |
---|---|
GtfsAgency |
GtfsAgencyReader.handleRecord(org.apache.commons.csv.CSVRecord record,
boolean supplemental) |
GtfsAgency |
GtfsAgenciesSupplementReader.handleRecord(org.apache.commons.csv.CSVRecord record,
boolean supplemental) |