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 PlanitIntermodalReaderSettingsPlanitIntermodalReader. intermodalReaderSettingsintermodal reader settings to useMethods in org.goplanit.io.converter.intermodal that return PlanitIntermodalReaderSettings Modifier and Type Method Description PlanitIntermodalReaderSettingsPlanitIntermodalReader. 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 PlanitIntermodalReaderPlanitIntermodalReaderFactory. create(PlanitIntermodalReaderSettings intermodalSettings)Factory method based on passed in network and zoning reader settingsstatic PlanitIntermodalReaderPlanitIntermodalReaderFactory. create(IdGroupingToken idGroupingToken, PlanitIntermodalReaderSettings intermodalSettings)Factory method based on settings.Constructors in org.goplanit.io.converter.intermodal with parameters of type PlanitIntermodalReaderSettings Constructor Description PlanitIntermodalReader(PlanitIntermodalReaderSettings settings, MacroscopicNetwork network, Zoning zoning, ServiceNetwork serviceNetwork, RoutedServices routedServices)ConstructorPlanitIntermodalReader(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.PlanitIntermodalReader(PlanitIntermodalReaderSettings settings, org.goplanit.xml.generated.XMLElementMacroscopicNetwork xmlRawNetwork, org.goplanit.xml.generated.XMLElementMacroscopicZoning xmlRawZoning, org.goplanit.xml.generated.XMLElementServiceNetwork xmlRawServiceNetwork, org.goplanit.xml.generated.XMLElementRoutedServices xmlRawRoutedServices, MacroscopicNetwork network, Zoning zoning, ServiceNetwork serviceNetwork, RoutedServices routedServices)constructor where the xml content has already been parsed into a JAXB memory model which subsequently needs to be converted into the planit memory model
-