Spatial Databases
Spatial Database:
(SDBMS) Spatial database is is a database that can store, manage and report on spatial data. Several GIS ( Geographic Information System) applications are built using SDBMS. SDBMS is implemented in some game engines as well.
PostGIS
PostGIS adds support for geographic objects to the PostgreSQL object-relational database. In effect, PostGIS "spatially enables" the PostgreSQL server, allowing it to be used as a backend spatial database for geographic information systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS "Simple Features Specification for SQL" and will be submitted for conformance testing at version 1.0.
Highlights include:
Geometry building functions, including line merging, polygon creation and vertex manipulation,
Linear referencing functions, including support for measures,
Performance improvements to coordinate reference transformations,
Autoconfiguration support, removing the old installation requirement for a built PostgreSQL source tree (for PostgreSQL 8.0 and up),
JDBC2 support in Java classes, and
A renewed and improved regression testing suite.
visit
PostGIS
PostGIS was visited : 132 times
Loading .....