public interface ITransitData
extends java.io.Serializable
Description: 'Provides access to members in transit data.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDadd65e92_e449_49dc_9af2_057f93149233 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCalendarExceptionsTableName()
The qualified name of the calendar exceptions table
|
java.lang.String |
getCalendarsTableName()
The qualified name of the calendars table
|
java.lang.String |
getLinesTableName()
The qualified name of the lines table
|
java.lang.String |
getLineVariantsTableName()
The qualified name of the line variants table
|
java.lang.String |
getRunsTableName()
The qualified name of the runs table
|
java.lang.String |
getScheduleElementsTableName()
The qualified name of the schedule elements table
|
java.lang.String |
getSchedulesTableName()
The qualified name of the schedules table
|
IStringArray |
getTableNames()
The qualified names of all transit tables
|
void |
setCalendarExceptionsTableName(java.lang.String tableName)
The qualified name of the calendar exceptions table
|
void |
setCalendarsTableName(java.lang.String tableName)
The qualified name of the calendars table
|
void |
setLinesTableName(java.lang.String tableName)
The qualified name of the lines table
|
void |
setLineVariantsTableName(java.lang.String tableName)
The qualified name of the line variants table
|
void |
setRunsTableName(java.lang.String tableName)
The qualified name of the runs table
|
void |
setScheduleElementsTableName(java.lang.String tableName)
The qualified name of the schedule elements table
|
void |
setSchedulesTableName(java.lang.String tableName)
The qualified name of the schedules table
|
static final int IIDadd65e92_e449_49dc_9af2_057f93149233
static final int xxDummy
static final java.lang.String IID
IStringArray getTableNames() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setLinesTableName(java.lang.String tableName) throws java.io.IOException, AutomationException
tableName
- The tableName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getLinesTableName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setLineVariantsTableName(java.lang.String tableName) throws java.io.IOException, AutomationException
tableName
- The tableName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getLineVariantsTableName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSchedulesTableName(java.lang.String tableName) throws java.io.IOException, AutomationException
tableName
- The tableName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getSchedulesTableName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setScheduleElementsTableName(java.lang.String tableName) throws java.io.IOException, AutomationException
tableName
- The tableName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getScheduleElementsTableName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRunsTableName(java.lang.String tableName) throws java.io.IOException, AutomationException
tableName
- The tableName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getRunsTableName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCalendarsTableName(java.lang.String tableName) throws java.io.IOException, AutomationException
tableName
- The tableName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getCalendarsTableName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCalendarExceptionsTableName(java.lang.String tableName) throws java.io.IOException, AutomationException
tableName
- The tableName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getCalendarExceptionsTableName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.