<variablelist>
- <varlistentry>
- <term>ST_LineFromWKB(bytea,[<srid>])</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,[<srid>])</term>
<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