Touchstone 2022 Database Reference
xtLandmark Table
AIRReference Database : xtLandmark Table
Description

Stores geographic information used to define the exact location of landmarks for display on a map.  For example, the mapping program refers to the area details stored within this table to place Boston Logan Airport at the appropriate location on a map.

Properties
Creation Date8/10/2012 12:08 PM
File GroupPRIMARY
Text File Group
System Object
Published for Replication
Rows64645
Data Space Used7,264.00 KB
Index Space Used2,272.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key 

Unique system-generated sequential identifier for the landmark record.

int4   
 

Name of the landmark. Note this value is not in human-readable format.

varchar340   
 

Code that represents the type of landmark. 

For a complete list of codes, see tLandmarkType Table

varchar10   
 

Unique system-generated sequential identifier for the geographic record.

For a complete list of records, see tGeography Table.

int4  
 

Code that represent the Metropolitan Statistical Area where the landmark resides.

varchar8  
 Area code where the landmark resides.  Note this value is not in human-readable format.varchar20   
 Subarea code where the landmark resides.  Note this value is not in human-readable format.varchar20   
 Postal code where the landmark resides.  Note this value is not in human-readable format.varchar20   
 Latitude coordinate where the landmark resides.  Note this value is not in human-readable format.varchar12   
 Longitude coordinate where the landmark resides.  Note this value is not in human-readable format.varchar12   
See Also

Related Objects

AIRReference Database