Uses of Interface
org.goplanit.converter.service.RoutedServicesWriter
-
Packages that use RoutedServicesWriter Package Description org.goplanit.geoio.converter.service org.goplanit.io.converter.service org.goplanit.matsim.converter -
-
Uses of RoutedServicesWriter in org.goplanit.geoio.converter.service
Classes in org.goplanit.geoio.converter.service that implement RoutedServicesWriter Modifier and Type Class Description class
GeometryRoutedServicesWriter
Writer to persist PLANit routed services to disk in GIS based format(s) such as shape files. -
Uses of RoutedServicesWriter in org.goplanit.io.converter.service
Classes in org.goplanit.io.converter.service that implement RoutedServicesWriter Modifier and Type Class Description class
PlanitRoutedServicesWriter
Writer to persist PLANit routed services to disk in the native PLANit format. -
Uses of RoutedServicesWriter in org.goplanit.matsim.converter
Classes in org.goplanit.matsim.converter that implement RoutedServicesWriter Modifier and Type Class Description class
MatsimRoutedServicesWriter
A class that takes a PLANit routed services (and its reference service network, zoning and physical network) to extract and writes the MATSIM public transport information to disk.
-