Uses of Interface
org.planit.utils.zoning.Zone
-
Packages that use Zone Package Description org.planit.input Top-level input classes and interfacesorg.planit.io.demands Classes used to process the Java classes generated from XSD filesorg.planit.io.intermodal org.planit.io.zoning org.planit.od Top-level abstract interfaces to handle Origin-Destination Dataorg.planit.od.odmatrix This package contains classes for managing OD matrices.org.planit.od.odpath This package holds the origin-destination path objects.org.planit.utils.zoning zoning oriented utility classesorg.planit.zoning -
-
Uses of Zone in org.planit.input
Fields in org.planit.input with type parameters of type Zone Modifier and Type Field Description protected Map<String,Zone>InputBuilderListener. sourceIdZoneMapMap which stores zones by xml IdMethods in org.planit.input that return Zone Modifier and Type Method Description ZoneInputBuilderListener. getConnectoidBySourceId(String sourceId)Returns the connectiod for a specified sourceIdZoneInputBuilderListener. getZoneBySourceId(String sourceId)Returns the zone for a specified sourceIdMethods in org.planit.input with parameters of type Zone Modifier and Type Method Description protected booleanInputBuilderListener. addZoneToSourceIdMap(String sourceId, Zone zone)Stores a zone by its sourceId -
Uses of Zone in org.planit.io.demands
Method parameters in org.planit.io.demands with type arguments of type Zone Modifier and Type Method Description protected voidPlanitDemandsReader. populateDemandContents(Zoning zoning, Map<String,Zone> xmlIdZoneMap)parses the demand contents of the Xml -
Uses of Zone in org.planit.io.intermodal
Fields in org.planit.io.intermodal with type parameters of type Zone Modifier and Type Field Description protected Map<String,Zone>PlanitInterModalReaderSettings. xmlIdZoneMapMap to stores zones by xml IdMethods in org.planit.io.intermodal that return types with arguments of type Zone Modifier and Type Method Description protected Map<String,Zone>PlanitInterModalReaderSettings. getMapToIndexZoneByXmlIds()map to index nodes by xml id when parsingMethod parameters in org.planit.io.intermodal with type arguments of type Zone Modifier and Type Method Description voidPlanitInterModalReaderSettings. setMapToIndexZoneByXmlIds(Map<String,Zone> xmlIdZoneMap)Use provided map to index zones by xml id when parsing -
Uses of Zone in org.planit.io.zoning
Fields in org.planit.io.zoning with type parameters of type Zone Modifier and Type Field Description protected Map<String,Zone>PlanitZoningReaderSettings. xmlIdZoneMapMap to stores zones by xml IdMethods in org.planit.io.zoning that return types with arguments of type Zone Modifier and Type Method Description protected Map<String,Zone>PlanitZoningReaderSettings. getMapToIndexZoneByXmlIds()map to index nodes by xml id when parsingMethod parameters in org.planit.io.zoning with type arguments of type Zone Modifier and Type Method Description voidPlanitZoningReaderSettings. setMapToIndexZoneByXmlIds(Map<String,Zone> xmlIdZoneMap)Use provided map to index zones by xml id when parsing -
Uses of Zone in org.planit.od
Methods in org.planit.od that return Zone Modifier and Type Method Description ZoneODDataIterator. getCurrentDestination()Returns the destination zone object for the current cellZoneODDataIteratorImpl. getCurrentDestination()Returns the destination zone object for the current cellZoneODDataIterator. getCurrentOrigin()Returns the origin zone object for the current cellZoneODDataIteratorImpl. getCurrentOrigin()Returns the origin zone object for the current cellMethods in org.planit.od with parameters of type Zone Modifier and Type Method Description TODData. getValue(Zone origin, Zone destination)Returns the value for a specified origin and destinationvoidODData. setValue(Zone origin, Zone destination, T t)Sets the value for a specified origin and destination -
Uses of Zone in org.planit.od.odmatrix
Methods in org.planit.od.odmatrix with parameters of type Zone Modifier and Type Method Description DoubleODMatrix. getValue(Zone origin, Zone destination)Returns the value for a specified origin and destinationvoidODMatrix. setValue(Zone origin, Zone destination, Double value)Sets the value for a specified origin and destination -
Uses of Zone in org.planit.od.odpath
Methods in org.planit.od.odpath with parameters of type Zone Modifier and Type Method Description PathODPathMatrix. getValue(Zone origin, Zone destination)Returns the path for a specified origin and destinationvoidODPathMatrix. setValue(Zone origin, Zone destination, Path path)Set the path from a specified origin to a specified destination -
Uses of Zone in org.planit.utils.zoning
Classes in org.planit.utils.zoning with type parameters of type Zone Modifier and Type Interface Description interfaceZones<Z extends Zone>Subinterfaces of Zone in org.planit.utils.zoning Modifier and Type Interface Description interfaceOdZonean OdZone is a zone where trips terminate and or commenceinterfaceTransferZoneA zone where transfers between different network layers may occur.Methods in org.planit.utils.zoning that return Zone Modifier and Type Method Description ZoneConnectoid. addAccessZone(Zone zone)add an access zone with default propertiesZoneZones. get(long id)Retrieve zone by its IdZoneConnectoid. getFirstAccessZone()first available zone that is accessible based on the first entry the iterator returnsZoneCentroid. getParentZone()Return the parent zone of this centroidZoneZones. register(Z zone)Add zone to the internal container.Methods in org.planit.utils.zoning that return types with arguments of type Zone Modifier and Type Method Description Collection<Zone>Connectoid. getAccessZones()the zones that can be accessed by this connectoidMethods in org.planit.utils.zoning with parameters of type Zone Modifier and Type Method Description ZoneConnectoid. addAccessZone(Zone zone)add an access zone with default propertiesvoidConnectoid. addAllowedMode(Zone zone, Mode... allowedModes)add an allowed mode to the alreadyDoubleConnectoid. getLength(Zone accessZone)length can be used to virtually assign a length to the connectoid/zone combinationbooleanConnectoid. hasAccessZone(Zone accessZone)check if zone is registered as access zonebooleanConnectoid. isModeAllowed(Zone accessZone, Mode mode)Verify if a mode is allowed access to the zone via this connectoidDirectedConnectoidConnectoids. 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 nodeUndirectedConnectoidConnectoids. registerNew(Node accessNode, Zone parentZone)Create new connectoid for a zone and physical access nodeUndirectedConnectoidConnectoids. registerNew(Node accessNode, Zone accessZone, double length)Create new connectoid for a zone and physical access nodevoidConnectoid. setLength(Zone zone, double length)add an access zone and provide length to this connectoid -
Uses of Zone in org.planit.zoning
Classes in org.planit.zoning with type parameters of type Zone Modifier and Type Class Description classZonesImpl<Z extends Zone>Partial implementation of the Zones <T> interfaceClasses in org.planit.zoning that implement Zone Modifier and Type Class Description classOdZoneImplAn Od zoneclassTransferZoneImplA transfer zoneclassZoneImplRepresents a demand generating zone in the network.Fields in org.planit.zoning declared as Zone Modifier and Type Field Description ZoneConnectoidImpl.AccessZoneProperties. accessZoneMethods in org.planit.zoning that return Zone Modifier and Type Method Description ZoneConnectoidImpl. addAccessZone(Zone accessZone)add an access zone with default propertiesZoneConnectoidImpl. getFirstAccessZone()first available zone that is accessible based on the first entry the iterator returnsZoneCentroidImpl. getParentZone()Return the parent zone of this centroidZoneZoning. getZone(long id)find a zone by over arching id regardless if it is a transfer or Od zoneMethods in org.planit.zoning that return types with arguments of type Zone Modifier and Type Method Description Collection<Zone>ConnectoidImpl. getAccessZones()the zones that can be accessed by this connectoidIterator<Zone>ConnectoidImpl. iterator()Methods in org.planit.zoning with parameters of type Zone Modifier and Type Method Description ZoneConnectoidImpl. addAccessZone(Zone accessZone)add an access zone with default propertiesvoidConnectoidImpl. addAllowedMode(Zone accessZone, Mode... allowedModes)add an allowed mode to the alreadyDoubleConnectoidImpl. getLength(Zone accessZone)length can be used to virtually assign a length to the connectoid/zone combinationbooleanConnectoidImpl. hasAccessZone(Zone accessZone)check if zone is registered as access zonebooleanConnectoidImpl. isModeAllowed(Zone accessZone, Mode mode)Verify if a mode is allowed access to the zone via this connectoidDirectedConnectoidConnectoidsImpl. 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 nodeUndirectedConnectoidConnectoidsImpl. registerNew(Node accessNode, Zone parentZone)Create new connectoid for a zone and physical access nodeUndirectedConnectoidConnectoidsImpl. registerNew(Node accessNode, Zone parentZone, double length)Create new connectoid for a zone and physical access nodevoidConnectoidImpl. setLength(Zone accessZone, double length)add an access zone and provide length to this connectoidprotected voidCentroidImpl. setParentzone(Zone parentZone)Set the parent zoneConstructors in org.planit.zoning with parameters of type Zone Constructor Description AccessZoneProperties(Zone accessZone)constructorCentroidImpl(IdGroupingToken groupId, Zone parentZone)ConstructorConnectoidImpl(IdGroupingToken idToken, Zone accessZone, double length)ConstructorDirectedConnectoidImpl(IdGroupingToken idToken, LinkSegment accessLinkSegment, Zone accessZone, double length)ConstructorUndirectedConnectoidImpl(IdGroupingToken idToken, Node accessNode, Zone accessZone, double length)Constructor
-