Spatial database

From Wiki.GIS.com

Jump to:navigation, search

A spatial database is a database that is optimized to store and query data related to objects in space, including points, lines and polygons. While typical databases can understand various numeric and character types of data, additional functionality needs to be added for databases to process spatial data types. These are typically called geometry or feature. The Open Geospatial Consortium created the Simple Features specification and sets standards for adding spatial functionality to database systems. OGC Homepage.

Contents

[edit] Features of spatial databases

Database systems use indexes to quickly look up values and the way that most databases index data is not optimal for spatial queries. Instead, spatial databases use a spatial index to speed up database operations.

In addition to typical SQL queries such as SELECT statements, spatial databases can perform a wide variety of spatial operations. The following query types and many more are supported by the Open Geospatial Consortium:

Not all spatial databases support these query types.

[edit] Spatial database systems

[edit] Books

[edit] References

[edit] See also

Navigation
Need Help
Toolbox
Share This Page