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 TransferZoneGtfsTransferZoneHelper. 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 TransferZoneTransferZoneHelper. 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.TransferZoneTransferZoneHelper. 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.TransferZoneTransferZoneHelper. 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 TransferZoneTypePlanitTransferZoneUtils. 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 TransferZoneTypeTransferZone. DEFAULT_TYPEdefault transfer zone typeMethods in org.goplanit.utils.zoning that return TransferZoneType Modifier and Type Method Description TransferZoneTypeTransferZone. getTransferZoneType()collect the type of this transfer zonestatic TransferZoneTypeTransferZoneType. 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 TransferZoneTransferZoneFactory. createNew(TransferZoneType type, boolean syncXmlIdToId)Create a new transfer zone without registering and set its XML id and typeTransferZoneTransferZoneFactory. registerNew(TransferZoneType type, boolean syncXmlIdToId)Register a new transfer zone without registering and set its XML id and typevoidTransferZone. 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 TransferZoneTypeTransferZoneImpl. getTransferZoneType()collect the type of this transfer zoneMethods in org.goplanit.zoning with parameters of type TransferZoneType Modifier and Type Method Description TransferZoneTransferZoneFactoryImpl. registerNew(TransferZoneType type, boolean syncXmlIdToId)Register a new transfer zone without registering and set its XML id and typevoidTransferZoneImpl. setType(TransferZoneType type)set the type of this transfer zone
-