Uses of Class
org.goplanit.gtfs.entity.GtfsStop
-
Packages that use GtfsStop Package Description org.goplanit.gtfs.converter.zoning.handler org.goplanit.gtfs.handler org.goplanit.gtfs.util -
-
Uses of GtfsStop in org.goplanit.gtfs.converter.zoning.handler
Methods in org.goplanit.gtfs.converter.zoning.handler that return GtfsStop Modifier and Type Method Description GtfsStop
GtfsZoningHandlerData. getMappedGtfsStop(String gtfsStopId)
Retrieve a GTFS stop that has been mapped to a pre-existing PLANit transfer zoneGtfsStop
GtfsZoningHandlerTransferZoneData. getMappedGtfsStop(String gtfsStopId)
Retrieve a GTFS stop that has been mapped to a pre-existing PLANit transfer zoneMethods in org.goplanit.gtfs.converter.zoning.handler with parameters of type GtfsStop Modifier and Type Method Description TransferZone
GtfsZoningHandlerData. getMappedTransferZone(GtfsStop gtfsStop)
Get the transfer zone that the GTFS stop was already mapped to (if any)TransferZone
GtfsZoningHandlerTransferZoneData. getMappedTransferZone(GtfsStop gtfsStop)
Get the transfer zone that the GTFS stop was already mapped to (if any)List<Mode>
GtfsZoningHandlerData. getSupportedPtModes(GtfsStop gtfsStop)
Collect the mapped PLANit pt mode using this GTFS stopvoid
GtfsPlanitFileHandlerStops. handle(GtfsStop gtfsStop)
Handle a GTFS stopvoid
GtfsZoningHandlerData. registerMappedGtfsStop(GtfsStop gtfsStop, TransferZone transferZone)
Register transfer as mapped to a GTFS stop, index it by its GtfsStopId, and register the stops mode as supported on the PLANit transfer zone (if not already present)void
GtfsZoningHandlerTransferZoneData. registerMappedGtfsStop(GtfsStop gtfsStop, TransferZone transferZone)
Register transfer as mapped to a GTFS stop, index it by its GtfsStopId, and register the stops as mapped -
Uses of GtfsStop in org.goplanit.gtfs.handler
Methods in org.goplanit.gtfs.handler with parameters of type GtfsStop Modifier and Type Method Description void
GtfsFileHandlerStops. handle(GtfsStop gtfsStop)
Handle a GTFS stop -
Uses of GtfsStop in org.goplanit.gtfs.util
Methods in org.goplanit.gtfs.util with parameters of type GtfsStop 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 stopstatic boolean
GtfsTransferZoneHelper. isGtfsStopOnCorrectSideOfTransferZoneAccessLinkSegments(GtfsStop gtfsStop, Mode gtfsMode, TransferZone transferZone, GtfsZoningHandlerData data, boolean allConnectoidsMustMatch)
Verify based on driving direction and orientation of the access link segment(s) whether the GTFS stop is a viable match for the found transfer zone in terms of being on the correct side of the road.
-