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
PairConverterReader<T,U>
Interface for classes able to convert entities of multiple types which are then returnedinterface
PairConverterWriter<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 convenienceclass
CrsWriterImpl<T>
Methods 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<T extends ServiceNetwork,U extends RoutedServices>
Abstract base class implementation to parser an intermodal PLANit network.interface
IntermodalWriter<T extends ServiceNetwork,U extends RoutedServices>
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
RoutedServicesWriter
Interface to write a PLANit RoutedServices to diskinterface
ServiceNetworkReader
Interface to read a PLANit service networkinterface
ServiceNetworkWriter
Interface to write a PLANit service network to disk -
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.geoio.converter
Classes in org.goplanit.geoio.converter that implement ConverterEntity Modifier and Type Class Description class
GeometryIoWriter<T>
Writer to persist a PLANit network to disk in a geometry centric format such as Shape files. -
Uses of ConverterEntity in org.goplanit.geoio.converter.intermodal
Classes in org.goplanit.geoio.converter.intermodal that implement ConverterEntity Modifier and Type Class Description class
GeometryIntermodalWriter
Geometry intermodal writer to persist in GIS format, wrapping a Geometry network writer and Geometry zoning writer (and optionally a service network and routes services writer )in one -
Uses of ConverterEntity in org.goplanit.geoio.converter.network
Classes in org.goplanit.geoio.converter.network that implement ConverterEntity Modifier and Type Class Description class
GeometryNetworkWriter
Writer to persist a PLANit network to disk in a geometry centric format such as Shape files. -
Uses of ConverterEntity in org.goplanit.geoio.converter.service
Classes in org.goplanit.geoio.converter.service that implement ConverterEntity Modifier and Type Class Description class
GeometryRoutedServicesWriter
Writer to persist PLANit routed services to disk in GIS based format(s) such as shape files.class
GeometryServiceNetworkWriter
Writer to persist a PLANit service network to disk in a geometry centric format such as Shape files. -
Uses of ConverterEntity in org.goplanit.geoio.converter.zoning
Classes in org.goplanit.geoio.converter.zoning that implement ConverterEntity Modifier and Type Class Description class
GeometryZoningWriter
Writer to persist a PLANit zoning to disk in a geometry centric format such as Shape files. -
Uses of ConverterEntity in org.goplanit.gtfs.converter.intermodal
Classes in org.goplanit.gtfs.converter.intermodal that implement ConverterEntity Modifier and Type Class Description class
GtfsIntermodalReader
GTFS intermodal reader. -
Uses of ConverterEntity in org.goplanit.gtfs.converter.service
Classes in org.goplanit.gtfs.converter.service that implement ConverterEntity Modifier and Type Class Description class
GtfsServicesReader
Implementation of a GTFS services reader from GTFS files. -
Uses of ConverterEntity in org.goplanit.gtfs.converter.zoning
Classes in org.goplanit.gtfs.converter.zoning that implement ConverterEntity 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 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 formatclass
PlanitDemandsWriter
A class that takes a PLANit demands and persists it to file in the PLANit 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.class
UnTypedPlanitCrsWriterImpl<T>
Common functionality for writing in the native PLANit format across different writers tailored towards Crs based writers, i.e., requiring to write out GIS data -
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
PlanitRoutedServicesWriter
Writer to persist PLANit routed services to disk in the native PLANit format.class
PlanitServiceNetworkReader
Implementation of a service network reader in the PLANit XML native formatclass
PlanitServiceNetworkWriter
Writer to persist a PLANit service network to disk in the native PLANit 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
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.class
MatsimWriter<T>
Base class from which all matsim writers derive -
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.
-