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.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.zoning
Methods in org.goplanit.io.converter.zoning with parameters of type NetworkReader Modifier and Type Method Description static PlanitZoningReaderPlanitZoningReaderFactory. 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 PlanitZoningReaderPlanitZoningReaderFactory. 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 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 -
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 TntpZoningReaderTntpZoningReaderFactory. create(NetworkReader referenceNetworkReader)Factory methodstatic TntpZoningReaderTntpZoningReaderFactory. 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
-