Touchstone 11.0 API Reference
AIR.Services.ExposureConcentrationAnalysis.Api Namespace
Inheritance Hierarchy
Air.Services.Proxy Assembly : AIR.Services.ExposureConcentrationAnalysis.Api Namespace
Contains the requests and responses for Touchstone® Geospatial Analysis.
Classes
 ClassDescription
ClassContains the Business Unit SID, SQL Instance SID, and optional Paging Info associated with the Events that you want to retrieve. This object enables you to retrieve a list of all AIR Events within a specified SQL Server Instance.
ClassContains the list of AIR Events that you have requested using the GetAirEvents() method.

This list contains all AIR Events within the specified SQL Server Instance.

ClassContains the Business Unit SID, SQL Instance SID, and the SIDs associated with each CustomBoundary you want to retrieve.

You can configure a geospatial analysis with one or more custom boundaries.

ClassContains the response to the asynchronous web service call that you made to retrieve the details of each custom boundary using the GetCustomBoundariesDetails() method.

This method returns the name of the custom boundary, SID, polygon shape spatial file, damage ratio, and legend information for each custom boundary.

ClassContains the Business Unit SID, and SQL Instance SID associated with the custom boundaries you want to retrieve.

You can configure a geospatial analysis with the retrieved custom boundaries.

ClassContains the response to the asynchronous web service call that you made to retrieve a set of custom boundaries using the GetCustomBoundaries() method.

This method returns the name of the custom boundary, SID, and the polygon shape spatial file for each custom boundary.

ClassContains the Business Unit SID, SQL Instance SID, analysis SID, paging, and the sorting information in which you want to view the custom boundary results.

You can configure a geospatial analysis with one or more custom boundaries.

ClassContains the response to the asynchronous web service call that you made to retrieve the details of each custom boundary using the GetCustomBoundaryResults() method.

This method returns paging information and custom boundary results such as accumulated boudary type, loss numbers including Gross, Net, Groundup, Pre and Post catastrophe loss numbers, location count, per risk count, number of employees, total exposure count accumulated for the custom boundaries, and the total replacement value for the incurred losses.

ClassContains the following properties of the Event Geospatial Analysis for which you want to retrieve the results:
ClassContains the list of the Event Results of the Event Geospatial Analysis that you requested using the GetEventExposureConcentrationAnalysisResults() method, as well as information describing the actual paging layout of the analysis results.
ClassContains the Business Unit SID, SQL Instance SID, and Project SID associated with the Geospatial Analyses to retrieve.
ClassContains the list of Geospatial Analyses that you requested using the GetExposureConcentrationAnalyses() method.
ClassContains the following properties of the Geospatial Analysis for which you want to retrieve the results by Contract, based on a Ring, Zone, or Event Accumulator:
ClassContains the list of the Contract Results of the Geospatial Analysis by Contract that you requested using the GetExposureConcentrationAnalysisContractResults() method, as well as information describing the actual paging layout of the analysis results.
ClassContains the following properties of the Geospatial Analysis Damage Bands that you want to retrieve:
ClassContains the list of the Geospatial Analysis Damage Bands that you requested using the GetExposureConcentrationAnalysisDamageBands() method, as well as information describing the actual paging layout of the Damage Bands.
ClassContains the following properties of the Geospatial Analysis for which you want to retrieve the results by Layer:
ClassContains the list of the Layer Results of the Geospatial Analysis by Layer that you requested using the GetExposureConcentrationAnalysisLayerResults() method, as well as information describing the actual paging layout of the analysis results.
ClassContains the following properties of the Geospatial Analysis for which you want to retrieve the results by Location:
ClassContains the list of the results of the Geospatial Analysis by Location that you requested using the GetExposureConcentrationAnalysisLocationResults() method, as well as information describing the actual paging layout of the analysis results.
ClassContains the following properties of the Ring Geospatial Analysis for which you want to retrieve the results:

In addition, the GetRingExposureConcentrationAnalysisResultsRequest class can retrieve results of a Gridded Ring analysis. The results include the latitude and longitude values, financial perspectives, total replacement value, risk and location counts, and perils. By default, the GetRingExposureConcentrationAnalysisResultsRequest class sorts results by location that has highest to the lowest exposure perspectives. If there are no Exposure Limits set in the request, the results are sorted by total replacement value in descending order.

ClassContains the list of the results of the Ring Geospatial Analysis that you requested using the GetRingExposureConcentrationAnalysisResults() method, as well as information describing the actual paging layout of the analysis results.
ClassContains the following properties of the Zone Geospatial Analysis for which you want to retrieve the results:
ClassContains the list of the Zone Results of the Zone Geospatial Analysis that you requested using the GetZoneExposureConcentrationAnalysisResults() method, as well as information describing the actual paging layout of the analysis results.
ClassContains the Business Unit SID, SQL Instance SID, and custom boundary analysis options associated with the geospatial analysis job that you want to initiate.

The results of a custom boundary geospatial analysis are stored in GetCustomBoundaryResults() method.

ClassContains the response to the asynchronous web service call that you made to initiate a geospatial analysis job using the SubmitCustomBoundaryExposureConcentrationAnalysis() method.
ClassContains the Business Unit SID, SQL Instance SID, and Event Analysis Options associated with the Event Geospatial Analysis job that you want to initiate.

The results of an Event Geospatial Analysis are stored in an EventResult object.

ClassContains the response to the asynchronous web service call that you made to initiate an Event Geospatial Analysis job using the SubmitEventExposureConcentrationAnalysis() method.

The results of an Event Geospatial Analysis are stored in an EventResult object.

Class Contains the base request properties for Geospatial Analysis requests.
ClassContains the Business Unit SID, SQL Instance SID, and Ring Analysis Options associated with the Ring Geospatial Analysis job to initiate.

The results of a Ring Geospatial Analysis are stored in a RingResult object.

Now you can submit a single Geospatial analysis request for generating the combined exposure results for Workers' Compensation and Primary Property.

ClassContains the response to the asynchronous web service call that you made to initiate a Ring Geospatial Analysis job using the SubmitRingExposureConcentrationAnalysis() method.

The results of a Ring Geospatial Analysis are stored in a RingResult object.

ClassContains the Business Unit SID, SQL Instance SID, and Zone Analysis Options associated with the Zone Geospatial Analysis job that you want to initiate.

The results of a Zone Geospatial Analysis are stored in a ZoneResult object.

ClassContains the response to the asynchronous web service call that you made to initiate a Zone Geospatial Analysis job using the SubmitZoneExposureConcentrationAnalysis() method.

The results of a Zone Geospatial Analysis are stored in a ZoneResult object.

See Also

Reference

Air.Services.Proxy Assembly