Touchstone 2022 Database Reference
tECARingOption Table
AIRProject Database : tECARingOption Table
Description
Stores information about the ring options selected for the Geospatial analysis.
Properties
Creation Date4/4/2022 3:02 AM
File GroupPRIMARY
Text File Group
System Object
Published for Replication
Rows2
Data Space Used8.00 KB
Index Space Used8.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key 

Unique system-generated sequential identifier for the analysis  record.

For a complete list of records, see tAnalysis Table.

int4   
 

Code that represents the ring criteria type.

For a complete list of codes, see tRingCriteria Table

varchar10   
 Count of the ring criteria used to filter the exposure data. For example, top 10,000 total replacement value.float9  
 

Indicates whether duplicate rings, having the same latitude and longitude, should be removed or retained to produce overlapping exposure data.

  • 1 = Yes (remove duplicate rings)
  • 0 = No (retain duplicate rings)
bit1 
((1))
 
 

Indicates whether a ring definition is unique. This flag is used by the User Interface when consolidated rings.

  • 1 = Yes (unique)
  • 0 = No (not unique)
bit1 
((1))
 
 

Code that represents how the risk measure is calculated. 

For a complete list of codes, see tRiskMeasure Table.

varchar10   
 Represents the minimum latitude value of the overlapping ring exposure.numeric9 (9,6)  
 Represents the minimum longitude value of the overlapping ring exposure.numeric9 (9,6)  
 Represents the maximum latitude value of the overlapping ring exposure.numeric9 (9,6)  
 Represents the maximum longitude value of the overlapping ring exposure.numeric9 (9,6)  
 

Indicates whether overlapping rings, having the same latitude and longitude, should be removed or retained to produce overlapping exposure data.

  • 1 = Yes (remove overlapping rings)
  • 0 = No (retain overlapping rings)
bit1 
((0))
 
 Stores the highest loss accumulation of ring exposure in geospatial analysis. varchar10  
Objects that depend on tECARingOption
 Database ObjectObject TypeDescriptionDep Level
tECARingDefinition tabletECARingDefinitionTableStores information regarded the rings used during a Geospatial analysis.1
tECARingGeoMatchLevelOption tabletECARingGeoMatchLevelOptionTableStores information about the geocode match level achieved during the Geospatial \analysis.1
tECARingLandmarkOption tabletECARingLandmarkOptionTableStores information about the landmarks used during a Geospatial analysis.1
tECARingLocationList tabletECARingLocationListTableStores information about the locations included in the Geospatial analysis.1
Objects that tECARingOption depends on
 Database ObjectObject TypeDescriptionDep Level
tAnalysis tabletAnalysisTableStores information about each analysis.2
tDataServer tabletDataServerTableStores information about each data server associated with the project, including the sequential identifier (SID), name, description, connection information, and default MDF and LDF paths for the server.4
tDataSource tabletDataSourceTable

Stores information about the databases registered with the application, for example, the exposure and results databases.

3
tExposureConcentrationAnalysisOption tabletExposureConcentrationAnalysisOptionTableStores the options used during a Geospatial analysis.1
tExposureSet tabletExposureSetTableStores exposure set information from each exposure database on the server.4
tProject tabletProjectTableStores information about each project, for example, the project name and status code.3
See Also

Related Objects

AIRProject Database