Package org.planit.utils.zoning
zoning oriented utility classes
-
Interface Summary Interface Description Centroid A centroid is a special type of vertex representing the location of departure/arrival of traffic in a zoneConnectoid the connecting component between zone(s) and the network.Connectoids container to register and manager connectoids that define the points of access for zones regarding infrastructure network (layer)DirectedConnectoid A directed connectoid is referring to an edge segment in a network (layer) which is directed for access hence, the connectoid also being directed TODO: we can potentially get rid of UndirectedConnectoid and let DirectedConnectoid extend from base since they now both rely on accessNodesOdZone an OdZone is a zone where trips terminate and or commenceTransferZone A zone where transfers between different network layers may occur.UndirectedConnectoid An undirected connectoid is accessed through a referenced node where all incoming/outgoing edges/edge segments potentially have access.Zone Zone represent a geographical area with a centroid which in turn represent the single point of departure of all traffic in the zoneZones<Z extends Zone> -
Enum Summary Enum Description ConnectoidType Types of connectoids to more easily identify their purposeTransferZoneType Types of transfer zones to more easily identify their purpose