Uses of Class
org.goplanit.network.Network
-
Packages that use Network Package Description org.goplanit.network org.goplanit.network.virtual Virtual network component object classesorg.goplanit.osm.physical.network.macroscopic -
-
Uses of Network in org.goplanit.network
Subclasses of Network in org.goplanit.network Modifier and Type Class Description classMacroscopicNetworkMacroscopic Network which stores one or more macroscopic network infrastructure layers that together form the complete (intermodal) network.classServiceNetworkA service network is a network built on top of a topological (physical) transport network providing services leveraging this underlying network.classTopologicalLayerNetwork<T extends TopologicalLayer,U extends TopologicalLayers<T>>A network with topological transport layers, meaning that apart from representing a physical reality the result is topologically meaningful, has nodes, links, and some geographic notion via a coordinate reference systemclassTransportLayerNetwork<U extends TransportLayer,T extends TransportLayers<U>>A transport network with one or more layers.classUntypedPhysicalNetwork<L extends UntypedPhysicalLayer<?,?,?>,LS extends UntypedPhysicalNetworkLayers<L>>A network that comprises physical topological transport network elements, i.e., roads, rail, etc.Methods in org.goplanit.network that return Network Modifier and Type Method Description NetworkNetwork. clone()Clone the networkConstructors in org.goplanit.network with parameters of type Network Constructor Description Network(Network network)Copy constructor -
Uses of Network in org.goplanit.network.virtual
Subclasses of Network in org.goplanit.network.virtual Modifier and Type Class Description classVirtualNetworkModel free virtual network which is part of the zoning and holds all the virtual infrastructure connecting the zones to the physical road network. -
Uses of Network in org.goplanit.osm.physical.network.macroscopic
Subclasses of Network in org.goplanit.osm.physical.network.macroscopic Modifier and Type Class Description classPlanitOsmNetworkMacroscopic network with additional OSM functionality Disclaimer: The descriptions for the default OSM link segment types have been copied from the OSM Wiki
-