From: Regina Obe Date: Wed, 8 Oct 2008 18:51:22 +0000 (+0000) Subject: update st_translate include support for 3d flag X-Git-Tag: 1.4.0b1~642 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ff06dbae374754bb31ee40c47aa28b3618725fea;p=postgis update st_translate include support for 3d flag git-svn-id: http://svn.osgeo.org/postgis/trunk@3082 b70326c6-7e19-0410-871a-916f4a2858ee --- 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) +