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 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.Methods in org.goplanit.converter.network that return NetworkReader Modifier and Type Method Description NetworkReaderNetworkConverter. getReader()get the readerMethods in org.goplanit.converter.network with parameters of type NetworkReader Modifier and Type Method Description static NetworkConverterNetworkConverterFactory. 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 interfaceServiceNetworkReaderInterface 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 classPlanitNetworkReaderImplementation 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 classPlanitServiceNetworkReaderImplementation 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 classOsmNetworkReaderParse 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 classTntpNetworkReaderNetwork reader component for TNTP data format
-