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 classBaseReaderImpl<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 interfaceDemandsReaderInterface 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 interfaceNetworkReaderInterface to read a PLANit networkClasses in org.goplanit.converter.network that implement ConverterReader Modifier and Type Class Description classNetworkReaderImplA 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 interfaceRoutedServicesReaderInterface to read a PLANit RoutedServices instanceinterfaceServiceNetworkReaderInterface 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 interfaceZoningReaderinterface 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 classGtfsZoningReaderParse 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 classPlanitDemandsReaderReader 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 classPlanitNetworkReaderImplementation 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 classPlanitRoutedServicesReaderImplementation of a routed service reader in the PLANit XML native formatclassPlanitServiceNetworkReaderImplementation 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 classPlanitZoningReaderClass 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 classOsmNetworkReaderParse 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 classOsmZoningReaderParse 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 classTntpDemandsReaderDemands 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 classTntpNetworkReaderNetwork 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 classTntpZoningReaderZoning reader component for TNTP data format.
-