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 diskinterfacePairConverterReader<T,U>Interface for classes able to convert entities of multiple types which are then returnedinterfacePairConverterWriter<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 convenienceclassCrsWriterImpl<T>Methods 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 interfaceIntermodalReader<T extends ServiceNetwork,U extends RoutedServices>Abstract base class implementation to parser an intermodal PLANit network.interfaceIntermodalWriter<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 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 instanceinterfaceRoutedServicesWriterInterface to write a PLANit RoutedServices to diskinterfaceServiceNetworkReaderInterface to read a PLANit service networkinterfaceServiceNetworkWriterInterface 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 interfaceZoningReaderinterface to read a PLANit zoninginterfaceZoningWriterInterface 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 classGeometryIoWriter<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 classGeometryIntermodalWriterGeometry 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 classGeometryNetworkWriterWriter 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 classGeometryRoutedServicesWriterWriter to persist PLANit routed services to disk in GIS based format(s) such as shape files.classGeometryServiceNetworkWriterWriter 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 classGeometryZoningWriterWriter 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 classGtfsIntermodalReaderGTFS 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 classGtfsServicesReaderImplementation 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 classGtfsZoningReaderParse 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 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 formatclassPlanitDemandsWriterA 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 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.classUnTypedPlanitCrsWriterImpl<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 classPlanitRoutedServicesReaderImplementation of a routed service reader in the PLANit XML native formatclassPlanitRoutedServicesWriterWriter to persist PLANit routed services to disk in the native PLANit format.classPlanitServiceNetworkReaderImplementation of a service network reader in the PLANit XML native formatclassPlanitServiceNetworkWriterWriter 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 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.classMatsimRoutedServicesWriterA 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.classMatsimWriter<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 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.
-