|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.arcweb.ArcWebReportInfo
public class ArcWebReportInfo
The information describing an ArcWeb report.
| Constructor Summary | |
|---|---|
ArcWebReportInfo()
Constructs a ArcWebReportInfo using ArcGIS Engine. |
|
ArcWebReportInfo(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. ArcWebReportInfo theArcWebReportInfo = (ArcWebReportInfo) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
String |
getDataSource()
The name of the data source used for creating a report. |
int |
getReportFormat()
The format of the report. |
String |
getReportURL()
The URL to access the report. |
int |
hashCode()
the hashcode for this object |
void |
setDataSource(String dataSource)
The name of the data source used for creating a report. |
void |
setReportFormat(int reportFormat)
The format of the report. |
void |
setReportURL(String reportURL)
The URL to access the report. |
| 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 ArcWebReportInfo()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public ArcWebReportInfo(Object obj)
throws IOException
ArcWebReportInfo theArcWebReportInfo = (ArcWebReportInfo) obj;
obj to ArcWebReportInfo.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public String getDataSource()
throws IOException,
AutomationException
getDataSource in interface IArcWebReportInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDataSource(String dataSource)
throws IOException,
AutomationException
setDataSource in interface IArcWebReportInfodataSource - The dataSource (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getReportFormat()
throws IOException,
AutomationException
getReportFormat in interface IArcWebReportInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setReportFormat(int reportFormat)
throws IOException,
AutomationException
setReportFormat in interface IArcWebReportInforeportFormat - A com.esri.arcgis.arcweb.esriArcWebReportFormat constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getReportURL()
throws IOException,
AutomationException
getReportURL in interface IArcWebReportInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setReportURL(String reportURL)
throws IOException,
AutomationException
setReportURL in interface IArcWebReportInforeportURL - The reportURL (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 | ||||||||