static OsmIntermodalReader |
OsmIntermodalReaderFactory.create() |
Create a PLANitOsmIntermodalReader which will create its own macroscopic network, zoning and non-locale specific defaults for any right hand driving country
|
static OsmIntermodalReader |
OsmIntermodalReaderFactory.create(String countryName) |
Create a PLANitOsmIntermodalReader which will create its own macroscopic network, zoning.
|
static OsmIntermodalReader |
OsmIntermodalReaderFactory.create(String inputFile,
String countryName) |
Create a PLANitOsmIntermodalReader which will create its own macroscopic network and zoning
|
static OsmIntermodalReader |
OsmIntermodalReaderFactory.create(String inputFile,
String countryName,
PlanitOsmNetwork osmNetworkToPopulate,
Zoning zoningToPopulate) |
Create a PLANitOsmIntermodalReader while providing an OSM network, and zoning to populate
|
static OsmIntermodalReader |
OsmIntermodalReaderFactory.create(URL inputSource,
String countryName) |
Create a PLANitOsmIntermodalReader which will create its own macroscopic network and zoning
|
static OsmIntermodalReader |
OsmIntermodalReaderFactory.create(URL inputSource,
String countryName,
PlanitOsmNetwork osmNetworkToPopulate,
Zoning zoningToPopulate) |
Create a PLANitOsmIntermodalReader while providing an OSM network, and zoning to populate
|
static OsmIntermodalReader |
OsmIntermodalReaderFactory.create(OsmNetworkReaderSettings networkSettings,
OsmPublicTransportReaderSettings ptSettings) |
Create a PLANitOsmIntermodalReader which requires the user to set the remaining required settings on the provided settings instances
|
static OsmIntermodalReader |
OsmIntermodalReaderFactory.create(OsmNetworkReaderSettings networkSettings,
OsmPublicTransportReaderSettings ptSettings,
PlanitOsmNetwork osmNetworkToPopulate) |
Create a PLANitOsmIntermodalReader which will create its own macroscopic network and zoning
|
static OsmIntermodalReader |
OsmIntermodalReaderFactory.create(OsmNetworkReaderSettings networkSettings,
OsmPublicTransportReaderSettings ptSettings,
PlanitOsmNetwork osmNetworkToPopulate,
Zoning zoningToPopulate) |
Create a PLANitOsmIntermodalReader while providing an OSM network, and zoning to populate
|
static OsmIntermodalReader |
OsmIntermodalReaderFactory.create(OsmNetworkReaderSettings networkSettings,
PlanitOsmNetwork osmNetworkToPopulate) |
Create a PLANitOsmIntermodalReader which will create its own macroscopic network and zoning
|