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 GtfsStopGtfsZoningHandlerData. getMappedGtfsStop(String gtfsStopId)Retrieve a GTFS stop that has been mapped to a pre-existing PLANit transfer zoneGtfsStopGtfsZoningHandlerTransferZoneData. 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 TransferZoneGtfsZoningHandlerData. getMappedTransferZone(GtfsStop gtfsStop)Get the transfer zone that the GTFS stop was already mapped to (if any)TransferZoneGtfsZoningHandlerTransferZoneData. 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 stopvoidGtfsPlanitFileHandlerStops. handle(GtfsStop gtfsStop)Handle a GTFS stopvoidGtfsZoningHandlerData. 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)voidGtfsZoningHandlerTransferZoneData. 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 voidGtfsFileHandlerStops. 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 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 stopstatic booleanGtfsTransferZoneHelper. 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.
-