Touchstone 2022 Database Reference
TblSourceTargetMap_BRA Table
AIRGeography Database : TblSourceTargetMap_BRA Table
Description

Stores the grid identifier and weight type that corresponds to each source code. The table also stores 'look-up' area codes that the application uses for disaggregated locations in Brazil and the weight for each location.

Properties
Creation Date12/8/2014 12:17 PM
File GroupPRIMARY
Text File Group
System Object
Published for Replication
Rows6805988
Data Space Used473,464.00 KB
Index Space Used2,208.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key 

GUID of the external source.

dbo.GUID16   
Primary Key Grid identifierbigint8   
 

Country code for the location.

For a complete list of codes, see tCountry Table.

tinyint1   
 

Area or CRESTA code for the location.

For a complete list of codes, see tGeography Table.

varchar16   
 

Subarea code for the location.

For a complete list of codes, see tGeography Table.

varchar16  
 

Postal code for the location.

For a complete list of codes, see tGeography Table.

varchar16  
 Latitude coordinate for the grid. Values will be positive for locations north of the equator and negative south of the equator.real4   
 Longitude coordinate for the grid. Values will be negative for locations west of the prime meridian up to the international date line. They will be positive for locations east of the prime meridian.real4   
Primary Key 

Identifier for the weight type. 

For a complete list of weight types, see TblAreaWeightType Table.

int4   
 Grid weight.decimal9 (10,9)   
 

Unique system-generated sequential identifier for the geography grid record.

Used internally by Touchstone.

int4   
Objects that TblSourceTargetMap_BRA depends on
 Database ObjectObject TypeDescriptionDep Level
TblAreaExternal tableTblAreaExternalTableStores valid area information.1
TblAreaWeightType tableTblAreaWeightTypeTableStores a list of supported area weight types.1
See Also

Related Objects

AIRGeography Database