Converter Writer

Converter Writers

Reference documentation for all converter compatible input writers. Writers can be instantiated via the ConverterFactory class instance that can be collected from the top-level Planit() instance to create, i.e., manufacture, converter writers of a specific type. Such readers can be used to persist in a paraticular format given a compatible PLANit memory model instance.

Currently, the following types of writers exist:

  • Network writers
  • Zoning writers
  • Demand writers
  • Intermodal writers
    • without services (combination of network and zoning reader)
    • with services (combination of network, zoning, service network, and routed services reader)
  • Service network writer (only available in Java edition)
  • Routed services writers (only available in Java edition)

See also

ConverterFactory for more information on how to use writers in combination with a converter

Source code

converterwrappers.py


GeometryIntermodalWriter

GeometryIntermodalWriter instance

GeometryIntermodalWriterSettings

GeometryIntermodalWriterSettings instance

GeometryNetworkWriter

GeometryNetworkWriter instance

GeometryNetworkWriterSettings

GeometryNetworkWriterSettings instance

GeometryRoutedServicesWriterSettings

GeometryRoutedServicesWriterSettings instance

GeometryServiceNetworkWriterSettings

GeometryServiceNetworkWriterSettings instance

GeometryZoningWriter

GeometryZoningWriter instance

GeometryZoningWriterSettings

GeometryZoningWriterSettings instance

MatsimIntermodalWriter

MatsimIntermodalWriter instance

MatsimIntermodalWriterSettings

MatsimIntermodalWriterSettings instance

MatsimNetworkWriter

MatsimNetworkWriter instance

MatsimNetworkWriterSettings

MatsimNetworkWriterSettings instance

PlanitIntermodalWriter

PlanitIntermodalWriter instance

PlanitIntermodalWriterSettings

PlanitIntermodalWriterSettings instance

PlanitNetworkWriter

PlanitNetworkWriter instance

PlanitNetworkWriterSettings

PlanitNetworkWriterSettings instance