Show / Hide Table of Contents

Namespace GTFS.Entities

Classes

Agency

Represents a transit agency.

Calendar

Represents dates for service IDs using a weekly schedule. Specify when service starts and ends, as well as days of the week where service is available.

CalendarDate

Represents exceptions for the service IDs defined in the calendar. If a CalendarDate exists for ALL dates of service, they may be use instead of Calendar.

CalendarExtensions

Contains extension methods related to the calendar.

Extensions

Contains extension methods for the entities.

FareAttribute

Represents fare information for a transit organization's routes.

FareRule

Represents rules for applying fare information for a transit organization's routes.

FeedInfo

Represents additional information about the GTFS feed itself, including publisher, version, and expiration information.

Frequency

Represents headway (time between trips) for routes with variable frequency of service.

GTFSEntity

Represents a base-class for all GTFS entities.

GTFSEntityChangedEventArgs

Event arguments.

Level

Represents a transit station level.

Pathway

Represents a transit agency.

Route

Represents a transit route. A route is a group of trips that are displayed to riders as a single service.

Shape

Represents rules for drawing lines on a map to represent a transit organization's routes.

Stop

Represents an individual location where vehicles pick up or drop off passengers.

StopTime

Represents a stop time. Times that a vehicle arrives at and departs from individual stops for each trip.

Transfer

Represents a rules for making connections at transfer points between routes.

Trip

Represents a trip. A trip is a sequence of two or more stops that occurs at specific time.

Structs

TimeOfDay

A stop time of day.

Delegates

GTFSEntityChangedEventHandler

Event handler delegate.

Back to top Built by Itinero, MIT licensed.