|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.arcweb.ArcWebReportOptions
public class ArcWebReportOptions
A set of parameters used in generating reports.
| Constructor Summary | |
|---|---|
ArcWebReportOptions()
Constructs a ArcWebReportOptions using ArcGIS Engine. |
|
ArcWebReportOptions(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. ArcWebReportOptions theArcWebReportOptions = (ArcWebReportOptions) 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 (default is esriArcWebReportFormatPDF). |
IEnumArcWebKeyValue |
getReportHeader()
The key/value pairs for the header of a report (default is null). |
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 (default is esriArcWebReportFormatPDF). |
void |
setReportHeader(IEnumArcWebKeyValue reportHeader)
The key/value pairs for the header of a report (default is null). |
| 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 ArcWebReportOptions()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public ArcWebReportOptions(Object obj)
throws IOException
ArcWebReportOptions theArcWebReportOptions = (ArcWebReportOptions) obj;
obj to ArcWebReportOptions.
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 IArcWebReportOptionsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDataSource(String dataSource)
throws IOException,
AutomationException
setDataSource in interface IArcWebReportOptionsdataSource - 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 IArcWebReportOptionsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setReportFormat(int reportFormat)
throws IOException,
AutomationException
setReportFormat in interface IArcWebReportOptionsreportFormat - A com.esri.arcgis.arcweb.esriArcWebReportFormat constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumArcWebKeyValue getReportHeader()
throws IOException,
AutomationException
getReportHeader in interface IArcWebReportOptionsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setReportHeader(IEnumArcWebKeyValue reportHeader)
throws IOException,
AutomationException
setReportHeader in interface IArcWebReportOptionsreportHeader - A reference to a com.esri.arcgis.arcweb.IEnumArcWebKeyValue (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 | ||||||||