Touchstone 2022 Database Reference
tSpatialDatasetSources Table
AIRSpatial Database : tSpatialDatasetSources Table
Description

Stores the data needed by the Geospatial Data Abstraction Library (GDAL) to locate and interact with the spatial datasets stored in the application file system.

In Touchstone 6.0, AIR moved most of the spatial data used by Touchstone out of the Touchstone databases and into the Touchstone file system. Touchstone uses GDAL to interact with the spatial data in the file system.

Properties
Creation Date5/22/2017 8:08 PM
File GroupPRIMARY
Text File GroupPRIMARY
System Object
Published for Replication
Rows478
Data Space Used144.00 KB
Index Space Used16.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key Unique system-generated sequential identifier for the source or location of the spatial dataset.int4   
 

Unique system-generated sequential identifier for the spatial dataset.

For a complete list of records, see dbo.tSpatialDataset Table.

int4   
 Location of the spatial dataset on the system.varchar16   
 Name of the spatial dataset.varchar16  
 

Indicates whether the spatial dataset represents a band map.

varchar16  
Objects that tSpatialDatasetSources depends on
 Database ObjectObject TypeDescriptionDep Level
tSpatialDataset tabletSpatialDatasetTableStores information used in Touchstone's spatial calculations.1
See Also

Related Objects

AIRSpatial Database