| Package | Description |
|---|---|
| com.conveyal.gtfs | |
| com.conveyal.gtfs.model |
This package contains an alternative to the GTFS loading classes we have been using from OBA.
|
| Modifier and Type | Field and Description |
|---|---|
org.mapdb.BTreeMap<String,Service> |
GTFSFeed.services |
| Modifier and Type | Method and Description |
|---|---|
Service |
Service.removeDays(String service_id,
EnumSet<DayOfWeek> daysToRemove) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Service.checkOverlap(Service s1,
Service s2)
Checks for overlapping days of week between two service calendars
|
| Constructor and Description |
|---|
Loader(GTFSFeed feed,
Map<String,Service> services)
Create a loader.
|
Loader(GTFSFeed feed,
Map<String,Service> services)
Create a loader.
|
Copyright © 2019. All rights reserved.