Uses of Interface
org.planit.utils.zoning.DirectedConnectoid
-
Packages that use DirectedConnectoid Package Description org.planit.utils.zoning zoning oriented utility classesorg.planit.zoning -
-
Uses of DirectedConnectoid in org.planit.utils.zoning
Methods in org.planit.utils.zoning that return DirectedConnectoid Modifier and Type Method Description DirectedConnectoid
Connectoids. registerNew(LinkSegment accessLinkSegment)
Create new connectoid for a physical access node and leave the connections for access zones for laterDirectedConnectoid
Connectoids. registerNew(LinkSegment accessLinkSegment, Zone parentZone)
Create new connectoid for a zone and physical access edge segmentDirectedConnectoid
Connectoids. registerNew(LinkSegment accessLinkSegment, Zone accessZone, double length)
Create new connectoid for a zone and physical access node -
Uses of DirectedConnectoid in org.planit.zoning
Classes in org.planit.zoning that implement DirectedConnectoid 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 nodeMethods in org.planit.zoning that return DirectedConnectoid Modifier and Type Method Description DirectedConnectoid
ConnectoidsImpl. registerNew(LinkSegment accessLinkSegment)
Create new connectoid for a physical access node and leave the connections for access zones for laterDirectedConnectoid
ConnectoidsImpl. registerNew(LinkSegment accessLinkSegment, Zone parentZone)
Create new connectoid for a zone and physical access edge segmentDirectedConnectoid
ConnectoidsImpl. registerNew(LinkSegment accessLinkSegment, Zone parentZone, double length)
Create new connectoid for a zone and physical access node
-