Uses of Class
org.goplanit.converter.BaseWriterImpl
-
Packages that use BaseWriterImpl Package Description org.goplanit.io.converter org.goplanit.io.converter.network org.goplanit.io.converter.zoning org.goplanit.matsim.converter -
-
Uses of BaseWriterImpl in org.goplanit.io.converter
Subclasses of BaseWriterImpl in org.goplanit.io.converter Modifier and Type Class Description classPlanitWriterImpl<T>Common functionality for writing in the native PLANit format across different writers -
Uses of BaseWriterImpl in org.goplanit.io.converter.network
Subclasses of BaseWriterImpl in org.goplanit.io.converter.network Modifier and Type Class Description classPlanitNetworkWriterWriter to persist a PLANit network to disk in the native PLANit format. -
Uses of BaseWriterImpl in org.goplanit.io.converter.zoning
Subclasses of BaseWriterImpl in org.goplanit.io.converter.zoning 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 BaseWriterImpl in org.goplanit.matsim.converter
Subclasses of BaseWriterImpl in org.goplanit.matsim.converter 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.
-