Class GtfsObjectFactory


  • public class GtfsObjectFactory
    extends Object
    • Constructor Detail

      • GtfsObjectFactory

        public GtfsObjectFactory()
    • Method Detail

      • create

        public static GtfsObject create​(GtfsObjectType objectType)
        Create a GTFS object of a given type based on the provide object type
        Parameters:
        objectType - to base GTFS object on
        Returns:
        created GTFS object