Uses of Class
org.goplanit.converter.BaseWriterImpl
-
Packages that use BaseWriterImpl Package Description org.goplanit.converter org.goplanit.geoio.converter org.goplanit.geoio.converter.network org.goplanit.geoio.converter.service org.goplanit.geoio.converter.zoning org.goplanit.io.converter org.goplanit.io.converter.demands Classes used to process the Java classes generated from XSD filesorg.goplanit.io.converter.network org.goplanit.io.converter.service org.goplanit.io.converter.zoning org.goplanit.matsim.converter -
-
Uses of BaseWriterImpl in org.goplanit.converter
Subclasses of BaseWriterImpl in org.goplanit.converter Modifier and Type Class Description class
CrsWriterImpl<T>
-
Uses of BaseWriterImpl in org.goplanit.geoio.converter
Subclasses of BaseWriterImpl in org.goplanit.geoio.converter Modifier and Type Class Description class
GeometryIoWriter<T>
Writer to persist a PLANit network to disk in a geometry centric format such as Shape files. -
Uses of BaseWriterImpl in org.goplanit.geoio.converter.network
Subclasses of BaseWriterImpl in org.goplanit.geoio.converter.network Modifier and Type Class Description class
GeometryNetworkWriter
Writer to persist a PLANit network to disk in a geometry centric format such as Shape files. -
Uses of BaseWriterImpl in org.goplanit.geoio.converter.service
Subclasses of BaseWriterImpl in org.goplanit.geoio.converter.service Modifier and Type Class Description class
GeometryRoutedServicesWriter
Writer to persist PLANit routed services to disk in GIS based format(s) such as shape files.class
GeometryServiceNetworkWriter
Writer to persist a PLANit service network to disk in a geometry centric format such as Shape files. -
Uses of BaseWriterImpl in org.goplanit.geoio.converter.zoning
Subclasses of BaseWriterImpl in org.goplanit.geoio.converter.zoning Modifier and Type Class Description class
GeometryZoningWriter
Writer to persist a PLANit zoning to disk in a geometry centric format such as Shape files. -
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.demands
Subclasses of BaseWriterImpl in org.goplanit.io.converter.demands Modifier and Type Class Description class
PlanitDemandsWriter
A class that takes a PLANit demands and persists it to file in the PLANit native XML format. -
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.class
UnTypedPlanitCrsWriterImpl<T>
Common functionality for writing in the native PLANit format across different writers tailored towards Crs based writers, i.e., requiring to write out GIS data -
Uses of BaseWriterImpl in org.goplanit.io.converter.service
Subclasses of BaseWriterImpl in org.goplanit.io.converter.service Modifier and Type Class Description class
PlanitRoutedServicesWriter
Writer to persist PLANit routed services to disk in the native PLANit format.class
PlanitServiceNetworkWriter
Writer to persist a PLANit service 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
MatsimRoutedServicesWriter
A class that takes a PLANit routed services (and its reference service network, zoning and physical network) to extract and writes the MATSIM public transport information to disk.class
MatsimWriter<T>
Base class from which all matsim writers derive
-