From 90fc99617f446bad928aaddf346ca75ffdacdeed Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Tue, 5 Oct 2004 15:11:40 +0000 Subject: [PATCH] Added force_3dz, force_3dm docs git-svn-id: http://svn.osgeo.org/postgis/trunk@926 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/postgis.xml | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) 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. -- 2.40.0