ITransitData Interface

Provides access to members in transit data.

Members

Name Description
Read/write property CalendarExceptionsTableName The qualified name of the calendar exceptions table
Read/write property CalendarsTableName The qualified name of the calendars table
Read/write property LinesTableName The qualified name of the lines table
Read/write property LineVariantsTableName The qualified name of the line variants table
Read/write property RunsTableName The qualified name of the runs table
Read/write property ScheduleElementsTableName The qualified name of the schedule elements table
Read/write property SchedulesTableName The qualified name of the schedules table
Read-only property TableNames The qualified names of all transit tables

ITransitData.CalendarExceptionsTableName Property

The qualified name of the calendar exceptions table.

Public Property CalendarExceptionsTableName As String
public string CalendarExceptionsTableName {get; set;}

ITransitData.CalendarsTableName Property

The qualified name of the calendars table.

Public Property CalendarsTableName As String
public string CalendarsTableName {get; set;}

ITransitData.LinesTableName Property

The qualified name of the lines table.

Public Property LinesTableName As String
public string LinesTableName {get; set;}

ITransitData.LineVariantsTableName Property

The qualified name of the line variants table.

Public Property LineVariantsTableName As String
public string LineVariantsTableName {get; set;}

ITransitData.RunsTableName Property

The qualified name of the runs table.

Public Property RunsTableName As String
public string RunsTableName {get; set;}

ITransitData.ScheduleElementsTableName Property

The qualified name of the schedule elements table.

Public Property ScheduleElementsTableName As String
public string ScheduleElementsTableName {get; set;}

ITransitData.SchedulesTableName Property

The qualified name of the schedules table.

Public Property SchedulesTableName As String
public string SchedulesTableName {get; set;}

ITransitData.TableNames Property

The qualified names of all transit tables.

Public ReadOnly Property TableNames As IStringArray
public IStringArray TableNames {get;}

Classes that implement ITransitData

Classes Description
TransitData A container for transit data members.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close