Uses of Interface
org.goplanit.converter.ConverterWriter
-
Packages that use ConverterWriter Package Description org.goplanit.converter org.goplanit.converter.demands org.goplanit.converter.network org.goplanit.converter.service org.goplanit.converter.zoning 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 ConverterWriter in org.goplanit.converter
Classes in org.goplanit.converter that implement ConverterWriter Modifier and Type Class Description class
BaseWriterImpl<T>
abstract base class implementation to write a PLANit network to disk with id mapping sorted for convenienceclass
CrsWriterImpl<T>
Constructors 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 interface
DemandsWriter
Interface 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 interface
NetworkWriter
Interface to write a PLANit network to disk -
Uses of ConverterWriter in org.goplanit.converter.service
Subinterfaces of ConverterWriter in org.goplanit.converter.service Modifier and Type Interface Description interface
RoutedServicesWriter
Interface to write a PLANit RoutedServices to diskinterface
ServiceNetworkWriter
Interface to write a PLANit service network to disk -
Uses of ConverterWriter in org.goplanit.converter.zoning
Subinterfaces of ConverterWriter in org.goplanit.converter.zoning Modifier and Type Interface Description interface
ZoningWriter
Interface to write a PLANit zoning to disk -
Uses of ConverterWriter in org.goplanit.geoio.converter
Classes in org.goplanit.geoio.converter that implement ConverterWriter 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 ConverterWriter in org.goplanit.geoio.converter.network
Classes in org.goplanit.geoio.converter.network that implement ConverterWriter 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 ConverterWriter in org.goplanit.geoio.converter.service
Classes in org.goplanit.geoio.converter.service that implement ConverterWriter 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 ConverterWriter in org.goplanit.geoio.converter.zoning
Classes in org.goplanit.geoio.converter.zoning that implement ConverterWriter 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 ConverterWriter in org.goplanit.io.converter
Classes in org.goplanit.io.converter that implement ConverterWriter Modifier and Type Class Description class
PlanitWriterImpl<T>
Common functionality for writing in the native PLANit format across different writers -
Uses of ConverterWriter in org.goplanit.io.converter.demands
Classes in org.goplanit.io.converter.demands that implement ConverterWriter 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 ConverterWriter in org.goplanit.io.converter.network
Classes in org.goplanit.io.converter.network that implement ConverterWriter 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 ConverterWriter in org.goplanit.io.converter.service
Classes in org.goplanit.io.converter.service that implement ConverterWriter 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 ConverterWriter in org.goplanit.io.converter.zoning
Classes in org.goplanit.io.converter.zoning that implement ConverterWriter 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 ConverterWriter in org.goplanit.matsim.converter
Classes in org.goplanit.matsim.converter that implement ConverterWriter 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
-