Stores information that the application uses in the airsp_EA_PagingPrepare stored procedure to retrieve the highest weighted regions and to assign values to regions that do not have a high enough weight.
| Creation Date | 4/27/2010 10:32 AM |
| File Group | PRIMARY |
| Text File Group | |
| System Object | ![]() |
| Published for Replication | ![]() |
| Rows | 1254242 |
| Data Space Used | 89,592.00 KB |
| Index Space Used | 432.00 KB |
| Column Name | Description | Datatype | Length | Allow Nulls | Default | Formula | |
|---|---|---|---|---|---|---|---|
| guidExternalSource | GUID of the low-level zone. | dbo.GUID | 16 | |||
| intWeightTypeId | Identifier for the weight type. For a complete list of weight types, see TblAreaWeightType Table. | int | 4 | |||
| intGridIdDefault | Highest weighted level for this zone and weight type. | bigint | 8 | |||
| strCurrency | Code that represents the currency type. For a complete list of codes, see tCurrency Table | char | 3 | ||||
| dblMinCovA | Minimum replacement cost for Coverage A (buildings). | float | 9 | ![]() | |||
| dblMinCovB | Minimum replacement cost for Coverage B (other structures). | float | 9 | ![]() | |||
| dblMinCovC | Minimum replacement cost for Coverage C(contents). | float | 9 | ![]() | |||
| dblMinCovD | Minimum replacement cost for Coverage D (time element). | float | 9 | ![]() |
| Database Object | Object Type | Description | Dep Level | |
|---|---|---|---|---|
![]() | TblAreaExternal | Table | Stores valid area information. | 1 |
![]() | TblAreaWeightType | Table | Stores a list of supported area weight types. | 1 |