]> granicus.if.org Git - postgis/commitdiff
Added force_3dz, force_3dm docs
authorSandro Santilli <strk@keybit.net>
Tue, 5 Oct 2004 15:11:40 +0000 (15:11 +0000)
committerSandro Santilli <strk@keybit.net>
Tue, 5 Oct 2004 15:11:40 +0000 (15:11 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@926 b70326c6-7e19-0410-871a-916f4a2858ee

doc/postgis.xml

index 39ec39518681da9cde34f7d9fa5cae43ebc209e3..cc39c93bc2964c2a90180a3693910c046caf1fbf 100644 (file)
@@ -3562,13 +3562,20 @@ dimension
           </listitem>
         </varlistentry>
 
-        <varlistentry id="force_3d">
+        <varlistentry id="force_3dz">
+          <term>force_3dz(geometry)</term>
           <term>force_3d(geometry)</term>
 
           <listitem>
-            <para>Forces the geometries into a "3-dimensional mode" so that
-            all output representations will have the X, Y and Z
-            coordinates.</para>
+            <para>Forces the geometries into XYZ mode.</para>
+          </listitem>
+        </varlistentry>
+
+        <varlistentry id="force_3dm">
+          <term>force_3dm(geometry)</term>
+
+          <listitem>
+            <para>Forces the geometries into XYM mode.</para>
           </listitem>
         </varlistentry>
 
@@ -3576,9 +3583,7 @@ dimension
           <term>force_4d(geometry)</term>
 
           <listitem>
-            <para>Forces the geometries into a "4-dimensional mode" so that
-            all output representations will have the X, Y, Z and M
-            coordinates.</para>
+            <para>Forces the geometries into XYZM mode.</para>
           </listitem>
         </varlistentry>