| Package | Description |
|---|---|
| org.transitime.api.data |
This package contains the classes for the objects that are serialized into
JSON or XML.
|
| org.transitime.db.structs |
Contains the descriptions of the classes for the objects that are read
and written to the database.
|
| org.transitime.ipc.data |
This package contains the low-level objects that are transmitted to
the clients via RMI.
|
| Constructor and Description |
|---|
ApiExtent(Extent extent) |
| Modifier and Type | Method and Description |
|---|---|
Extent |
TripPattern.getExtent()
The extent of all of the stops that make up the trip pattern
|
Extent |
Route.getExtent() |
Extent |
Agency.getExtent() |
| Modifier and Type | Method and Description |
|---|---|
void |
Extent.add(Extent e)
Once an Extent has been constructed need to simply add
associated Extents (or Locations).
|
| Modifier and Type | Method and Description |
|---|---|
Extent |
IpcTripPattern.getExtent() |
Extent |
IpcRouteSummary.getExtent() |