Uses of Class
org.goplanit.io.converter.zoning.PlanitZoningReaderSettings
-
Packages that use PlanitZoningReaderSettings Package Description org.goplanit.io.converter.intermodal org.goplanit.io.converter.zoning -
-
Uses of PlanitZoningReaderSettings in org.goplanit.io.converter.intermodal
Fields in org.goplanit.io.converter.intermodal declared as PlanitZoningReaderSettings Modifier and Type Field Description protected PlanitZoningReaderSettingsPlanitIntermodalReaderSettings. zoningSettingsthe zoning settings to useMethods in org.goplanit.io.converter.intermodal that return PlanitZoningReaderSettings Modifier and Type Method Description PlanitZoningReaderSettingsPlanitIntermodalReaderSettings. getZoningSettings()provide access to the zoning reader settingsConstructors in org.goplanit.io.converter.intermodal with parameters of type PlanitZoningReaderSettings Constructor Description PlanitIntermodalReaderSettings(PlanitNetworkReaderSettings networkSettings, PlanitZoningReaderSettings zoningSettings)ConstructorPlanitIntermodalReaderSettings(PlanitNetworkReaderSettings networkSettings, PlanitZoningReaderSettings zoningSettings, PlanitServiceNetworkReaderSettings serviceNetworkSettings, PlanitRoutedServicesReaderSettings routedServicesSettings)Constructor -
Uses of PlanitZoningReaderSettings in org.goplanit.io.converter.zoning
Fields in org.goplanit.io.converter.zoning declared as PlanitZoningReaderSettings Modifier and Type Field Description protected PlanitZoningReaderSettingsPlanitZoningReader. settingssettings for the zoning readerMethods in org.goplanit.io.converter.zoning that return PlanitZoningReaderSettings Modifier and Type Method Description PlanitZoningReaderSettingsPlanitZoningReader. getSettings()Settings for this readerMethods in org.goplanit.io.converter.zoning with parameters of type PlanitZoningReaderSettings Modifier and Type Method Description static PlanitZoningReaderPlanitZoningReaderFactory. create(PlanitZoningReaderSettings settings, NetworkReader networkReader)Factory method where all contextual information is derived from settings and network is to be obtained from provided reader.static PlanitZoningReaderPlanitZoningReaderFactory. create(PlanitZoningReaderSettings zoningSettings, LayeredNetwork<?,?> referenceNetwork)Factory methodstatic PlanitZoningReaderPlanitZoningReaderFactory. create(PlanitZoningReaderSettings zoningSettings, LayeredNetwork<?,?> referenceNetwork, Zoning zoningToPopulate)Factory methodstatic PlanitZoningReaderPlanitZoningReaderFactory. create(org.goplanit.xml.generated.XMLElementMacroscopicZoning xmlRawZoning, PlanitZoningReaderSettings zoningSettings, LayeredNetwork<?,?> network, Zoning zoning)Factory method where file has already been parsed and we only need to convert from raw XML objects to PLANit memory modelConstructors in org.goplanit.io.converter.zoning with parameters of type PlanitZoningReaderSettings Constructor Description PlanitZoningReader(PlanitZoningReaderSettings settings, NetworkReader networkReader)ConstructorPlanitZoningReader(PlanitZoningReaderSettings settings, LayeredNetwork<?,?> network, Zoning zoning)ConstructorPlanitZoningReader(org.goplanit.xml.generated.XMLElementMacroscopicZoning xmlMacroscopicZoning, PlanitZoningReaderSettings settings, LayeredNetwork<?,?> network, Zoning zoning)Constructor where file has already been parsed and we only need to convert from raw XML objects to PLANit memory model
-