Uses of Interface
org.goplanit.converter.network.NetworkReader
-
-
Uses of NetworkReader in org.goplanit.converter.network
Classes in org.goplanit.converter.network that implement NetworkReader 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.Methods in org.goplanit.converter.network that return NetworkReader Modifier and Type Method Description NetworkReader
NetworkConverter. getReader()
get the readerMethods in org.goplanit.converter.network with parameters of type NetworkReader Modifier and Type Method Description static NetworkConverter
NetworkConverterFactory. create(NetworkReader reader, NetworkWriter writer)
Create the network converterConstructors in org.goplanit.converter.network with parameters of type NetworkReader Constructor Description NetworkConverter(NetworkReader reader, NetworkWriter writer)
constructor -
Uses of NetworkReader in org.goplanit.converter.service
Subinterfaces of NetworkReader in org.goplanit.converter.service Modifier and Type Interface Description interface
ServiceNetworkReader
Interface to read a PLANit service network -
Uses of NetworkReader in org.goplanit.io.converter.network
Classes in org.goplanit.io.converter.network that implement NetworkReader Modifier and Type Class Description class
PlanitNetworkReader
Implementation of the network reader for the PLANit XML native format -
Uses of NetworkReader in org.goplanit.io.converter.service
Classes in org.goplanit.io.converter.service that implement NetworkReader Modifier and Type Class Description class
PlanitServiceNetworkReader
Implementation of a service network reader in the PLANit XML native format -
Uses of NetworkReader in org.goplanit.osm.converter.network
Classes in org.goplanit.osm.converter.network that implement NetworkReader Modifier and Type Class Description class
OsmNetworkReader
Parse OSM input in either *.osm or *.osm.pbf format and return PLANit network instance -
Uses of NetworkReader in org.goplanit.tntp.converter.network
Classes in org.goplanit.tntp.converter.network that implement NetworkReader Modifier and Type Class Description class
TntpNetworkReader
Network reader component for TNTP data format
-