Uses of Interface
org.goplanit.converter.MultiConverterReader
-
Packages that use MultiConverterReader Package Description org.goplanit.converter org.goplanit.converter.intermodal org.goplanit.io.converter.intermodal org.goplanit.osm.converter.intermodal -
-
Uses of MultiConverterReader in org.goplanit.converter
Constructors in org.goplanit.converter with parameters of type MultiConverterReader Constructor Description MultiConverter(MultiConverterReader<T,U> reader, MultiConverterWriter<T,U> writer)constructor -
Uses of MultiConverterReader in org.goplanit.converter.intermodal
Subinterfaces of MultiConverterReader in org.goplanit.converter.intermodal Modifier and Type Interface Description interfaceIntermodalReaderAbstract base class implementation to parser an intermodal PLANit networkConstructors in org.goplanit.converter.intermodal with parameters of type MultiConverterReader Constructor Description IntermodalConverter(MultiConverterReader<MacroscopicNetwork,Zoning> reader, MultiConverterWriter<MacroscopicNetwork,Zoning> writer)Constructor -
Uses of MultiConverterReader in org.goplanit.io.converter.intermodal
Classes in org.goplanit.io.converter.intermodal that implement MultiConverterReader Modifier and Type Class Description classPlanitIntermodalReaderPlanit intermodal reader in native format. -
Uses of MultiConverterReader in org.goplanit.osm.converter.intermodal
Classes in org.goplanit.osm.converter.intermodal that implement MultiConverterReader Modifier and Type Class Description classOsmIntermodalReaderParse OSM input in either *.osm or *.osm.pbf format and return PLANit intermodal network which includes the transfer zones of a zoning instance.
-