Uses of Interface
org.goplanit.converter.ConverterReader
-
-
Uses of ConverterReader in org.goplanit.converter
Classes in org.goplanit.converter that implement ConverterReader Modifier and Type Class Description class
BaseReaderImpl<T>
Abstract base class implementation for converter readers which has a mechanism to (optionally) keep track of entities by their source id as PLANit only indexes by internal idConstructors in org.goplanit.converter with parameters of type ConverterReader Constructor Description Converter(ConverterReader<T> reader, ConverterWriter<T> writer)
constructor -
Uses of ConverterReader in org.goplanit.converter.demands
Subinterfaces of ConverterReader in org.goplanit.converter.demands Modifier and Type Interface Description interface
DemandsReader
Interface to read a PLANit demands -
Uses of ConverterReader in org.goplanit.converter.network
Subinterfaces of ConverterReader in org.goplanit.converter.network Modifier and Type Interface Description interface
NetworkReader
Interface to read a PLANit networkClasses in org.goplanit.converter.network that implement ConverterReader Modifier and Type Class Description class
NetworkReaderImpl
A network reader implementation with built-in convenience containers that maps ids used by the external data source to relate entities to each other to the created PLANit entries. -
Uses of ConverterReader in org.goplanit.converter.service
Subinterfaces of ConverterReader in org.goplanit.converter.service Modifier and Type Interface Description interface
RoutedServicesReader
Interface to read a PLANit RoutedServices instanceinterface
ServiceNetworkReader
Interface to read a PLANit service network -
Uses of ConverterReader in org.goplanit.converter.zoning
Subinterfaces of ConverterReader in org.goplanit.converter.zoning Modifier and Type Interface Description interface
ZoningReader
interface to read a PLANit zoning -
Uses of ConverterReader in org.goplanit.gtfs.converter.zoning
Classes in org.goplanit.gtfs.converter.zoning that implement ConverterReader Modifier and Type Class Description class
GtfsZoningReader
Parse GTFS input in supplement or populate a PLANit zoning instance with the parsed/matched GTFS entities. -
Uses of ConverterReader in org.goplanit.io.converter.demands
Classes in org.goplanit.io.converter.demands that implement ConverterReader Modifier and Type Class Description class
PlanitDemandsReader
Reader to parse PLANit demands from native XML format -
Uses of ConverterReader in org.goplanit.io.converter.network
Classes in org.goplanit.io.converter.network that implement ConverterReader Modifier and Type Class Description class
PlanitNetworkReader
Implementation of the network reader for the PLANit XML native format -
Uses of ConverterReader in org.goplanit.io.converter.service
Classes in org.goplanit.io.converter.service that implement ConverterReader Modifier and Type Class Description class
PlanitRoutedServicesReader
Implementation of a routed service reader in the PLANit XML native formatclass
PlanitServiceNetworkReader
Implementation of a service network reader in the PLANit XML native format -
Uses of ConverterReader in org.goplanit.io.converter.zoning
Classes in org.goplanit.io.converter.zoning that implement ConverterReader Modifier and Type Class Description class
PlanitZoningReader
Class to parse zoning from native XML format -
Uses of ConverterReader in org.goplanit.osm.converter.network
Classes in org.goplanit.osm.converter.network that implement ConverterReader Modifier and Type Class Description class
OsmNetworkReader
Parse OSM input in either *.osm or *.osm.pbf format and return PLANit network instance -
Uses of ConverterReader in org.goplanit.osm.converter.zoning
Classes in org.goplanit.osm.converter.zoning that implement ConverterReader Modifier and Type Class Description class
OsmZoningReader
Parse OSM input in either *.osm or *.osm.pbf format and return PLANit zoning instance comprising of the identified transfer zones. -
Uses of ConverterReader in org.goplanit.tntp.converter.demands
Classes in org.goplanit.tntp.converter.demands that implement ConverterReader Modifier and Type Class Description class
TntpDemandsReader
Demands reader component for TNTP data format -
Uses of ConverterReader in org.goplanit.tntp.converter.network
Classes in org.goplanit.tntp.converter.network that implement ConverterReader Modifier and Type Class Description class
TntpNetworkReader
Network reader component for TNTP data format -
Uses of ConverterReader in org.goplanit.tntp.converter.zoning
Classes in org.goplanit.tntp.converter.zoning that implement ConverterReader Modifier and Type Class Description class
TntpZoningReader
Zoning reader component for TNTP data format.
-