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 interface
ConverterReader<T>
Interface for classes able to convert entities of some type which are then returnedinterface
ConverterWriter<T>
Interface for classes able to write a PLANit entities of given type to diskinterface
MultiConverterReader<T,U>
Interface for classes able to convert entities of multiple types which are then returnedinterface
MultiConverterWriter<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 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 idclass
BaseWriterImpl<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 ConverterEntity
ConverterBase. getReader()
get the readerprotected ConverterEntity
ConverterBase. 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 interface
DemandsReader
Interface to read a PLANit demandsinterface
DemandsWriter
Interface 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 interface
IntermodalReader
Abstract base class implementation to parser an intermodal PLANit networkinterface
IntermodalWriter
abstract 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 interface
NetworkReader
Interface to read a PLANit networkinterface
NetworkWriter
Interface to write a PLANit network to diskClasses in org.goplanit.converter.network that implement ConverterEntity 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 ConverterEntity in org.goplanit.converter.service
Subinterfaces of ConverterEntity 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 ConverterEntity in org.goplanit.converter.zoning
Subinterfaces of ConverterEntity in org.goplanit.converter.zoning Modifier and Type Interface Description interface
ZoningReader
interface to read a PLANit zoninginterface
ZoningWriter
Interface 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 class
PlanitWriterImpl<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 class
PlanitDemandsReader
Reader 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 class
PlanitIntermodalReader
Planit intermodal reader in native format.class
PlanitIntermodalWriter
Planit 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 class
PlanitNetworkReader
Implementation of the network reader for the PLANit XML native formatclass
PlanitNetworkWriter
Writer 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 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 ConverterEntity in org.goplanit.io.converter.zoning
Classes in org.goplanit.io.converter.zoning that implement ConverterEntity Modifier and Type Class Description class
PlanitZoningReader
Class to parse zoning from native XML formatclass
PlanitZoningWriter
A 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 class
MatsimIntermodalWriter
A class that takes a PLANit intermodal network and writes it as a MATSim intermodal network.class
MatsimNetworkWriter
A class that takes a PLANit network and writes it as a MATSIM network.class
MatsimWriter<T>
Base class from which all matsim writers deriveclass
MatsimZoningWriter
A 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 class
OsmIntermodalReader
Parse 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 class
OsmNetworkReader
Parse 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 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 ConverterEntity in org.goplanit.tntp.converter.demands
Classes in org.goplanit.tntp.converter.demands that implement ConverterEntity Modifier and Type Class Description class
TntpDemandsReader
Demands 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 class
TntpNetworkReader
Network 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 class
TntpZoningReader
Zoning reader component for TNTP data format
-