Uses of Interface
org.goplanit.converter.PairConverterReader
-
-
Uses of PairConverterReader in org.goplanit.converter
Constructors in org.goplanit.converter with parameters of type PairConverterReader Constructor Description PairConverter(PairConverterReader<T,U> reader, PairConverterWriter<T,U> writer)constructor -
Uses of PairConverterReader in org.goplanit.converter.intermodal
Subinterfaces of PairConverterReader in org.goplanit.converter.intermodal Modifier and Type Interface Description interfaceIntermodalReader<T extends ServiceNetwork,U extends RoutedServices>Abstract base class implementation to parser an intermodal PLANit network.Constructors in org.goplanit.converter.intermodal with parameters of type PairConverterReader Constructor Description IntermodalConverter(PairConverterReader<MacroscopicNetwork,Zoning> reader, PairConverterWriter<MacroscopicNetwork,Zoning> writer)Constructor -
Uses of PairConverterReader in org.goplanit.gtfs.converter.intermodal
Classes in org.goplanit.gtfs.converter.intermodal that implement PairConverterReader Modifier and Type Class Description classGtfsIntermodalReaderGTFS intermodal reader.Methods in org.goplanit.gtfs.converter.intermodal with parameters of type PairConverterReader Modifier and Type Method Description static GtfsIntermodalReaderGtfsIntermodalReaderFactory. create(String countryName, PairConverterReader<MacroscopicNetwork,Zoning> networkAndZoningReader)Create a GtfsIntermodalReader based on given locale input source needs to be manually set after, GTFS route choice type set to RouteTypeChoice.EXTENDED).static GtfsIntermodalReaderGtfsIntermodalReaderFactory. create(GtfsIntermodalReaderSettings settings, PairConverterReader<MacroscopicNetwork,Zoning> networkAndZoningReader)Create a GtfsIntermodalReader based on given settings which in turn contain information on required location and reference inputs This specific approach allows the provision of an intermodal reader to obtain network and zoning rather than having instances passed inConstructors in org.goplanit.gtfs.converter.intermodal with parameters of type PairConverterReader Constructor Description GtfsIntermodalReader(PairConverterReader<MacroscopicNetwork,Zoning> networkAndZoningReader, GtfsIntermodalReaderSettings settings)Constructor where settings are directly provided such that input information can be extracted from it, use reader to obtain network and zoning instances -
Uses of PairConverterReader in org.goplanit.gtfs.converter.service
Classes in org.goplanit.gtfs.converter.service that implement PairConverterReader Modifier and Type Class Description classGtfsServicesReaderImplementation of a GTFS services reader from GTFS files. -
Uses of PairConverterReader in org.goplanit.io.converter.intermodal
Classes in org.goplanit.io.converter.intermodal that implement PairConverterReader Modifier and Type Class Description classPlanitIntermodalReaderPlanit intermodal reader in native format. -
Uses of PairConverterReader in org.goplanit.osm.converter.intermodal
Classes in org.goplanit.osm.converter.intermodal that implement PairConverterReader 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.
-