public class IpcVehicleComplete extends IpcVehicleGtfsRealtime
Constructor and Description |
---|
IpcVehicleComplete(VehicleState vs)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDestinationId() |
double |
getDistanceAlongTrip() |
double |
getDistanceOfNextStopFromTripStart() |
double |
getDistanceToNextStop() |
java.lang.String |
getOriginStopId() |
java.lang.String |
getRouteName() |
java.lang.String |
toString() |
getAtOrNextGtfsStopSeq, getAtOrNextStopId, getTripStartEpochTime, isAtStop
getAvl, getBlockAssignmentMethod, getBlockId, getDirectionId, getGpsTime, getHeading, getHeadsign, getId, getLatitude, getLayoverDepartureTime, getLicensePlate, getLongitude, getNextStopId, getNextStopName, getRealTimeSchedAdh, getRouteId, getRouteShortName, getSpeed, getTripId, getTripPatternId, getVehicleType, isDelayed, isForSchedBasedPred, isLayover, isPredictable, main
public IpcVehicleComplete(VehicleState vs)
vs
- The current vehicle state. Must not be null.public java.lang.String getRouteName()
public java.lang.String getOriginStopId()
public java.lang.String getDestinationId()
public double getDistanceToNextStop()
public double getDistanceOfNextStopFromTripStart()
public double getDistanceAlongTrip()
public java.lang.String toString()
toString
in class IpcVehicleGtfsRealtime