Uses of Class
org.goplanit.zoning.ConnectoidImpl
-
Packages that use ConnectoidImpl Package Description org.goplanit.zoning -
-
Uses of ConnectoidImpl in org.goplanit.zoning
Subclasses of ConnectoidImpl in org.goplanit.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 nodeMethods in org.goplanit.zoning that return ConnectoidImpl Modifier and Type Method Description abstract ConnectoidImpl
ConnectoidImpl. clone()
Create a shallow copy of this entityConstructors in org.goplanit.zoning with parameters of type ConnectoidImpl Constructor Description ConnectoidImpl(ConnectoidImpl connectoidImpl)
Copy constructor
-