Uses of Class
org.goplanit.io.converter.network.PlanitNetworkReaderSettings
-
Packages that use PlanitNetworkReaderSettings Package Description org.goplanit.io.converter.intermodal org.goplanit.io.converter.network -
-
Uses of PlanitNetworkReaderSettings in org.goplanit.io.converter.intermodal
Fields in org.goplanit.io.converter.intermodal declared as PlanitNetworkReaderSettings Modifier and Type Field Description protected PlanitNetworkReaderSettings
PlanitIntermodalReaderSettings. networkSettings
the network settings to useMethods in org.goplanit.io.converter.intermodal that return PlanitNetworkReaderSettings Modifier and Type Method Description PlanitNetworkReaderSettings
PlanitIntermodalReaderSettings. getNetworkSettings()
provide access to the network reader settingsConstructors in org.goplanit.io.converter.intermodal with parameters of type PlanitNetworkReaderSettings Constructor Description PlanitIntermodalReaderSettings(PlanitNetworkReaderSettings networkSettings, PlanitZoningReaderSettings zoningSettings)
ConstructorPlanitIntermodalReaderSettings(PlanitNetworkReaderSettings networkSettings, PlanitZoningReaderSettings zoningSettings, PlanitServiceNetworkReaderSettings serviceNetworkSettings, PlanitRoutedServicesReaderSettings routedServicesSettings)
Constructor -
Uses of PlanitNetworkReaderSettings in org.goplanit.io.converter.network
Methods in org.goplanit.io.converter.network that return PlanitNetworkReaderSettings Modifier and Type Method Description PlanitNetworkReaderSettings
PlanitNetworkReader. getSettings()
any settings to configure the reader can be configured by collecting these settingsMethods in org.goplanit.io.converter.network with parameters of type PlanitNetworkReaderSettings Modifier and Type Method Description static PlanitNetworkReader
PlanitNetworkReaderFactory. create(PlanitNetworkReaderSettings settings)
Create a PLANitNetworkReader which will create its own macroscopic network and non-locale specific defaults for any right hand driving countrystatic PlanitNetworkReader
PlanitNetworkReaderFactory. create(PlanitNetworkReaderSettings settings, LayeredNetwork<?,?> network)
Create a PLANitNetworkReader which will create its own macroscopic network and non-locale specific defaults for any right hand driving countrystatic PlanitNetworkReader
PlanitNetworkReaderFactory. create(org.goplanit.xml.generated.XMLElementMacroscopicNetwork xmlRawNetwork, PlanitNetworkReaderSettings settings, LayeredNetwork<?,?> network)
Create a PLANitNetworkReader which will create its own macroscopic network and non-locale specific defaults for any right hand driving countryConstructors in org.goplanit.io.converter.network with parameters of type PlanitNetworkReaderSettings Constructor Description PlanitNetworkReader(PlanitNetworkReaderSettings settings, LayeredNetwork<?,?> network)
Constructor where settings are directly provided such that input information can be exracted from itPlanitNetworkReader(PlanitNetworkReaderSettings settings, IdGroupingToken idToken)
Constructor where settings are directly provided such that input information can be exracted from itPlanitNetworkReader(org.goplanit.xml.generated.XMLElementMacroscopicNetwork externalXmlRawNetwork, PlanitNetworkReaderSettings settings, LayeredNetwork<?,?> network)
Constructor where file has already been parsed and we only need to convert from raw XML objects to PLANit memory model
-