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.
|
org.transitime.ipc.data |
This package contains the low-level objects that are transmitted to
the clients via RMI.
|
Modifier and Type | Method and Description |
---|---|
Stop |
ArrivalDeparture.getStop()
Returns the Stop object associated with the arrival/departure.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Stop> |
Route.getStops()
Returns unordered collection of stops associated with route.
|
static java.util.List<Stop> |
Stop.getStops(org.hibernate.Session session,
int configRev)
Returns List of Stop objects for the specified database revision.
|
Modifier and Type | Method and Description |
---|---|
Stop |
GtfsData.getStop(java.lang.String stopId)
Gets the Stop from the stopsMap.
|
Stop |
DbConfig.getStop(java.lang.String stopId)
Returns the Stop with the specified stopId.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Stop> |
GtfsData.getStops() |
Constructor and Description |
---|
StopPathProcessor(java.util.Collection<GtfsShape> gtfsShapes,
java.util.Map<java.lang.String,Stop> stopsMap,
java.util.Collection<TripPattern> tripPatterns,
double offsetDistance,
double maxStopToPathDistance,
double maxDistanceForEliminatingVertices,
boolean trimPathBeforeFirstStopOfTrip)
Constructor.
|
Constructor and Description |
---|
IpcStop(Stop dbStop,
boolean aUiStop,
java.lang.String directionId)
Member Functions
|
IpcStop(Stop dbStop,
java.lang.String directionId)
Constructs a stop and sets isUiStop to true.
|