Class TripEntriesFactory


  • @Component
    public class TripEntriesFactory
    extends Object
    • Constructor Detail

      • TripEntriesFactory

        public TripEntriesFactory()
    • Method Detail

      • setUniqueService

        @Autowired
        public void setUniqueService​(UniqueService uniqueService)
      • setShapePointHelper

        @Autowired
        public void setShapePointHelper​(ShapePointHelper shapePointsHelper)
      • setGtfsDao

        @Autowired
        public void setGtfsDao​(org.onebusaway.gtfs.services.GtfsRelationalDao gtfsDao)
      • setStopTimeEntriesFactory

        @Autowired
        public void setStopTimeEntriesFactory​(StopTimeEntriesFactory stopTimeEntriesFactory)
      • setThrowExceptionOnInvalidStopToShapeMappingException

        public void setThrowExceptionOnInvalidStopToShapeMappingException​(boolean throwExceptionOnInvalidStopToShapeMappingException)
        By default, we throw an exception when an invalid stop-to-shape mapping is found for a GTFS feed. Override that behavior by setting this parameter to false.
        Parameters:
        throwExceptionOnInvalidStopToShapeMappingException - when true, an exception is thrown on invalid stop-to-shape mappings