|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStandaloneTable
Provides access to members that control a standalone table.
Use this interface to work with tabular data that can be added to ArcMap and used in conjuction with the layers on your map. The data in a StandaloneTable doesn't display on your map, but is listed in the table of contents on the Source tab. You can work with this data as you would work with the tablular information of geographic features. For example, you can view the table, add new fields, create graphs, and join it to other tables.
To access a StandaloneTable from your map use IStandaloneTableCollection. To access a StandaloneTable from a TableWindow, use ITableWindow2::StandaloneTable.
Method Summary | |
---|---|
String |
getDisplayField()
Primary display field. |
String |
getName()
Name of the standalone table. |
ITable |
getTable()
The table associated with the standalone table. |
boolean |
isValid()
Indicates if the standalone table is currently valid. |
void |
setDisplayField(String pFieldName)
Primary display field. |
void |
setName(String name)
Name of the standalone table. |
void |
setTableByRef(ITable ppTable)
The table associated with the standalone table. |
Method Detail |
---|
String getName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITable getTable() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTableByRef(ITable ppTable) throws IOException, AutomationException
ppTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isValid() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getDisplayField() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDisplayField(String pFieldName) throws IOException, AutomationException
pFieldName
- The pFieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |