Module org.entur.netex.gtfs.export
Interface StopProducer
- All Known Implementing Classes:
DefaultStopProducer
public interface StopProducer
Produce a GTFS Stop.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final int -
Method Summary
Modifier and TypeMethodDescriptionorg.onebusaway.gtfs.model.StopproduceStopFromQuay(org.rutebanken.netex.model.Quay quay) Produce a GTFS Stop from a NeTEx Quayorg.onebusaway.gtfs.model.StopproduceStopFromStopPlace(org.rutebanken.netex.model.StopPlace stopPlace) Produce a GTFS Stop from a NeTEx StopPlace
-
Field Details
-
WHEELCHAIR_BOARDING_TRUE
static final int WHEELCHAIR_BOARDING_TRUE- See Also:
-
WHEELCHAIR_BOARDING_FALSE
static final int WHEELCHAIR_BOARDING_FALSE- See Also:
-
-
Method Details
-
produceStopFromStopPlace
org.onebusaway.gtfs.model.Stop produceStopFromStopPlace(org.rutebanken.netex.model.StopPlace stopPlace) Produce a GTFS Stop from a NeTEx StopPlace- Parameters:
stopPlace- a NeTEx StopPlace- Returns:
- a GTFS stop
-
produceStopFromQuay
org.onebusaway.gtfs.model.Stop produceStopFromQuay(org.rutebanken.netex.model.Quay quay) Produce a GTFS Stop from a NeTEx Quay- Parameters:
quay- a NeTEx Quay- Returns:
- a GTFS stop
-