Touchstone 2022 Database Reference
TblSourceTargetMap_ANZ Table
AIRGeography Database : TblSourceTargetMap_ANZ 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 Australia and New Zealand and the weight for each location.
Properties
Creation Date1/23/2015 7:06 AM
File GroupPRIMARY
Text File Group
System Object
Published for Replication
Rows194772
Data Space Used14,088.00 KB
Index Space Used88.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key 

GUID of the external source.

dbo.GUID16   
Primary Key Grid identifier.bigint8   
 

Country code for the location.

For a complete list of codes, see tCountry Table.

smallint2   
 Area or CRESTA identifier.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_ANZ 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