]> granicus.if.org Git - postgis/commitdiff
ST_Box back to Box link ref
authorRegina Obe <lr@pcorp.us>
Wed, 30 Dec 2009 13:08:38 +0000 (13:08 +0000)
committerRegina Obe <lr@pcorp.us>
Wed, 30 Dec 2009 13:08:38 +0000 (13:08 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5079 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_accessor.xml

index 1c903efbfe4bcc3d7d104090e66bf10640fd2f85..70aa4d9d7a69a5e04de989ca18840eba54431a95 100644 (file)
@@ -372,7 +372,7 @@ SELECT ST_AsText(ST_Envelope('POLYGON((0 0, 0 1, 1.0000000001 1, 1.0000000001 0,
  POLYGON((0 0,0 1,1.00000011920929 1,1.00000011920929 0,0 0))
 (1 row)
        
-SELECT ST_Box3D(geom), ST_Box2D(geom), ST_AsText(ST_Envelope(geom)) As envelopewkt
+SELECT Box3D(geom), Box2D(geom), ST_AsText(ST_Envelope(geom)) As envelopewkt
        FROM (SELECT 'POLYGON((0 0, 0 1000012333334.34545678, 1.0000001 1, 1.0000001 0, 0 0))'::geometry As geom) As foo;
 
 box3d
@@ -391,7 +391,7 @@ POLYGON((0 0,0 1000012382208,1.00000011920929 1000012382208,1.00000011920929 0,0
          <refsection>
                <title>See Also</title>
 
-               <para><xref linkend="ST_Box2D" />, <xref linkend="ST_Box3D" /></para>
+               <para><xref linkend="Box2D" />, <xref linkend="Box3D" /></para>
          </refsection>
        </refentry>