From: Sandro Santilli Date: Tue, 5 Oct 2004 15:11:40 +0000 (+0000) Subject: Added force_3dz, force_3dm docs X-Git-Tag: pgis_1_0_0RC1~346 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=90fc99617f446bad928aaddf346ca75ffdacdeed;p=postgis Added force_3dz, force_3dm docs git-svn-id: http://svn.osgeo.org/postgis/trunk@926 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/postgis.xml b/doc/postgis.xml index 39ec39518..cc39c93bc 100644 --- a/doc/postgis.xml +++ b/doc/postgis.xml @@ -3562,13 +3562,20 @@ dimension - + + force_3dz(geometry) force_3d(geometry) - Forces the geometries into a "3-dimensional mode" so that - all output representations will have the X, Y and Z - coordinates. + Forces the geometries into XYZ mode. + + + + + force_3dm(geometry) + + + Forces the geometries into XYM mode. @@ -3576,9 +3583,7 @@ dimension force_4d(geometry) - Forces the geometries into a "4-dimensional mode" so that - all output representations will have the X, Y, Z and M - coordinates. + Forces the geometries into XYZM mode.