mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 08:49:58 +00:00
migrated old network ids to new enum based ids
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@402 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
90cf8234b7
commit
e6c560a4f4
36 changed files with 284 additions and 50 deletions
28
src/de/schildbach/pte/NetworkId.java
Normal file
28
src/de/schildbach/pte/NetworkId.java
Normal file
|
@ -0,0 +1,28 @@
|
|||
package de.schildbach.pte;
|
||||
|
||||
public enum NetworkId
|
||||
{
|
||||
// Germany
|
||||
DB, BVG, RMV, MVV, AVV, VMV, GVH, BSVAG, NASA, VVO, VMS, VGS, VRR, VRN, VVS, NALDO, DING, KVV,
|
||||
|
||||
// Austria
|
||||
OEBB, VOR, LINZ, SVV, IVB, STV,
|
||||
|
||||
// Switzerland
|
||||
SBB, BVB, VBL,
|
||||
|
||||
// Belgium
|
||||
SNCB,
|
||||
|
||||
// Netherlands
|
||||
NS,
|
||||
|
||||
// U.K.
|
||||
TFL, TLEM, TLEA, TLSE, TLSW,
|
||||
|
||||
//
|
||||
MARIBOR,
|
||||
|
||||
// UAE
|
||||
DUB
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue