Uses of Class
org.planit.zoning.ConnectoidImpl
-
Packages that use ConnectoidImpl Package Description org.planit.zoning -
-
Uses of ConnectoidImpl in org.planit.zoning
Subclasses of ConnectoidImpl in org.planit.zoning Modifier and Type Class Description class
DirectedConnectoidImpl
Undirected connectoid connecting one or more (transfer/OD) zone(s) to the physical road network, each connection will yield a connectoid edge and two connectoid segments when constructing the transport network internally based on the referenced nodeclass
UndirectedConnectoidImpl
Undirected connectoid connecting one or more (transfer/OD) zone(s) to the physical road network, each connection will yield a connectoid edge and two connectoid segments when constructing the transport network internally based on the referenced nodeConstructors in org.planit.zoning with parameters of type ConnectoidImpl Constructor Description ConnectoidImpl(ConnectoidImpl connectoidImpl)
Copy constructor
-