|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IArcWebReport
Provides access to members that create a demographic report or a print-quality thematic map for a specified area.
| Method Summary | |
|---|---|
String |
createPDFDocument(ITrackCancel cancelTracker,
String templateName,
IEnumArcWebKeyValue data)
Creates a user-defined data in PFD format. |
IEnumBSTR |
getAvailableTemplateNames(ITrackCancel cancelTracker)
Gets template names to use with the CreatePDFDocument method. |
IArcWebReportInfo |
getCustomSiteReport(ITrackCancel cancelTracker,
IArcWebSite site,
IArcWebReportOptions reportOptions,
IEnumArcWebCustomReportVariables customReportVariables)
Gets a report with user-requested variables for a specified site. |
IArcWebReportInfo |
getCustomStandardGeographyReport(ITrackCancel cancelTracker,
IEnumArcWebStandardGeography standardGeography,
IArcWebReportOptions reportOptions,
IEnumArcWebCustomReportVariables customReportVariables)
Gets a report containing user-requested variables for a specified standard geography. |
IEnumArcWebCustomVariableInfo |
getCustomVariables(ITrackCancel cancelTracker,
String variableDataSource)
Gets a list of variables that can be used to create a custom report. |
IEnumBSTR |
getDatabases(ITrackCancel cancelTracker)
Gets a list of databases that can be used to create a thematic map report. |
IArcWebTable |
getGeographyIDs(ITrackCancel cancelTracker,
IArcWebGeographyIDOptions geographyIDOptions)
Gets the geography ID information. |
IEnumArcWebKeyValue |
getReportHeaderKeys(ITrackCancel cancelTracker,
String methodName)
Gets the key/value pairs for the header of the report based on the method name. |
IEnumArcWebReportInfo |
getSiteReports(ITrackCancel cancelTracker,
IArcWebSite site,
IEnumArcWebReportOptions reportOptions,
boolean combineReports)
Gets pre-formatted reports for a specified site. |
IArcWebReportInfo |
getStandardGeographyReport(ITrackCancel cancelTracker,
IEnumArcWebStandardGeography standardGeography,
IArcWebReportOptions reportOptions)
Gets a pre-formatted report for specified standard geographies. |
IEnumBSTR |
getTables(ITrackCancel cancelTracker,
String database)
Gets a list of tables for a specific database that can be used to create a thematic map report. |
IArcWebReportInfo |
getThematicMapReport(ITrackCancel cancelTracker,
IEnumArcWebSite site,
IArcWebReportOptions reportOptions,
IArcWebThematicReportOptions thematicReportOptions,
String thematicVariable)
Gets a thematic map in PDF format for a specified set of sites. |
IEnumArcWebThematicVariableInfo |
getThematicVariables(ITrackCancel cancelTracker,
String database,
String table)
Gets a list of variables for a specified database and table. |
IEnumArcWebThematicVariableInfo |
searchThematicVariables(ITrackCancel cancelTracker,
String keyword)
Gets the thematic variables based on a keyword search. |
| Method Detail |
|---|
IEnumBSTR getAvailableTemplateNames(ITrackCancel cancelTracker)
throws IOException,
AutomationException
cancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumBSTR getDatabases(ITrackCancel cancelTracker)
throws IOException,
AutomationException
cancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumBSTR getTables(ITrackCancel cancelTracker,
String database)
throws IOException,
AutomationException
cancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in)database - The database (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumArcWebThematicVariableInfo getThematicVariables(ITrackCancel cancelTracker,
String database,
String table)
throws IOException,
AutomationException
cancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in)database - The database (in)table - The table (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumArcWebThematicVariableInfo searchThematicVariables(ITrackCancel cancelTracker,
String keyword)
throws IOException,
AutomationException
cancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in)keyword - The keyword (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumArcWebCustomVariableInfo getCustomVariables(ITrackCancel cancelTracker,
String variableDataSource)
throws IOException,
AutomationException
cancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in)variableDataSource - The variableDataSource (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumArcWebKeyValue getReportHeaderKeys(ITrackCancel cancelTracker,
String methodName)
throws IOException,
AutomationException
cancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in)methodName - The methodName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumArcWebReportInfo getSiteReports(ITrackCancel cancelTracker,
IArcWebSite site,
IEnumArcWebReportOptions reportOptions,
boolean combineReports)
throws IOException,
AutomationException
cancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in)site - A reference to a com.esri.arcgis.arcweb.IArcWebSite (in)reportOptions - A reference to a com.esri.arcgis.arcweb.IEnumArcWebReportOptions (in)combineReports - The combineReports (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IArcWebTable getGeographyIDs(ITrackCancel cancelTracker,
IArcWebGeographyIDOptions geographyIDOptions)
throws IOException,
AutomationException
cancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in)geographyIDOptions - A reference to a com.esri.arcgis.arcweb.IArcWebGeographyIDOptions (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IArcWebReportInfo getThematicMapReport(ITrackCancel cancelTracker,
IEnumArcWebSite site,
IArcWebReportOptions reportOptions,
IArcWebThematicReportOptions thematicReportOptions,
String thematicVariable)
throws IOException,
AutomationException
cancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in)site - A reference to a com.esri.arcgis.arcweb.IEnumArcWebSite (in)reportOptions - A reference to a com.esri.arcgis.arcweb.IArcWebReportOptions (in)thematicReportOptions - A reference to a com.esri.arcgis.arcweb.IArcWebThematicReportOptions (in)thematicVariable - The thematicVariable (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IArcWebReportInfo getCustomSiteReport(ITrackCancel cancelTracker,
IArcWebSite site,
IArcWebReportOptions reportOptions,
IEnumArcWebCustomReportVariables customReportVariables)
throws IOException,
AutomationException
cancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in)site - A reference to a com.esri.arcgis.arcweb.IArcWebSite (in)reportOptions - A reference to a com.esri.arcgis.arcweb.IArcWebReportOptions (in)customReportVariables - A reference to a com.esri.arcgis.arcweb.IEnumArcWebCustomReportVariables (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IArcWebReportInfo getStandardGeographyReport(ITrackCancel cancelTracker,
IEnumArcWebStandardGeography standardGeography,
IArcWebReportOptions reportOptions)
throws IOException,
AutomationException
cancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in)standardGeography - A reference to a com.esri.arcgis.arcweb.IEnumArcWebStandardGeography (in)reportOptions - A reference to a com.esri.arcgis.arcweb.IArcWebReportOptions (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IArcWebReportInfo getCustomStandardGeographyReport(ITrackCancel cancelTracker,
IEnumArcWebStandardGeography standardGeography,
IArcWebReportOptions reportOptions,
IEnumArcWebCustomReportVariables customReportVariables)
throws IOException,
AutomationException
cancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in)standardGeography - A reference to a com.esri.arcgis.arcweb.IEnumArcWebStandardGeography (in)reportOptions - A reference to a com.esri.arcgis.arcweb.IArcWebReportOptions (in)customReportVariables - A reference to a com.esri.arcgis.arcweb.IEnumArcWebCustomReportVariables (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String createPDFDocument(ITrackCancel cancelTracker,
String templateName,
IEnumArcWebKeyValue data)
throws IOException,
AutomationException
cancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in)templateName - The templateName (in)data - 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 | ||||||||