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 MatsimNetworkWriterSettings
MatsimIntermodalWriterSettings. networkSettings
the network and zoning settings to use in case we are writing without servicesprotected MatsimNetworkWriterSettings
MatsimRoutedServicesWriter. networkSettings
the network settings to use required to sync our services references to zoning informationprotected MatsimNetworkWriterSettings
MatsimNetworkWriter. settings
MATSIM writer settingsMethods in org.goplanit.matsim.converter that return MatsimNetworkWriterSettings Modifier and Type Method Description MatsimNetworkWriterSettings
MatsimIntermodalWriterSettings. getNetworkSettings()
Collect network settingsMatsimNetworkWriterSettings
MatsimNetworkWriter. 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 MatsimNetworkWriter
MatsimNetworkWriterFactory. create(MatsimNetworkWriterSettings networkSettings)
Create a PLANitMatsimWriter which persists PLANit networks in MATSIM network formatstatic MatsimRoutedServicesWriter
MatsimPublicTransportServicesWriterFactory. 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.
-