]> granicus.if.org Git - postgis/commitdiff
moved over ST_LineFromWKB
authorKevin Neufeld <kneufeld.ca@gmail.com>
Wed, 11 Mar 2009 05:13:15 +0000 (05:13 +0000)
committerKevin Neufeld <kneufeld.ca@gmail.com>
Wed, 11 Mar 2009 05:13:15 +0000 (05:13 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@3853 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference.xml
doc/reference_new.xml

index 2ffcb07b0e47a219eb3622ef8252b40d286cfe0f..a7436b611bafad88c0725e94fc06adda4a608e2a 100644 (file)
 
       <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>
 
index 3a227fbf11169b1770855f45952a9a770cd9f7d9..e3cd84662f77909d24ec7f38a3709d7ab867f8d4 100644 (file)
@@ -1726,12 +1726,9 @@ aline                            | null_return
        <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>
-
-               <note>
-                       <para><varname>NULL</varname> is returned if the input <varname>bytea</varname>
-                       is not a <varname>LINESTRING</varname>.</para>
-               </note>
+      <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>OGC SPEC 3.2.6.2 - option SRID is from the conformance