Transfers

Name: Transfers

Type: Application

Modules: Info

Description: Defines transfers between routes. Used by itinerary search algorithm. Equivalent of InfoTransfers table.

Field Documentation
TransferId Unique identifier of the transfer.
SignId Signup identifier from SignupPeriod.SignId. References the sign-up period the transfer is valid for.
TransferType Indicates type of the transfer.
TransferLevel Range: 1 - 10. The lower the value, the more the transfer is desirable when constructing an itinerary.
TransferFlag Internal use only.
HubId Transfer grouping identifier. (Not implemented yet)
FromLineDirId Line direction identifier from Line.LineDirId. The line direction that the transfer is made from.
FromStop Stop identifier from Stops.StopId. The stop that the transfer is made from.
ToLineDirId Line direction identifier from Line.LineDirId. The line direction that the transfer is made to.
ToStop Stop identifier from Stops.StopId. The stop that the transfer is made to.
NoCostTransfer Indicates transfer's no cost value.
TransferCreationMethod Method used to create the transfer.
TransferDistance Distance in meters between the stops where the transfer is made.
TransferModified Indicates if the transfer was modified: 0 = not modified, 1 = modified.
MinTime Minimum time in seconds needed to make the transfer.