getAvailableFieldNames:(reportOptions:ReportOptions):FieldDesc[]
getDatabases:string[]
getGeographyIds(geographyIdOptions:GeographyIdOptions):ResultSet
getMapReport(sites:Site[], reportOptions:ReportOptions, token:string):ReportInfo
getReportHeaderKeys:(methodName:string):KeyValue[]
getSiteReports(site:Site, reportOptions:ReportOptions[], combineReports:boolean,
token:string):ReportInfo[]
getStandardGeographyReport(standardGeographies:StandardGeography[],
reportOptions:ReportOptions, token:string):ReportInfo
getTables(database:string):string[]
getThematicMapReport(sites:Site[],
reportOptions:ReportOptions, thematicReportOptions:ThematicReportOptions, thematicVariable:string,
token:string):ReportInfo
getThematicVariables(database:string, table:string):ThematicVariableInfo[]
getVersion:string
searchThematicVariables(keyword:string):
ThematicVariableInfo[]
| Method Name | |||
| Description |
Returns information about available fields for a specific data source. | ||
| Endpoint URL | http://arcweb.esri.com/services/v2/Report | ||
| Input Parameters |
| ||
| Valid Arguments |
| ||
| Output Parameter |
| ||
| Example (Java) |
IReport myReport = ReportHelper.bind(); For myReportOptions, see ReportOptions. | ||
|
Example (VB.NET) |
Dim myReport As New Report() For myReportOptions, see ReportOptions. | ||
|
Example (C#.NET) |
Report myReport = new Report(); For myReportOptions, see ReportOptions. |
| Method Name | |||
| Description | Returns a list of databases that can be used to create a thematic map report. Use the output of getDatabases as the input for the method getTables. | ||
| Endpoint URL | http://arcweb.esri.com/services/v2/Report | ||
| Output Parameter |
| ||
| Example (Java) |
IReport myReport = ReportHelper.bind(); | ||
|
Example (VB.NET) |
Dim myReport As New Report() | ||
|
Example (C#.NET) |
Report myReport = new Report(); |
| Method Name | |||
| Description |
Returns geography ID information. | ||
| Endpoint URL | http://arcweb.esri.com/services/v2/Report | ||
| Input Parameters |
| ||
| Valid Arguments |
| ||
| Output Parameter |
| ||
| Example (Java) |
IReport myReport = ReportHelper.bind(); For myGeographyIdOptions, see GeographyIdOptions. | ||
|
Example (VB.NET) |
Dim myReport As New Report() For myGeographyIdOptions, see GeographyIdOptions. | ||
|
Example (C#.NET) |
Report myReport = new Report(); For myGeographyIdOptions, see GeographyIdOptions. |
| Method Name | |||||||
| Description | Returns a map report in PDF format for a specified array of sites. | ||||||
| Endpoint URL | http://arcweb.esri.com/services/v2/Report | ||||||
| Input Parameters |
| ||||||
| Valid Arguments |
| ||||||
| Output Parameter |
| ||||||
| Example (Java) |
IReport myReport = ReportHelper.bind(); For myReportOptions, see ReportOptions. | ||||||
|
Example (VB.NET) |
Dim myReport As New Report() For myReportOptions, see ReportOptions. | ||||||
|
Example (C#.NET) |
Report myReport = new Report(); For myReportOptions, see ReportOptions. |
| Method Name | getReportHeaderKeys | ||
| Description | Returns the key/value pairs for the header of the report based on the method name. | ||
| Method Namespace URI | http://arcweb.esri.com/v2/Report | ||
| Input Parameter |
| ||
|
Valid Arguments |
| ||
|
Output Parameter |
| ||
|
Example (Java) |
IReport myReport = ReportHelper.bind(); | ||
|
Example (VB.NET) |
Dim myReport As New Report() | ||
|
Example (C#.NET) |
Report myReport = new Report(); |
| Method Name | |||||||||
| Description | Returns pre-formatted reports for a specified site. | ||||||||
| Endpoint URL | http://arcweb.esri.com/services/v2/Report | ||||||||
| Input Parameters |
| ||||||||
| Valid Arguments |
| ||||||||
| Output Parameter |
| ||||||||
| Example (Java) |
IReport myReport = ReportHelper.bind(); For myReportOptions, see ReportOptions. | ||||||||
|
Example (VB.NET) |
Dim myReport As New Report() For myReportOptions, see ReportOptions. | ||||||||
|
Example (C#.NET) |
Report myReport = new Report(); For myReportOptions, see ReportOptions. |
| Method Name | |||||||
| Description | Returns a pre-formatted report for specified standard geographies. | ||||||
| Endpoint URL | http://arcweb.esri.com/services/v2/Report | ||||||
| Input Parameters |
| ||||||
| Valid Arguments |
| ||||||
| Output Parameter |
| ||||||
| Example (Java) |
IReport myReport = ReportHelper.bind(); For myReportOptions, see ReportOptions. | ||||||
|
Example (VB.NET) |
Dim myReport As New Report() For myReportOptions, see ReportOptions. | ||||||
|
Example (C#.NET) |
Report myReport = new Report(); For myReportOptions, see ReportOptions. |
| Method Name | |||
| Description |
Returns a list of tables for a specific database that can be used to create a thematic map report. Use the output of getTables as an input for the method getThematicVariables. | ||
| Endpoint URL | http://arcweb.esri.com/services/v2/Report | ||
| Input Parameters |
| ||
| Valid Arguments |
| ||
| Output Parameter |
| ||
| Example (Java) |
IReport myReport = ReportHelper.bind(); | ||
|
Example (VB.NET) |
Dim myReport As New Report() | ||
|
Example (C#.NET) |
Report myReport = new Report(); |
| Method Name | |||||||||||
| Description | Returns a thematic map in PDF format for a specified array of sites. | ||||||||||
| Endpoint URL | http://arcweb.esri.com/services/v2/Report | ||||||||||
| Input Parameters |
| ||||||||||
|
Valid Arguments |
| ||||||||||
| Output Parameter |
| ||||||||||
| Example (Java) |
IReport myReport = ReportHelper.bind(); For mySite, see Site. | ||||||||||
|
Example (VB.NET) |
Dim myReport As New Report() For mySite, see Site. | ||||||||||
|
Example (C#.NET) |
IReport myReport = ReportHelper.bind(); For mySite, see Site. |
| Method Name | |||||
| Description |
Returns a list of variables for a specified database and table. Use the output of getThematicVariables as an input for the method getThematicMapReport. | ||||
| Endpoint URL | http://arcweb.esri.com/services/v2/Report | ||||
| Input Parameters |
| ||||
| Valid Arguments |
| ||||
| Output Parameter |
| ||||
| Example (Java) |
IReport myReport = ReportHelper.bind(); | ||||
|
Example (VB.NET) |
Dim myReport As New Report() | ||||
|
Example (C#.NET) |
Report myReport = new Report(); |
| Method Name | |||
| Description |
Returns the thematic variables based on a keyword search. Use the output of searchThematicVariables as an input for the method getThematicMapReport. | ||
| Endpoint URL | http://arcweb.esri.com/services/v2/Report | ||
| Input Parameter |
| ||
| Valid Argument |
| ||
| Output Parameter |
| ||
| Example (Java) |
IReport myReport = ReportHelper.bind(); | ||
|
Example (VB.NET) |
Dim myReport As New Report() | ||
|
Example (C#.NET) |
Report myReport = new Report(); |
Report overview
Report data sources and credits
SOAP samples
Object model