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

Stores the tolerance value for each country, which the application uses during the reverse geocoding process.

The tolerance value determines the accuracy of reverse geocoding near an area boundary.

Reverse geocoding is the process of determining the area that corresponds to a user-specified latitude and longitude pair.

Properties
Creation Date1/21/2015 12:42 PM
File GroupPRIMARY
Text File Group
System Object
Published for Replication
Rows85
Data Space Used8.00 KB
Index Space Used8.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key Country identifier.smallint2   
 Tolerance value.real4  
 

Indicates whether the application supports reverse geocoding by SQL Server spatial methods.

  • 1 = Yes (supported)
  • 0 = No (not supported)

If reverse geocoding by SQL Server spatial methods is not supported, the application uses the airsp_FindClosestArea stored procedure for geocoding.

For more information, see the application online help.

bit1 
((0))
 
 

Code that represents the type of reverse geocoding supported for the country.

For a complete list of codes, see tReverseGeocodingType Table.

tinyint1  
See Also

Related Objects

AIRGeography Database