ParaPolyTransfer
Name: Para Polygon Transfer
Type: Application
Modules: Scheduling, Faring
Description: Locations, polygons, stops that a passenger can transfer from one vehicle to another.
| Field | Documentation |
|---|---|
| FromPolyId | Numeric identifier of the polygon where the transfer originates (from the Polygons table in MmsMap.dbd). |
| FromLineDirId | Numeric identifier of the line direction from which the transfer originates (from the Line table). |
| FromStopId | Numeric identifier of the transfer stop where the transfer originates (from the Stops table). |
| ToPolyId | Numeric identifier of the polygon to which the transfer is going (from the Polygons table). |
| ToLineDirId | Numeric identifier of the line direction from which the transfer is traveling (from the Line table). |
| ToStopId | Numeric identifier of the transfer stop to which the transfer is going (from the Stops table). |
| StopId | Numeric identifier of the transfer stop at which the transfer will occur (from the Stops table). |
| WaitOnTransfer | Flag that indicates whether the client can wait on a transfer. |
| FromDate | Start date from which the transfer is valid. |
| ToDate | End date after which the transfer is no longer valid. |
| WeekTemplate | 7-character string indicating the days of the week on which the transfer is valid (e.g., 0011001 = Monday, Tuesday, and Friday). |