Uses of Interface
org.goplanit.converter.intermodal.IntermodalWriter
-
Packages that use IntermodalWriter Package Description org.goplanit.converter.intermodal org.goplanit.geoio.converter.intermodal org.goplanit.io.converter.intermodal org.goplanit.matsim.converter -
-
Uses of IntermodalWriter in org.goplanit.converter.intermodal
Methods in org.goplanit.converter.intermodal with parameters of type IntermodalWriter Modifier and Type Method Description static IntermodalConverter
IntermodalConverterFactory. create(IntermodalReader reader, IntermodalWriter writer)
Create the intermodal converterConstructors in org.goplanit.converter.intermodal with parameters of type IntermodalWriter Constructor Description IntermodalConverter(IntermodalReader<T,U> reader, IntermodalWriter<ServiceNetwork,RoutedServices> writer)
Constructor -
Uses of IntermodalWriter in org.goplanit.geoio.converter.intermodal
Classes in org.goplanit.geoio.converter.intermodal that implement IntermodalWriter 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 IntermodalWriter in org.goplanit.io.converter.intermodal
Classes in org.goplanit.io.converter.intermodal that implement IntermodalWriter 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 IntermodalWriter in org.goplanit.matsim.converter
Classes in org.goplanit.matsim.converter that implement IntermodalWriter Modifier and Type Class Description class
MatsimIntermodalWriter
A class that takes a PLANit intermodal network and writes it as a MATSim intermodal network.
-