Uses of Interface
org.goplanit.converter.intermodal.IntermodalReader
-
Packages that use IntermodalReader Package Description org.goplanit.converter.intermodal org.goplanit.gtfs.converter.intermodal org.goplanit.io.converter.intermodal org.goplanit.osm.converter.intermodal -
-
Uses of IntermodalReader in org.goplanit.converter.intermodal
Methods in org.goplanit.converter.intermodal with parameters of type IntermodalReader Modifier and Type Method Description static IntermodalConverterIntermodalConverterFactory. create(IntermodalReader reader, IntermodalWriter writer)Create the intermodal converterConstructors in org.goplanit.converter.intermodal with parameters of type IntermodalReader Constructor Description IntermodalConverter(IntermodalReader<T,U> reader, IntermodalWriter<ServiceNetwork,RoutedServices> writer)Constructor -
Uses of IntermodalReader in org.goplanit.gtfs.converter.intermodal
Classes in org.goplanit.gtfs.converter.intermodal that implement IntermodalReader Modifier and Type Class Description classGtfsIntermodalReaderGTFS intermodal reader. -
Uses of IntermodalReader in org.goplanit.io.converter.intermodal
Classes in org.goplanit.io.converter.intermodal that implement IntermodalReader Modifier and Type Class Description classPlanitIntermodalReaderPlanit intermodal reader in native format. -
Uses of IntermodalReader in org.goplanit.osm.converter.intermodal
Classes in org.goplanit.osm.converter.intermodal that implement IntermodalReader 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.
-