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 class
PlanitWriterImpl<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 class
PlanitNetworkWriter
Writer 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 class
PlanitZoningWriter
A 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 class
MatsimNetworkWriter
A class that takes a PLANit network and writes it as a MATSIM network.class
MatsimWriter<T>
Base class from which all matsim writers deriveclass
MatsimZoningWriter
A class that takes a PLANit zoning and extracts and writes the MATSIM public transport information to disk.
-