Public Function SubmitRingExposureConcentrationAnalysis( _ ByVal request As SubmitRingExposureConcentrationAnalysisRequest _ ) As SubmitRingExposureConcentrationAnalysisResponse
Dim instance As ExposureConcentrationAnalysisServiceClient Dim request As SubmitRingExposureConcentrationAnalysisRequest Dim value As SubmitRingExposureConcentrationAnalysisResponse value = instance.SubmitRingExposureConcentrationAnalysis(request)
public SubmitRingExposureConcentrationAnalysisResponse SubmitRingExposureConcentrationAnalysis( SubmitRingExposureConcentrationAnalysisRequest request )
Parameters
- request
- Contains a SubmitRingExposureConcentrationAnalysisRequest that identifies the Business Unit SID, SQL Instance SID, and Options associated with the Ring Geospatial Analysis job to run.
To initiate a Geospatial grid ring analysis job, you must:
- Specify a single value for the Grid Spacing parameter. The API call rejects the request job if you provide mulitple Grid Space values.
- Specify a single Radius value from the grid to the nearest ring and inherit the radius value for all neighboring rings. Radius of the rings must be equal to or greater than half of the Grid Space size.
- Specify a single Placement Type parameter. If you specify the Grid Space and Radius parameters, the API request call submits the Geospatial grid ring analysis request job and ignores any other Placement Type options in the request.
- Obtain a valid contractual license to access the Geospatial module in Touchstone.
The
Options
property contains a RingAnalysisOptions object that enables you to specify:- The Ring Placement, which determines the geocode match level for the rings and whether Touchstone generates the geodesic rings:
- Around the risks with the highest total replacement value
- Around types of landmarks in the AIR Landmark database (for example, airports, power plants, and prominent buildings)
- Around user-specified latitude and longitude pairs, or
- To maximize accumulation using a dynamic ring placement.
- A Peril Set Damage Function object, which determines the size of the rings, damage ratio, and perils to use.
- Whether to remove any duplicate rings from the analysis results
- Whether to override the recommended ring radius for Dynamic Ring Geospatial analyses
- General analysis settings, such as whether to apply disaggregation, the currency exchange rate set to use, and the types of results to save