Uses of Interface
org.goplanit.converter.ConverterWriter
-
-
Uses of ConverterWriter in org.goplanit.converter
Classes in org.goplanit.converter that implement ConverterWriter Modifier and Type Class Description classBaseWriterImpl<T>abstract base class implementation to write a PLANit network to disk with id mapping sorted for convenienceConstructors in org.goplanit.converter with parameters of type ConverterWriter Constructor Description Converter(ConverterReader<T> reader, ConverterWriter<T> writer)constructor -
Uses of ConverterWriter in org.goplanit.converter.demands
Subinterfaces of ConverterWriter in org.goplanit.converter.demands Modifier and Type Interface Description interfaceDemandsWriterInterface to write a PLANit demands to disk -
Uses of ConverterWriter in org.goplanit.converter.network
Subinterfaces of ConverterWriter in org.goplanit.converter.network Modifier and Type Interface Description interfaceNetworkWriterInterface to write a PLANit network to disk -
Uses of ConverterWriter in org.goplanit.converter.zoning
Subinterfaces of ConverterWriter in org.goplanit.converter.zoning Modifier and Type Interface Description interfaceZoningWriterInterface to write a PLANit zoning to disk -
Uses of ConverterWriter in org.goplanit.io.converter
Classes in org.goplanit.io.converter that implement ConverterWriter Modifier and Type Class Description classPlanitWriterImpl<T>Common functionality for writing in the native PLANit format across different writers -
Uses of ConverterWriter in org.goplanit.io.converter.network
Classes in org.goplanit.io.converter.network that implement ConverterWriter Modifier and Type Class Description classPlanitNetworkWriterWriter to persist a PLANit network to disk in the native PLANit format. -
Uses of ConverterWriter in org.goplanit.io.converter.zoning
Classes in org.goplanit.io.converter.zoning that implement ConverterWriter Modifier and Type Class Description classPlanitZoningWriterA class that takes a PLANit zoning and persists it to file in the Planit native XML format. -
Uses of ConverterWriter in org.goplanit.matsim.converter
Classes in org.goplanit.matsim.converter that implement ConverterWriter Modifier and Type Class Description classMatsimNetworkWriterA class that takes a PLANit network and writes it as a MATSIM network.classMatsimWriter<T>Base class from which all matsim writers deriveclassMatsimZoningWriterA class that takes a PLANit zoning and extracts and writes the MATSIM public transport information to disk.
-