[postgis-commits] svn - r3853 - trunk/doc

postgis-commits at postgis.refractions.net postgis-commits at postgis.refractions.net
Tue Mar 10 22:13:15 PDT 2009


Author: kneufeld
Date: 2009-03-10 22:13:15 -0700 (Tue, 10 Mar 2009)
New Revision: 3853

Modified:
   trunk/doc/reference.xml
   trunk/doc/reference_new.xml
Log:
moved over ST_LineFromWKB

Modified: trunk/doc/reference.xml
===================================================================
--- trunk/doc/reference.xml	2009-03-11 05:11:30 UTC (rev 3852)
+++ trunk/doc/reference.xml	2009-03-11 05:13:15 UTC (rev 3853)
@@ -24,20 +24,6 @@
 
       <variablelist>
 
-        <varlistentry>
-          <term>ST_LineFromWKB(bytea,[&lt;srid&gt;])</term>
-
-          <listitem>
-            <para>Makes a Geometry from WKB with the given SRID. If SRID is
-            not give, it defaults to -1.</para>
-
-            <para>OGC SPEC 3.2.7.2 - option SRID is from the conformance
-            suite</para>
-
-            <para>throws an error if WKB is not a LINESTRING</para>
-          </listitem>
-        </varlistentry>
-
         <varlistentry id="ST_PolyFromWKB">
           <term>ST_PolyFromWKB(bytea,[&lt;srid&gt;])</term>
 

Modified: trunk/doc/reference_new.xml
===================================================================
--- trunk/doc/reference_new.xml	2009-03-11 05:11:30 UTC (rev 3852)
+++ trunk/doc/reference_new.xml	2009-03-11 05:13:15 UTC (rev 3853)
@@ -1726,14 +1726,11 @@
     	<varname>LINESTRING</varname> geometry. This function plays the role of the Geometry 
     	Factory in SQL.</para>
     	
-      <para>If an SRID is not specified, it defaults to -1.</para>
+      <para>If an SRID is not specified, it defaults to -1. <varname>NULL</varname> is 
+        returned if the input <varname>bytea</varname>
+	    does not represent a <varname>LINESTRING</varname>.</para>
 
 		<note>
-			<para><varname>NULL</varname> is returned if the input <varname>bytea</varname>
-			is not a <varname>LINESTRING</varname>.</para>
-		</note>
-
-		<note>
 		  <para>OGC SPEC 3.2.6.2 - option SRID is from the conformance
 				suite.</para>
 		</note>



More information about the postgis-commits mailing list