Merge from vendor branch TNF:
authoradam <adam>
Thu, 21 Jan 2010 12:53:19 +0000 (12:53 +0000)
committeradam <adam>
Thu, 21 Jan 2010 12:53:19 +0000 (12:53 +0000)
commit3e2b9b99ab8468af7e589d0d71bed9409cdd94b4
tree40d5e25cf5eb42e56cb806988f22b6bbf1aaf817
parentec0271175b853ab1bcdfa023ec5663192ed28f0d
parenta4f69b809f8398f6d1c7525d7c16759b8945bfdc
Merge from vendor branch TNF:
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 has been
certified as compliant with the "Types and Functions" profile.

PostGIS/PostgreSQL includes the following functionality:
* Simple Features as defined by the OpenGIS Consortium (OGC)
* Support for Well-Known Text and Well-Known Binary representations of GIS
  objects
* Fast spatial indexing using GiST
* Geospatial analysis functions
* PostgreSQL JDBC extension objects corresponding to the geometries
* Support for OGC access functions as defined by the Simple Features
  Specification