package gtfs
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait Gtfs[F[_], Decoder[_], Encoder[_]] extends AnyRef
Represents a GTFS container.
Represents a GTFS container. Can be used to access the content of the different kind of data in it. This is an abstract API giving basic access to the data without presuming in what way they are stored.
- trait GtfsDelete[F[_]] extends AnyRef
- trait GtfsHas[F[_]] extends AnyRef
- trait GtfsRead[F[_], Decoder[_]] extends AnyRef
- trait GtfsWrite[F[_], Encoder[_]] extends AnyRef
- sealed trait StandardName extends EnumEntry with Snakecase
Standard GTFS file names.
Value Members
- object StandardHeaders
Standard GTFS headers for standard files.
- object StandardName extends Enum[StandardName]