public class MissionBayConfig
extends java.lang.Object
Constructor and Description |
---|
MissionBayConfig() |
Modifier and Type | Method and Description |
---|---|
static java.util.Map<java.lang.String,java.util.List<java.lang.String>> |
getPathData()
Defines the path data for all routes and puts it into the shapeIdsMap.
|
static java.util.List<GtfsFromNextBus.Dir> |
getSpecialCaseDirections(java.lang.String routeId)
Provides list of stops for each possible direction/trip pattern.
|
public static java.util.List<GtfsFromNextBus.Dir> getSpecialCaseDirections(java.lang.String routeId)
Good way to determine which stops are part of a direction/trip is to look at the schedule API such as http://webservices.nextbus.com/s/xmlFeed?command=schedule&a=sf-mission-bay&r=west Then list the stops for each trip pattern below.
routeId
- public static java.util.Map<java.lang.String,java.util.List<java.lang.String>> getPathData()