static GtfsIntermodalReader |
GtfsIntermodalReaderFactory.create(String inputDirectory,
String countryName,
DayOfWeek dayOfWeek,
MacroscopicNetwork parentNetwork,
RouteTypeChoice typeChoice) |
Create a GtfsIntermodalReader sourced from given input directory, but without a zoning available yet, an empty zoning based on global id token will be created
|
static GtfsIntermodalReader |
GtfsIntermodalReaderFactory.create(String inputDirectory,
String countryName,
DayOfWeek dayOfWeek,
MacroscopicNetwork parentNetwork,
IdGroupingToken zoningIdToken,
RouteTypeChoice typeChoice) |
Create a GtfsIntermodalReader sourced from given input directory, but without a zoning available yet, an empty zoning based on the id grouping token will be created for you
|
static GtfsIntermodalReader |
GtfsIntermodalReaderFactory.create(String inputDirectory,
String countryName,
DayOfWeek dayOfWeek,
MacroscopicNetwork parentNetwork,
Zoning parentZoning,
RouteTypeChoice typeChoice) |
Create a GtfsIntermodalReader sourced from given input directory
|
static GtfsIntermodalReader |
GtfsIntermodalReaderFactory.create(String inputDirectory,
String countryName,
MacroscopicNetwork parentNetwork,
Zoning parentZoning,
RouteTypeChoice typeChoice) |
Create a GtfsIntermodalReader sourced from given input directory.
|
static GtfsIntermodalReader |
GtfsIntermodalReaderFactory.create(String countryName,
PairConverterReader<MacroscopicNetwork,Zoning> networkAndZoningReader) |
Create a GtfsIntermodalReader based on given locale input source needs to be manually set after, GTFS route choice
type set to RouteTypeChoice.EXTENDED).
|
static GtfsIntermodalReader |
GtfsIntermodalReaderFactory.create(GtfsIntermodalReaderSettings settings,
PairConverterReader<MacroscopicNetwork,Zoning> networkAndZoningReader) |
Create a GtfsIntermodalReader based on given settings which in turn contain information on required location and reference inputs
This specific approach allows the provision of an intermodal reader to obtain network and zoning rather than having
instances passed in
|
static GtfsIntermodalReader |
GtfsIntermodalReaderFactory.create(MacroscopicNetwork parentNetwork,
Zoning parentZoning,
GtfsIntermodalReaderSettings settings) |
Create a GtfsIntermodalReader based on given settings which in turn contain information on required location and reference inputs
|