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 DirectedConnectoidConnectoids. registerNew(LinkSegment accessLinkSegment)Create new connectoid for a physical access node and leave the connections for access zones for laterDirectedConnectoidConnectoids. registerNew(LinkSegment accessLinkSegment, Zone parentZone)Create new connectoid for a zone and physical access edge segmentDirectedConnectoidConnectoids. 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 classDirectedConnectoidImplUndirected 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 DirectedConnectoidConnectoidsImpl. registerNew(LinkSegment accessLinkSegment)Create new connectoid for a physical access node and leave the connections for access zones for laterDirectedConnectoidConnectoidsImpl. registerNew(LinkSegment accessLinkSegment, Zone parentZone)Create new connectoid for a zone and physical access edge segmentDirectedConnectoidConnectoidsImpl. registerNew(LinkSegment accessLinkSegment, Zone parentZone, double length)Create new connectoid for a zone and physical access node
-