static OsmZoningReader |
OsmZoningReaderFactory.create(String inputFile,
String countryName,
PlanitOsmNetwork referenceNetwork) |
Create a PLANitOSMReader while providing an OSM network to populate
|
static OsmZoningReader |
OsmZoningReaderFactory.create(String inputFile,
String countryName,
PlanitOsmNetwork referenceNetwork,
OsmNetworkToZoningReaderData network2ZoningData) |
Create a PLANitOSMReader while providing an OSM network to populate
|
static OsmZoningReader |
OsmZoningReaderFactory.create(String inputFile,
String countryName,
Zoning zoningToPopulate,
PlanitOsmNetwork referenceNetwork,
OsmNetworkToZoningReaderData network2ZoningData) |
Create a PLANitOSMReader while providing an OSM network to populate
|
static OsmZoningReader |
OsmZoningReaderFactory.create(URL inputSource,
String countryName,
PlanitOsmNetwork referenceNetwork) |
Create a PLANitOSMReader while providing an OSM network to populate
|
static OsmZoningReader |
OsmZoningReaderFactory.create(URL inputSource,
String countryName,
PlanitOsmNetwork referenceNetwork,
OsmNetworkToZoningReaderData network2ZoningData) |
Create a PLANitOSMReader while providing an OSM network to populate
|
static OsmZoningReader |
OsmZoningReaderFactory.create(URL inputSource,
String countryName,
Zoning zoningToPopulate,
PlanitOsmNetwork referenceNetwork,
OsmNetworkToZoningReaderData network2ZoningData) |
Create a PLANitOSMReader while providing an OSM network to populate
|
static OsmZoningReader |
OsmZoningReaderFactory.create(OsmPublicTransportReaderSettings settings) |
Create a PLANitOSMReader while providing an OSM network to populate
|
static OsmZoningReader |
OsmZoningReaderFactory.create(OsmPublicTransportReaderSettings settings,
Zoning zoningToPopulate) |
Create a PLANitOSMReader while providing an OSM network to populate
|
static OsmZoningReader |
OsmZoningReaderFactory.create(Zoning zoningToPopulate) |
Create a default PLANitOsmZoningReader.
|