Uses of Class
org.goplanit.io.converter.intermodal.PlanitIntermodalReaderSettings
-
Packages that use PlanitIntermodalReaderSettings Package Description org.goplanit.io.converter.intermodal -
-
Uses of PlanitIntermodalReaderSettings in org.goplanit.io.converter.intermodal
Fields in org.goplanit.io.converter.intermodal declared as PlanitIntermodalReaderSettings Modifier and Type Field Description protected PlanitIntermodalReaderSettings
PlanitIntermodalReader. intermodalReaderSettings
intermodal reader settings to useMethods in org.goplanit.io.converter.intermodal that return PlanitIntermodalReaderSettings Modifier and Type Method Description PlanitIntermodalReaderSettings
PlanitIntermodalReader. getSettings()
any settings to configure the reader can be configured by collecting these settingsMethods in org.goplanit.io.converter.intermodal with parameters of type PlanitIntermodalReaderSettings Modifier and Type Method Description static PlanitIntermodalReader
PlanitIntermodalReaderFactory. create(PlanitIntermodalReaderSettings intermodalSettings)
Factory method absed on passed in network and zoning reader settingsConstructors in org.goplanit.io.converter.intermodal with parameters of type PlanitIntermodalReaderSettings Constructor Description PlanitIntermodalReader(PlanitIntermodalReaderSettings settings, IdGroupingToken idToken)
constructor where xml content is still on disk and first needs to be parsed into memory before converted to planit memory model.
-