Uses of Class
org.goplanit.utils.zoning.TransferZoneType
-
Packages that use TransferZoneType Package Description org.goplanit.gtfs.util org.goplanit.osm.converter.zoning.handler.helper org.goplanit.osm.util org.goplanit.utils.zoning zoning oriented utility classesorg.goplanit.zoning -
-
Uses of TransferZoneType in org.goplanit.gtfs.util
Methods in org.goplanit.gtfs.util with parameters of type TransferZoneType Modifier and Type Method Description static TransferZone
GtfsTransferZoneHelper. createAndRegisterNewTransferZone(GtfsStop gtfsStop, org.locationtech.jts.geom.Point projectedGtfsStopLocation, TransferZoneType type, GtfsZoningHandlerData data)
Helper method to create and register a new transfer zone based on a GTFS stop -
Uses of TransferZoneType in org.goplanit.osm.converter.zoning.handler.helper
Methods in org.goplanit.osm.converter.zoning.handler.helper with parameters of type TransferZoneType Modifier and Type Method Description TransferZone
TransferZoneHelper. createAndRegisterTransferZoneWithConnectoidsAtOsmNode(de.topobyte.osm4j.core.model.iface.OsmNode osmNode, Map<String,String> tags, String defaultOsmMode, TransferZoneType defaultTransferZoneType, PlanitJtsCrsUtils geoUtils)
Method that will attempt to create both a transfer zone and its connectoids at the location of the OSM node.TransferZone
TransferZoneHelper. createAndRegisterTransferZoneWithoutConnectoidsFindAccessModes(de.topobyte.osm4j.core.model.iface.OsmEntity osmEntity, Map<String,String> tags, TransferZoneType transferZoneType, String defaultOsmMode, PlanitJtsCrsUtils geoUtils)
Attempt to create a new transfer zone and register it, do not yet create connectoids for it.TransferZone
TransferZoneHelper. createAndRegisterTransferZoneWithoutConnectoidsSetAccessModes(de.topobyte.osm4j.core.model.iface.OsmEntity osmEntity, Map<String,String> tags, TransferZoneType transferZoneType, SortedSet<String> eligibleOsmModes, PlanitJtsCrsUtils geoUtils)
Attempt to create a new transfer zone and register it, do not create connectoids for it. -
Uses of TransferZoneType in org.goplanit.osm.util
Methods in org.goplanit.osm.util that return TransferZoneType Modifier and Type Method Description static TransferZoneType
PlanitTransferZoneUtils. extractTransferZoneTypeFromPtv1Tags(de.topobyte.osm4j.core.model.iface.OsmNode osmNode, Map<String,String> tags)
Collect the transfer zone type based on the tags -
Uses of TransferZoneType in org.goplanit.utils.zoning
Fields in org.goplanit.utils.zoning declared as TransferZoneType Modifier and Type Field Description static TransferZoneType
TransferZone. DEFAULT_TYPE
default transfer zone typeMethods in org.goplanit.utils.zoning that return TransferZoneType Modifier and Type Method Description TransferZoneType
TransferZone. getTransferZoneType()
collect the type of this transfer zonestatic TransferZoneType
TransferZoneType. valueOf(String name)
Returns the enum constant of this type with the specified name.static TransferZoneType[]
TransferZoneType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.goplanit.utils.zoning with parameters of type TransferZoneType Modifier and Type Method Description default TransferZone
TransferZoneFactory. createNew(TransferZoneType type, boolean syncXmlIdToId)
Create a new transfer zone without registering and set its XML id and typeTransferZone
TransferZoneFactory. registerNew(TransferZoneType type, boolean syncXmlIdToId)
Register a new transfer zone without registering and set its XML id and typevoid
TransferZone. setType(TransferZoneType transferZoneType)
set the type of this transfer zone -
Uses of TransferZoneType in org.goplanit.zoning
Methods in org.goplanit.zoning that return TransferZoneType Modifier and Type Method Description TransferZoneType
TransferZoneImpl. getTransferZoneType()
collect the type of this transfer zoneMethods in org.goplanit.zoning with parameters of type TransferZoneType Modifier and Type Method Description TransferZone
TransferZoneFactoryImpl. registerNew(TransferZoneType type, boolean syncXmlIdToId)
Register a new transfer zone without registering and set its XML id and typevoid
TransferZoneImpl. setType(TransferZoneType type)
set the type of this transfer zone
-