public class TransitData extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, ITransitData
Description 'A container for transit data members.' 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 =
IID, IIDadd65e92_e449_49dc_9af2_057f93149233, xxDummy
Constructor and Description |
---|
TransitData()
Constructs a TransitData using ArcGIS Engine.
|
TransitData(java.lang.Object obj)
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
TransitData theTransitData = (TransitData) obj; |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
java.lang.String |
getCalendarExceptionsTableName()
The qualified name of the calendar exceptions table
|
java.lang.String |
getCalendarsTableName()
The qualified name of the calendars table
|
static java.lang.String |
getClsid()
getClsid.
|
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Gets a reference to a com.esri.arcgis.interop.Dispatch which can be used to access the COM object that support for this
interface indicates the implementing class references.
|
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
|
int |
hashCode()
the hashcode for this object
|
void |
release()
Release this COM object reference
|
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
|
public TransitData() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problemsjava.net.UnknownHostException
- if there are interop problemspublic TransitData(java.lang.Object obj) throws java.io.IOException
TransitData theTransitData = (TransitData) obj;
obj
to TransitData
.obj
- an object returned from ArcGIS Engine or Serverjava.io.IOException
- if there are interop problemspublic static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public IStringArray getTableNames() throws java.io.IOException, AutomationException
getTableNames
in interface ITransitData
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setLinesTableName(java.lang.String tableName) throws java.io.IOException, AutomationException
setLinesTableName
in interface ITransitData
tableName
- The tableName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getLinesTableName() throws java.io.IOException, AutomationException
getLinesTableName
in interface ITransitData
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setLineVariantsTableName(java.lang.String tableName) throws java.io.IOException, AutomationException
setLineVariantsTableName
in interface ITransitData
tableName
- The tableName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getLineVariantsTableName() throws java.io.IOException, AutomationException
getLineVariantsTableName
in interface ITransitData
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setSchedulesTableName(java.lang.String tableName) throws java.io.IOException, AutomationException
setSchedulesTableName
in interface ITransitData
tableName
- The tableName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getSchedulesTableName() throws java.io.IOException, AutomationException
getSchedulesTableName
in interface ITransitData
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setScheduleElementsTableName(java.lang.String tableName) throws java.io.IOException, AutomationException
setScheduleElementsTableName
in interface ITransitData
tableName
- The tableName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getScheduleElementsTableName() throws java.io.IOException, AutomationException
getScheduleElementsTableName
in interface ITransitData
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setRunsTableName(java.lang.String tableName) throws java.io.IOException, AutomationException
setRunsTableName
in interface ITransitData
tableName
- The tableName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getRunsTableName() throws java.io.IOException, AutomationException
getRunsTableName
in interface ITransitData
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setCalendarsTableName(java.lang.String tableName) throws java.io.IOException, AutomationException
setCalendarsTableName
in interface ITransitData
tableName
- The tableName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getCalendarsTableName() throws java.io.IOException, AutomationException
getCalendarsTableName
in interface ITransitData
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setCalendarExceptionsTableName(java.lang.String tableName) throws java.io.IOException, AutomationException
setCalendarExceptionsTableName
in interface ITransitData
tableName
- The tableName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getCalendarExceptionsTableName() throws java.io.IOException, AutomationException
getCalendarExceptionsTableName
in interface ITransitData
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.