Uses of Interface
org.goplanit.converter.intermodal.IntermodalReader
-
Packages that use IntermodalReader Package Description org.goplanit.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 IntermodalConverter
IntermodalConverterFactory. create(IntermodalReader reader, IntermodalWriter writer)
Create the intermodal converter -
Uses of IntermodalReader in org.goplanit.io.converter.intermodal
Classes in org.goplanit.io.converter.intermodal that implement IntermodalReader Modifier and Type Class Description class
PlanitIntermodalReader
Planit 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 class
OsmIntermodalReader
Parse OSM input in either *.osm or *.osm.pbf format and return PLANit intermodal network which includes the transfer zones of a zoning instance.
-