|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IArcWebThematicVariableInfo
Provides access to members that contain information about thematic variables.
| Method Summary | |
|---|---|
String |
getDatabase()
The name of the database containing the variable. |
String |
getShortDesc()
A short description of the variable. |
String |
getTable()
The name of the table containing the variable. |
String |
getVariable()
The name of the variable. |
void |
setDatabase(String database)
The name of the database containing the variable. |
void |
setShortDesc(String shortDesc)
A short description of the variable. |
void |
setTable(String table)
The name of the table containing the variable. |
void |
setVariable(String variable)
The name of the variable. |
| Method Detail |
|---|
String getDatabase()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDatabase(String database)
throws IOException,
AutomationException
database - The database (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getShortDesc()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setShortDesc(String shortDesc)
throws IOException,
AutomationException
shortDesc - The shortDesc (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getTable()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTable(String table)
throws IOException,
AutomationException
table - The table (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getVariable()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setVariable(String variable)
throws IOException,
AutomationException
variable - The variable (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 | ||||||||