Uses of Class
org.goplanit.tntp.converter.network.TntpNetworkReaderSettings
-
Packages that use TntpNetworkReaderSettings Package Description org.goplanit.tntp.converter.network org.goplanit.tntp.input Scanner reader for reading input files which are in the TNTP Formatorg.goplanit.tntp.project TNTP implementation of CustomPlanItProject -
-
Uses of TntpNetworkReaderSettings in org.goplanit.tntp.converter.network
Methods in org.goplanit.tntp.converter.network that return TntpNetworkReaderSettings Modifier and Type Method Description TntpNetworkReaderSettings
TntpNetworkReader. getSettings()
any settings to configure the reader can be configured by collecting these settingsMethods in org.goplanit.tntp.converter.network with parameters of type TntpNetworkReaderSettings Modifier and Type Method Description static TntpNetworkReader
TntpNetworkReaderFactory. create(TntpNetworkReaderSettings settings)
Create a TNTPNetworkReader which will create its own macroscopic network and non-locale specific defaults for any right hand driving countrystatic TntpNetworkReader
TntpNetworkReaderFactory. create(TntpNetworkReaderSettings settings, LayeredNetwork<?,?> network)
Create a TNTPNetworkReader which will create its own macroscopic network and non-locale specific defaults for any right hand driving countryConstructors in org.goplanit.tntp.converter.network with parameters of type TntpNetworkReaderSettings Constructor Description TntpNetworkReader(TntpNetworkReaderSettings settings, LayeredNetwork<?,?> network)
ConstructorTntpNetworkReader(TntpNetworkReaderSettings networkSettings, IdGroupingToken idToken)
Constructor -
Uses of TntpNetworkReaderSettings in org.goplanit.tntp.input
Methods in org.goplanit.tntp.input that return TntpNetworkReaderSettings Modifier and Type Method Description TntpNetworkReaderSettings
TntpInputBuilder. getNetworkReaderSettings()
-
Uses of TntpNetworkReaderSettings in org.goplanit.tntp.project
Methods in org.goplanit.tntp.project that return TntpNetworkReaderSettings Modifier and Type Method Description TntpNetworkReaderSettings
TntpProject. getNetworkReaderSettings()
-