Uses of Interface
org.goplanit.converter.ConverterEntity
-
-
Uses of ConverterEntity in org.goplanit.converter
Subinterfaces of ConverterEntity in org.goplanit.converter Modifier and Type Interface Description interfaceConverterReader<T>Interface for classes able to convert entities of some type which are then returnedinterfaceConverterWriter<T>Interface for classes able to write a PLANit entities of given type to diskinterfaceMultiConverterReader<T,U>Interface for classes able to convert entities of multiple types which are then returnedinterfaceMultiConverterWriter<T,U>Interface for classes able to write a PLANit entities of given type to diskClasses in org.goplanit.converter that implement ConverterEntity 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 idclassBaseWriterImpl<T>abstract base class implementation to write a PLANit network to disk with id mapping sorted for convenienceMethods in org.goplanit.converter that return ConverterEntity Modifier and Type Method Description protected ConverterEntityConverterBase. getReader()get the readerprotected ConverterEntityConverterBase. getWriter()get the writerConstructors in org.goplanit.converter with parameters of type ConverterEntity Constructor Description ConverterBase(ConverterEntity reader, ConverterEntity writer)constructor -
Uses of ConverterEntity in org.goplanit.converter.demands
Subinterfaces of ConverterEntity in org.goplanit.converter.demands Modifier and Type Interface Description interfaceDemandsReaderInterface to read a PLANit demandsinterfaceDemandsWriterInterface to write a PLANit demands to disk -
Uses of ConverterEntity in org.goplanit.converter.intermodal
Subinterfaces of ConverterEntity in org.goplanit.converter.intermodal Modifier and Type Interface Description interfaceIntermodalReaderAbstract base class implementation to parser an intermodal PLANit networkinterfaceIntermodalWriterabstract base class implementation to write an intermodal PLANit network to disk -
Uses of ConverterEntity in org.goplanit.converter.network
Subinterfaces of ConverterEntity in org.goplanit.converter.network Modifier and Type Interface Description interfaceNetworkReaderInterface to read a PLANit networkinterfaceNetworkWriterInterface to write a PLANit network to diskClasses in org.goplanit.converter.network that implement ConverterEntity 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 ConverterEntity in org.goplanit.converter.service
Subinterfaces of ConverterEntity 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 ConverterEntity in org.goplanit.converter.zoning
Subinterfaces of ConverterEntity in org.goplanit.converter.zoning Modifier and Type Interface Description interfaceZoningReaderinterface to read a PLANit zoninginterfaceZoningWriterInterface to write a PLANit zoning to disk -
Uses of ConverterEntity in org.goplanit.io.converter
Classes in org.goplanit.io.converter that implement ConverterEntity Modifier and Type Class Description classPlanitWriterImpl<T>Common functionality for writing in the native PLANit format across different writers -
Uses of ConverterEntity in org.goplanit.io.converter.demands
Classes in org.goplanit.io.converter.demands that implement ConverterEntity Modifier and Type Class Description classPlanitDemandsReaderReader to parse PLANit demands from native XML format -
Uses of ConverterEntity in org.goplanit.io.converter.intermodal
Classes in org.goplanit.io.converter.intermodal that implement ConverterEntity Modifier and Type Class Description classPlanitIntermodalReaderPlanit intermodal reader in native format.classPlanitIntermodalWriterPlanit intermodal writer for native Planit format, wrapping a planit network writer and planit zoning writer in one -
Uses of ConverterEntity in org.goplanit.io.converter.network
Classes in org.goplanit.io.converter.network that implement ConverterEntity Modifier and Type Class Description classPlanitNetworkReaderImplementation of the network reader for the PLANit XML native formatclassPlanitNetworkWriterWriter to persist a PLANit network to disk in the native PLANit format. -
Uses of ConverterEntity in org.goplanit.io.converter.service
Classes in org.goplanit.io.converter.service that implement ConverterEntity 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 ConverterEntity in org.goplanit.io.converter.zoning
Classes in org.goplanit.io.converter.zoning that implement ConverterEntity Modifier and Type Class Description classPlanitZoningReaderClass to parse zoning from native XML formatclassPlanitZoningWriterA class that takes a PLANit zoning and persists it to file in the Planit native XML format. -
Uses of ConverterEntity in org.goplanit.matsim.converter
Classes in org.goplanit.matsim.converter that implement ConverterEntity Modifier and Type Class Description classMatsimIntermodalWriterA class that takes a PLANit intermodal network and writes it as a MATSim intermodal network.classMatsimNetworkWriterA class that takes a PLANit network and writes it as a MATSIM network.classMatsimWriter<T>Base class from which all matsim writers deriveclassMatsimZoningWriterA class that takes a PLANit zoning and extracts and writes the MATSIM public transport information to disk. -
Uses of ConverterEntity in org.goplanit.osm.converter.intermodal
Classes in org.goplanit.osm.converter.intermodal that implement ConverterEntity Modifier and Type Class Description classOsmIntermodalReaderParse OSM input in either *.osm or *.osm.pbf format and return PLANit intermodal network which includes the transfer zones of a zoning instance. -
Uses of ConverterEntity in org.goplanit.osm.converter.network
Classes in org.goplanit.osm.converter.network that implement ConverterEntity Modifier and Type Class Description classOsmNetworkReaderParse OSM input in either *.osm or *.osm.pbf format and return PLANit network instance -
Uses of ConverterEntity in org.goplanit.osm.converter.zoning
Classes in org.goplanit.osm.converter.zoning that implement ConverterEntity 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 ConverterEntity in org.goplanit.tntp.converter.demands
Classes in org.goplanit.tntp.converter.demands that implement ConverterEntity Modifier and Type Class Description classTntpDemandsReaderDemands reader component for TNTP data format -
Uses of ConverterEntity in org.goplanit.tntp.converter.network
Classes in org.goplanit.tntp.converter.network that implement ConverterEntity Modifier and Type Class Description classTntpNetworkReaderNetwork reader component for TNTP data format -
Uses of ConverterEntity in org.goplanit.tntp.converter.zoning
Classes in org.goplanit.tntp.converter.zoning that implement ConverterEntity Modifier and Type Class Description classTntpZoningReaderZoning reader component for TNTP data format
-