Uses of Interface
org.goplanit.converter.PairConverterWriter
-
-
Uses of PairConverterWriter in org.goplanit.converter
Constructors in org.goplanit.converter with parameters of type PairConverterWriter Constructor Description PairConverter(PairConverterReader<T,U> reader, PairConverterWriter<T,U> writer)
constructor -
Uses of PairConverterWriter in org.goplanit.converter.intermodal
Subinterfaces of PairConverterWriter in org.goplanit.converter.intermodal Modifier and Type Interface Description interface
IntermodalWriter<T extends ServiceNetwork,U extends RoutedServices>
abstract base class implementation to write an intermodal PLANit network to diskConstructors in org.goplanit.converter.intermodal with parameters of type PairConverterWriter Constructor Description IntermodalConverter(PairConverterReader<MacroscopicNetwork,Zoning> reader, PairConverterWriter<MacroscopicNetwork,Zoning> writer)
Constructor -
Uses of PairConverterWriter in org.goplanit.geoio.converter.intermodal
Classes in org.goplanit.geoio.converter.intermodal that implement PairConverterWriter Modifier and Type Class Description class
GeometryIntermodalWriter
Geometry intermodal writer to persist in GIS format, wrapping a Geometry network writer and Geometry zoning writer (and optionally a service network and routes services writer )in one -
Uses of PairConverterWriter in org.goplanit.io.converter.intermodal
Classes in org.goplanit.io.converter.intermodal that implement PairConverterWriter Modifier and Type Class Description class
PlanitIntermodalWriter
Planit intermodal writer for native Planit format, wrapping a planit network writer and planit zoning writer in one -
Uses of PairConverterWriter in org.goplanit.matsim.converter
Classes in org.goplanit.matsim.converter that implement PairConverterWriter Modifier and Type Class Description class
MatsimIntermodalWriter
A class that takes a PLANit intermodal network and writes it as a MATSim intermodal network.
-