From ff06dbae374754bb31ee40c47aa28b3618725fea Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Wed, 8 Oct 2008 18:51:22 +0000 Subject: [PATCH] update st_translate include support for 3d flag git-svn-id: http://svn.osgeo.org/postgis/trunk@3082 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/reference_new.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/doc/reference_new.xml b/doc/reference_new.xml index 461da39b5..cb38c7b20 100644 --- a/doc/reference_new.xml +++ b/doc/reference_new.xml @@ -2632,6 +2632,12 @@ CREATE INDEX idx_the_geom_26986_parcels based on the units defined in spatial reference (SRID) for this geometry. Availability: 1.2.2 + + + + + + This function supports 3d and will not drop the z-index. @@ -2649,7 +2655,13 @@ CREATE INDEX idx_the_geom_26986_parcels wgs_transgeomtxt --------------------------------------- LINESTRING(-70.01 42.87,-70.11 42.88) - + + Move a 3d point + SELECT ST_AsEWKT(ST_Translate(CAST('POINT(0 0 0)' As geometry), 5, 12,3)); + st_asewkt + --------- + POINT(5 12 3) + -- 2.50.1