</varlistentry>
<varlistentry>
- <term>GeometryFromWKB(text,[<srid>])</term>
+ <term>GeomFromWKB(text,[<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.6.2 - option SRID is from the conformance suite</para>
+ <para> OGC SPEC 3.2.7.2 - option SRID is from the conformance suite</para>
</listitem>
</varlistentry>
<term>PointFromWKB(text,[<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.6.2 - option SRID is from the conformance suite</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 POINT </para>
</listitem>
</varlistentry>
<term>LineFromWKB(text,[<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.6.2 - option SRID is from the conformance suite</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>
<term>PolyFromWKB(text,[<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.6.2 - option SRID is from the conformance suite</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 POLYGON </para>
</listitem>
</varlistentry>
<term>MPointFromWKB(text,[<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.6.2 - option SRID is from the conformance suite</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 MULTIPOINT </para>
</listitem>
</varlistentry>
<term>MLineFromWKB(text,[<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.6.2 - option SRID is from the conformance suite</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 MULTILINESTRING </para>
</listitem>
</varlistentry>
<term>MPolyFromWKB(text,[<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.6.2 - option SRID is from the conformance suite</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 MULTIPOLYGON </para>
</listitem>
</varlistentry>
<term>GeomCollFromWKB(text,[<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.6.2 - option SRID is from the conformance suite</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 GEOMETRYCOLLECTION </para>
</listitem>
</varlistentry>