static OsmNetworkReader |
OsmNetworkReaderFactory.create() |
Create a PLANitOSMReader which will create its own macroscopic network and non-locale specific defaults for any right hand driving country
|
static OsmNetworkReader |
OsmNetworkReaderFactory.create(String countryName) |
Create a PLANitOSMReader which will create its own macroscopic network and non-locale specific defaults for any right hand driving country
|
static OsmNetworkReader |
OsmNetworkReaderFactory.create(String inputFile,
String countryName) |
Create a PLANitOSMReader which will create its own macroscopic network
|
static OsmNetworkReader |
OsmNetworkReaderFactory.create(String inputFile,
String countryName,
PlanitOsmNetwork osmNetworkToPopulate) |
Create a PLANitOSMReader while providing an OSM network to populate
|
static OsmNetworkReader |
OsmNetworkReaderFactory.create(URL inputQuery,
String countryName) |
Create a PLANitOSMReader which will create its own macroscopic network by drawing from a cloud based map source
|
static OsmNetworkReader |
OsmNetworkReaderFactory.create(URL inputQuery,
String countryName,
PlanitOsmNetwork osmNetworkToPopulate) |
Create a PLANitOSMReader while providing an OSM network to populate
|
static OsmNetworkReader |
OsmNetworkReaderFactory.create(OsmNetworkReaderSettings settings) |
Create a PLANitOSMReader while providing an OSM network to populate
|