From 4033ac4a9ad4536fb2e0537b0b1c887600978b22 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Thu, 17 Feb 2011 19:19:09 +0000 Subject: [PATCH] Amend ST_AsGML and ST_GeomFromGML to include the fact they support TINS git-svn-id: http://svn.osgeo.org/postgis/trunk@6844 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/reference_constructor.xml | 5 +++-- doc/reference_output.xml | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/reference_constructor.xml b/doc/reference_constructor.xml index 3ad090a0b..df1c9c59a 100644 --- a/doc/reference_constructor.xml +++ b/doc/reference_constructor.xml @@ -476,9 +476,10 @@ SELECT ST_GeomFromEWKT('POLYHEDRALSURFACE( Availability: 1.5 - Enhanced: 2.0.0 support for Polyhedral surfaces was introduced. + Enhanced: 2.0.0 support for Polyhedral surfaces and TIN was introduced. &Z_support; - &P_support; + &P_support; + &T_support; GML allow mixed dimensions (2D and 3D inside the same MultiGeometry for instance). As PostGIS geometries don't, ST_GeomFromGML convert the whole geometry to 2D if a missing Z dimension is found once. GML support mixed SRS inside the same MultiGeometry. As PostGIS geometries don't, ST_GeomFromGML, in this case, reproject all subgeometries to the SRS root node. If no srsName attribute available for the GML root node, the function throw an error. diff --git a/doc/reference_output.xml b/doc/reference_output.xml index 40bd07db9..cbbeddda9 100644 --- a/doc/reference_output.xml +++ b/doc/reference_output.xml @@ -516,13 +516,14 @@ namespace prefix or no prefix (if empty). If null or omitted 'gml' prefix is use Availability: 1.3.2 Availability: 1.5.0 geography support was introduced. - Enhanced: 2.0.0 prefix support was introduced. Support for Polyhedral surfaces was introduced. + Enhanced: 2.0.0 prefix support was introduced. GML3 Support for Polyhedral surfaces and TINS was introduced. - Only version 3 of ST_AsGML supports Polyhedral Surfaces. + Only version 3 of ST_AsGML supports Polyhedral Surfaces and TINS. &Z_support; &P_support; + &T_support; -- 2.50.1