From: Regina Obe Date: Wed, 17 Sep 2008 04:00:01 +0000 (+0000) Subject: Beef up spatial reference section. Still needs work. X-Git-Tag: 1.4.0b1~733 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=69b9f4262de2c62c9295b29bf10741bb20ac1306;p=postgis Beef up spatial reference section. Still needs work. git-svn-id: http://svn.osgeo.org/postgis/trunk@2974 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/using_postgis.xml b/doc/using_postgis.xml index d3d9b22a1..087b65d5a 100644 --- a/doc/using_postgis.xml +++ b/doc/using_postgis.xml @@ -262,8 +262,23 @@ geometry descriptions of coordinate systems used in the spatial database. - The SPATIAL_REF_SYS Table - + The SPATIAL_REF_SYS Table and Spatial Reference Systems + + The spatial_ref_sys table is a PostGIS included and OGC compliant database table that lists over 3000 + known spatial reference systems + and details needed to transform/reproject between them. + + Although the PostGIS spatial_ref_sys table contains over 3000 of the more commonly used spatial reference system definitions that can be handled by the proj library, it does not contain all known to man and + you can even define your own custom projection if you are familiar with proj4 constructs. Keep in mind that most spatial reference systems are regional and have no meaning when used outside of the bounds they were intended for. + + An excellent resource for finding spatial reference systems not defined in the core set is http://spatialreference.org/ + + Some of the more commonly used spatial reference systems are: 4326 - WGS 84 Long Lat, + 4269 - NAD 83 Long Lat, + WGS 84 World Mercator, + US National Atlas Equal Area + + The SPATIAL_REF_SYS table definition is as follows: @@ -280,7 +295,7 @@ geometry - SRID + SRID An integer value that uniquely identifies the Spatial