Uses of Class
org.goplanit.matsim.converter.MatsimNetworkWriterSettings
-
Packages that use MatsimNetworkWriterSettings Package Description org.goplanit.matsim.converter -
-
Uses of MatsimNetworkWriterSettings in org.goplanit.matsim.converter
Fields in org.goplanit.matsim.converter declared as MatsimNetworkWriterSettings Modifier and Type Field Description protected MatsimNetworkWriterSettingsMatsimIntermodalWriterSettings. networkSettingsthe network and zoning settings to use in case we are writing without servicesprotected MatsimNetworkWriterSettingsMatsimRoutedServicesWriter. networkSettingsthe network settings to use required to sync our services references to zoning informationprotected MatsimNetworkWriterSettingsMatsimNetworkWriter. settingsMATSIM writer settingsMethods in org.goplanit.matsim.converter that return MatsimNetworkWriterSettings Modifier and Type Method Description MatsimNetworkWriterSettingsMatsimIntermodalWriterSettings. getNetworkSettings()Collect network settingsMatsimNetworkWriterSettingsMatsimNetworkWriter. getSettings()any settings to configure the writer can be configured by collecting these settingsMethods in org.goplanit.matsim.converter with parameters of type MatsimNetworkWriterSettings Modifier and Type Method Description static MatsimNetworkWriterMatsimNetworkWriterFactory. create(MatsimNetworkWriterSettings networkSettings)Create a PLANitMatsimWriter which persists PLANit networks in MATSIM network formatstatic MatsimRoutedServicesWriterMatsimPublicTransportServicesWriterFactory. create(MatsimPtServicesWriterSettings routedServicesSettings, MatsimNetworkWriterSettings networkWriterSettings, MatsimZoningWriterSettings zoningWriterSettings, Zoning referenceZoning)Create a PLANitMatsimRoutedServicesWriter (pt output) with defaults.Constructors in org.goplanit.matsim.converter with parameters of type MatsimNetworkWriterSettings Constructor Description MatsimIntermodalWriterSettings(MatsimNetworkWriterSettings networkWriterSettings, MatsimZoningWriterSettings zoningWriterSettings, MatsimPtServicesWriterSettings ptServicesSettings)Constructor based on settings for zoning and network from which pt services settings will be created (sharing the mode mapping from the network)MatsimNetworkWriter(MatsimNetworkWriterSettings networkSettings)ConstructorMatsimRoutedServicesWriter(MatsimPtServicesWriterSettings routedServicesWriterSettings, MatsimNetworkWriterSettings networkSettings, MatsimZoningWriterSettings zoningSettings, Zoning referenceZoning)Constructor.
-