InfoTransfers

Name: Info Transfers

Type: Application

Modules: Info

Description: Defines transfers between routes, used in itinerary search algorithm.

Field Documentation
TransferId Unique identifier for transfer.
TransferType Indicates type of the transfer: 7 = Line, 20 = polygon.
TransferLevel Range: 1 - 10. The lower the value, the more the transfer is desirable when constructing an itinerary.
HubId Transfer grouping identifier. (Not implemented yet)
FromAgencyId Agency identifier from Agencies.AgencyId.
FromLineDir Line direction identifier from Line.LineDirIdConst. Identifies the line direction that the transfer is made from. References the line direction across sign-up periods.
FromStop Stop identifier from Stops.StopId. Identifies the stop that the transfer is made from.
FromPolyId Polygon identifier from Polygons.PolyId. Identifies the polygon that the transfer is made from.
ToAgencyId Agency identifier from Agencies.AgencyId
ToLineDir Line direction identifier from Line.LineDirIdConst. Identifies the line direction that the transfer is made to. References the line direction across sign-up periods.
ToStop Stop identifier from Stops.StopId. Stop the transfer is made to.
ToPolyId Polygon identifier from Polygons.PolyId. Identifies the polygon that the transfer is made to.
NoCostTransfer Indicates transfer's no cost value: 2 = COST_NONE, 1 = COST_NONE_IF_STAY_IN_SEAT, 0 = COST_REGULAR.
TransferCreationMethod Indicates method used to create the transfer: 'U' = User, 'C' = Common Node, 'N' = Near Node, 'S' = Same Line, 'L' = Location, 'D' = Designated.
TransferDistance Distance in meters between the stops where the transfer is made.
TransferModified Indicates whether the transfer was modified.
MinTime Minimum time in seconds needed to make the transfer.
FromDate Start date from when the transfer is valid.
ToDate End date to when transfer is valid.
WeekTemplate 7-character string indicating what days of the week on which the transfer is valid (e.g., 0011001 means Monday, Tuesday, and Friday).
CreDate Date when the record was created.
CreTime Time when the record was created. Value is in seconds from midnight.
CreBy User who created the record.
ModTime Time when the record last modified. Value is in seconds from midnight.
ModDate Date when the record was last modified.
ModBy User who last modified the record.
Comments Comments about the record.