| Package | Description |
|---|---|
| com.google.transit.realtime | |
| org.opentripplanner.routing.edgetype | |
| org.opentripplanner.updater.stoptime |
| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<GtfsRealtime.TripUpdate> |
GtfsRealtime.TripUpdate.PARSER |
| Modifier and Type | Method and Description |
|---|---|
GtfsRealtime.TripUpdate |
GtfsRealtime.TripUpdate.Builder.build() |
GtfsRealtime.TripUpdate |
GtfsRealtime.TripUpdate.Builder.buildPartial() |
static GtfsRealtime.TripUpdate |
GtfsRealtime.TripUpdate.getDefaultInstance() |
GtfsRealtime.TripUpdate |
GtfsRealtime.TripUpdate.getDefaultInstanceForType() |
GtfsRealtime.TripUpdate |
GtfsRealtime.TripUpdate.Builder.getDefaultInstanceForType() |
GtfsRealtime.TripUpdate |
GtfsRealtime.FeedEntityOrBuilder.getTripUpdate()
optional .transit_realtime.TripUpdate trip_update = 3; |
GtfsRealtime.TripUpdate |
GtfsRealtime.FeedEntity.getTripUpdate()
optional .transit_realtime.TripUpdate trip_update = 3; |
GtfsRealtime.TripUpdate |
GtfsRealtime.FeedEntity.Builder.getTripUpdate()
optional .transit_realtime.TripUpdate trip_update = 3; |
static GtfsRealtime.TripUpdate |
GtfsRealtime.TripUpdate.parseDelimitedFrom(InputStream input) |
static GtfsRealtime.TripUpdate |
GtfsRealtime.TripUpdate.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GtfsRealtime.TripUpdate |
GtfsRealtime.TripUpdate.parseFrom(byte[] data) |
static GtfsRealtime.TripUpdate |
GtfsRealtime.TripUpdate.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GtfsRealtime.TripUpdate |
GtfsRealtime.TripUpdate.parseFrom(com.google.protobuf.ByteString data) |
static GtfsRealtime.TripUpdate |
GtfsRealtime.TripUpdate.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GtfsRealtime.TripUpdate |
GtfsRealtime.TripUpdate.parseFrom(com.google.protobuf.CodedInputStream input) |
static GtfsRealtime.TripUpdate |
GtfsRealtime.TripUpdate.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GtfsRealtime.TripUpdate |
GtfsRealtime.TripUpdate.parseFrom(InputStream input) |
static GtfsRealtime.TripUpdate |
GtfsRealtime.TripUpdate.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<GtfsRealtime.TripUpdate> |
GtfsRealtime.TripUpdate.getParserForType() |
| Modifier and Type | Method and Description |
|---|---|
GtfsRealtime.TripUpdate.Builder |
GtfsRealtime.TripUpdate.Builder.mergeFrom(GtfsRealtime.TripUpdate other) |
GtfsRealtime.FeedEntity.Builder |
GtfsRealtime.FeedEntity.Builder.mergeTripUpdate(GtfsRealtime.TripUpdate value)
optional .transit_realtime.TripUpdate trip_update = 3; |
static GtfsRealtime.TripUpdate.Builder |
GtfsRealtime.TripUpdate.newBuilder(GtfsRealtime.TripUpdate prototype) |
GtfsRealtime.FeedEntity.Builder |
GtfsRealtime.FeedEntity.Builder.setTripUpdate(GtfsRealtime.TripUpdate value)
optional .transit_realtime.TripUpdate trip_update = 3; |
| Modifier and Type | Method and Description |
|---|---|
TripTimes |
Timetable.createUpdatedTripTimes(GtfsRealtime.TripUpdate tripUpdate,
TimeZone timeZone,
org.onebusaway.gtfs.model.calendar.ServiceDate updateServiceDate)
Apply the TripUpdate to the appropriate TripTimes from this Timetable.
|
| Modifier and Type | Method and Description |
|---|---|
List<GtfsRealtime.TripUpdate> |
GtfsRealtimeHttpTripUpdateSource.getUpdates() |
List<GtfsRealtime.TripUpdate> |
GtfsRealtimeFileTripUpdateSource.getUpdates() |
List<GtfsRealtime.TripUpdate> |
TripUpdateSource.getUpdates()
Wait for one message to arrive, and decode it into a List of TripUpdates.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TimetableSnapshotSource.applyTripUpdates(Graph graph,
boolean fullDataset,
List<GtfsRealtime.TripUpdate> updates,
String feedId)
Method to apply a trip update list to the most recent version of the timetable snapshot.
|
| Constructor and Description |
|---|
TripUpdateGraphWriterRunnable(boolean fullDataset,
List<GtfsRealtime.TripUpdate> updates,
String feedId) |
Copyright © 2018. All rights reserved.