Uses of Class
org.goplanit.network.TopologicalLayerNetwork
-
Packages that use TopologicalLayerNetwork Package Description org.goplanit.network org.goplanit.osm.physical.network.macroscopic -
-
Uses of TopologicalLayerNetwork in org.goplanit.network
Subclasses of TopologicalLayerNetwork in org.goplanit.network Modifier and Type Class Description class
MacroscopicNetwork
Macroscopic Network which stores one or more macroscopic network infrastructure layers that together form the complete (intermodal) network.class
ServiceNetwork
A service network is a network built on top of a topological (physical) transport network providing services leveraging this underlying network.class
UntypedPhysicalNetwork<L extends UntypedPhysicalLayer<?,?,?>,LS extends UntypedPhysicalNetworkLayers<L>>
A network that comprises physical topological transport network elements, i.e., roads, rail, etc. -
Uses of TopologicalLayerNetwork in org.goplanit.osm.physical.network.macroscopic
Subclasses of TopologicalLayerNetwork in org.goplanit.osm.physical.network.macroscopic Modifier and Type Class Description class
PlanitOsmNetwork
Macroscopic network with additional OSM functionality Disclaimer: The descriptions for the default OSM link segment types have been copied from the OSM Wiki
-