|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.arcweb.ArcWebThematicVariableInfo
public class ArcWebThematicVariableInfo
The information describing an ArcWeb thematic variable.
| Constructor Summary | |
|---|---|
ArcWebThematicVariableInfo(Object obj)
Construct a ArcWebThematicVariableInfo using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
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. |
int |
hashCode()
the hashcode for this object |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public ArcWebThematicVariableInfo(Object obj)
throws IOException
obj to ArcWebThematicVariableInfo. *
ArcWebThematicVariableInfo o = (ArcWebThematicVariableInfo)obj; // will not work
ArcWebThematicVariableInfo o = new ArcWebThematicVariableInfo(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
IOException - if there are interop problems
ArcWebThematicVariableInfo theArcWebThematicVariableInfo = (ArcWebThematicVariableInfo) obj;| Method Detail |
|---|
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public String getDatabase()
throws IOException,
AutomationException
getDatabase in interface IArcWebThematicVariableInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDatabase(String database)
throws IOException,
AutomationException
setDatabase in interface IArcWebThematicVariableInfodatabase - The database (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getShortDesc()
throws IOException,
AutomationException
getShortDesc in interface IArcWebThematicVariableInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setShortDesc(String shortDesc)
throws IOException,
AutomationException
setShortDesc in interface IArcWebThematicVariableInfoshortDesc - The shortDesc (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getTable()
throws IOException,
AutomationException
getTable in interface IArcWebThematicVariableInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTable(String table)
throws IOException,
AutomationException
setTable in interface IArcWebThematicVariableInfotable - The table (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getVariable()
throws IOException,
AutomationException
getVariable in interface IArcWebThematicVariableInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setVariable(String variable)
throws IOException,
AutomationException
setVariable in interface IArcWebThematicVariableInfovariable - 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 | ||||||||