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.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.zoning
Methods in org.goplanit.io.converter.zoning with parameters of type NetworkReader Modifier and Type Method Description static PlanitZoningReader
PlanitZoningReaderFactory. create(NetworkReader networkReader)
Factory method where all contextual information is to be set afterwards via settings and network is to be obtained from provided reader.static PlanitZoningReader
PlanitZoningReaderFactory. create(PlanitZoningReaderSettings settings, NetworkReader networkReader)
Factory method where all contextual information is derived from settings and network is to be obtained from provided reader.Constructors in org.goplanit.io.converter.zoning with parameters of type NetworkReader Constructor Description PlanitZoningReader(PlanitZoningReaderSettings settings, NetworkReader networkReader)
Constructor -
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 -
Uses of NetworkReader in org.goplanit.tntp.converter.zoning
Methods in org.goplanit.tntp.converter.zoning with parameters of type NetworkReader Modifier and Type Method Description static TntpZoningReader
TntpZoningReaderFactory. create(NetworkReader referenceNetworkReader)
Factory methodstatic TntpZoningReader
TntpZoningReaderFactory. create(TntpZoningReaderSettings zoningSettings, NetworkReader referenceNetworkReader)
Factory methodConstructors in org.goplanit.tntp.converter.zoning with parameters of type NetworkReader Constructor Description TntpZoningReader(TntpZoningReaderSettings zoningSettings, NetworkReader referenceNetworkReader)
Constructor
-