Uses of Class
org.goplanit.gtfs.model.GtfsObject
-
Packages that use GtfsObject Package Description org.goplanit.gtfs.enums org.goplanit.gtfs.handler org.goplanit.gtfs.model org.goplanit.gtfs.reader -
-
Uses of GtfsObject in org.goplanit.gtfs.enums
Methods in org.goplanit.gtfs.enums that return types with arguments of type GtfsObject Modifier and Type Method Description Class<? extends GtfsObject>GtfsObjectType. value()Get the value of the enum -
Uses of GtfsObject in org.goplanit.gtfs.handler
Classes in org.goplanit.gtfs.handler with type parameters of type GtfsObject Modifier and Type Class Description classGtfsFileHandler<T extends GtfsObject>A file handler base class to handle callbacks for a particular GTFS file typeMethods in org.goplanit.gtfs.handler with parameters of type GtfsObject Modifier and Type Method Description voidGtfsFileHandler. handleRaw(GtfsObject gtfsObject)Handle raw GTFS object, cast to T and then delegate to handle -
Uses of GtfsObject in org.goplanit.gtfs.model
Subclasses of GtfsObject in org.goplanit.gtfs.model Modifier and Type Class Description classGtfsAgencyIn memory representation of a GTFS entry in agency.txtclassGtfsAttributionIn memory representation of a GTFS entry in attributions.txtclassGtfsCalendarIn memory representation of a GTFS entry in calendar.txtclassGtfsCalendarDateIn memory representation of a GTFS entry in calendar_dates.txtclassGtfsFareAttributeIn memory representation of a GTFS entry in fare_attributes.txtclassGtfsFareRuleIn memory representation of a GTFS entry in fare_rules.txtclassGtfsFeedInfoIn memory representation of a GTFS entry in feed_info.txtclassGtfsFrequencyIn memory representation of a GTFS entry in frequencies.txtclassGtfsLevelIn memory representation of a GTFS entry in levels.txtclassGtfsPathwayIn memory representation of a GTFS entry in pathways.txtclassGtfsRouteIn memory representation of a GTFS entry in routes.txtclassGtfsShapeIn memory representation of a GTFS entry in shapes.txtclassGtfsStopIn memory representation of a GTFS entry in stops.txtclassGtfsStopTimeIn memory representation of a GTFS entry in stop_times.txtclassGtfsTransferIn memory representation of a GTFS entry in transfers.txtclassGtfsTranslationIn memory representation of a GTFS entry in translations.txtclassGtfsTripIn memory representation of a GTFS entry in trips.txtMethods in org.goplanit.gtfs.model that return GtfsObject Modifier and Type Method Description static GtfsObjectGtfsObjectFactory. create(GtfsObjectType objectType)Create a GTFS object of a given type based on the provide object type -
Uses of GtfsObject in org.goplanit.gtfs.reader
Method parameters in org.goplanit.gtfs.reader with type arguments of type GtfsObject Modifier and Type Method Description GtfsFileReaderBaseGtfsReader. addFileHandler(GtfsFileHandler<? extends GtfsObject> gtfsFileHandler)Register a handler for a specific file typevoidGtfsFileReaderBase. addHandler(GtfsFileHandler<? extends GtfsObject> handler)Register handler
-