From: Kevin Neufeld Date: Wed, 11 Mar 2009 05:13:15 +0000 (+0000) Subject: moved over ST_LineFromWKB X-Git-Tag: 1.4.0b1~166 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=258be29ac05813331f5e551fda03fcd4f26bc72d;p=postgis moved over ST_LineFromWKB git-svn-id: http://svn.osgeo.org/postgis/trunk@3853 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference.xml b/doc/reference.xml index 2ffcb07b0..a7436b611 100644 --- a/doc/reference.xml +++ b/doc/reference.xml @@ -24,20 +24,6 @@ - - ST_LineFromWKB(bytea,[<srid>]) - - - Makes a Geometry from WKB with the given SRID. If SRID is - not give, it defaults to -1. - - OGC SPEC 3.2.7.2 - option SRID is from the conformance - suite - - throws an error if WKB is not a LINESTRING - - - ST_PolyFromWKB(bytea,[<srid>]) diff --git a/doc/reference_new.xml b/doc/reference_new.xml index 3a227fbf1..e3cd84662 100644 --- a/doc/reference_new.xml +++ b/doc/reference_new.xml @@ -1726,12 +1726,9 @@ aline | null_return LINESTRING geometry. This function plays the role of the Geometry Factory in SQL. - If an SRID is not specified, it defaults to -1. - - - NULL is returned if the input bytea - is not a LINESTRING. - + If an SRID is not specified, it defaults to -1. NULL is + returned if the input bytea + does not represent a LINESTRING. OGC SPEC 3.2.6.2 - option SRID is from the conformance