From: Sandro Santilli Date: Wed, 11 Jan 2012 14:50:16 +0000 (+0000) Subject: Add documentation about enhancements in ST_AsBinary (#288) X-Git-Tag: 2.0.0alpha1~107 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=de54e17fdeda776acc85cc1554be096f2e1c5758;p=postgis Add documentation about enhancements in ST_AsBinary (#288) git-svn-id: http://svn.osgeo.org/postgis/trunk@8773 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_output.xml b/doc/reference_output.xml index 2e2336664..745c14d81 100644 --- a/doc/reference_output.xml +++ b/doc/reference_output.xml @@ -14,13 +14,18 @@ bytea ST_AsBinary geometry g1 + + bytea ST_AsBinary + geometry g1 + text NDR_or_XDR + bytea ST_AsBinary geography g1 bytea ST_AsBinary - geometry g1 + geography g1 text NDR_or_XDR @@ -30,13 +35,13 @@ Description Returns the Well-Known Binary representation of the geometry. There are 2 variants of the function. The first - variant takes no endian encoding parameter and defaults to little endian. The second variant takes a second argument + variant takes no endian encoding parameter and defaults to server machine endian. The second variant takes a second argument denoting the encoding - using little-endian ('NDR') or big-endian ('XDR') encoding. This is useful in binary cursors to pull data out of the database without converting it to a string representation. - The WKB spec does not include the SRID. To get the OGC WKB with SRID format use ST_AsEWKB + The WKB spec does not include the SRID. To get the WKB with SRID format use ST_AsEWKB ST_AsBinary is the reverse of for geometry. Use to convert to a postgis geometry from ST_AsBinary representation. @@ -48,12 +53,15 @@ Enhanced: 2.0.0 support for Polyhedral surfaces, Triangles and TIN was introduced. + Enhanced: 2.0.0 support for higher coordinate dimensions was introduced. + Enhanced: 2.0.0 support for specifying endian with geography was introduced. Availability: 1.5.0 geography support was introduced. &sfs_compliant; s2.1.1.1 &sqlmm_compliant; SQL-MM 3: 5.1.37 &curve_support; &P_support; &T_support; + &Z_support;