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

Stores information that the application uses to draw states and counties for the Google Earth implementation.

The application also uses the information in the airfn_GeoCodeInBoundaries function to determine whether a user-specified latitude and longitude pair is within the specified area.

Properties
Creation Date6/3/2008 1:18 PM
File GroupPRIMARY
Text File Group
System Object
Published for Replication
Rows1049929
Data Space Used50,912.00 KB
Index Space Used224.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key GUID of the boundary as supplied from tblAreaExternaldbo.GUID16   
Primary Key The unique identifier for the polygon.int4   
Primary Key Sort order for this boundary shape.int4   
 

Latitude coordinate for the start of the boundary shape.  Values will be positive for locations north of the equator and negative south of the equator.

real4   
 

Longitude coordinate for the start of the boundary shape.  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   
 

Latitude coordinate for the end of the boundary shape.  Values will be positive for locations north of the equator and negative south of the equator.

real4  
 

Longitude coordinate for the end of the boundary shape.  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  
See Also

Related Objects

AIRGeography Database