]> granicus.if.org Git - postgis/commitdiff
Amend ST_AsGML and ST_GeomFromGML to include the fact they support TINS
authorRegina Obe <lr@pcorp.us>
Thu, 17 Feb 2011 19:19:09 +0000 (19:19 +0000)
committerRegina Obe <lr@pcorp.us>
Thu, 17 Feb 2011 19:19:09 +0000 (19:19 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@6844 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_constructor.xml
doc/reference_output.xml

index 3ad090a0b47df59073b4107b40dcf417bc8c4fb0..df1c9c59a8d6e0be0c7d9dbbc0b5df50fa06ef78 100644 (file)
@@ -476,9 +476,10 @@ SELECT ST_GeomFromEWKT('POLYHEDRALSURFACE(
                </para>
 
                <para>Availability: 1.5</para>
-               <para>Enhanced: 2.0.0 support for Polyhedral surfaces was introduced.</para>
+               <para>Enhanced: 2.0.0 support for Polyhedral surfaces and TIN was introduced.</para>
                <para>&Z_support;</para>
-                       <para>&P_support;</para>
+               <para>&P_support;</para>
+               <para>&T_support;</para>
                <para>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.</para>
                
                <para>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.</para>
index 40bd07db9dc4c82d3beee40a826f1b573eda8d94..cbbeddda9a99ae0fd56d388d578e4bfd111554ad 100644 (file)
@@ -516,13 +516,14 @@ namespace prefix or no prefix (if empty). If null or omitted 'gml' prefix is use
 
                  <para>Availability: 1.3.2</para>
                  <para>Availability: 1.5.0 geography support was introduced.</para>
-                 <para>Enhanced: 2.0.0 prefix support was introduced. Support for Polyhedral surfaces was introduced.</para>
+                 <para>Enhanced: 2.0.0 prefix support was introduced. GML3 Support for Polyhedral surfaces and TINS was introduced.</para>
                 
 
 
-               <note><para>Only version 3 of ST_AsGML supports Polyhedral Surfaces.</para></note>
+               <note><para>Only version 3 of ST_AsGML supports Polyhedral Surfaces and TINS.</para></note>
                <para>&Z_support;</para>
                <para>&P_support;</para>
+               <para>&T_support;</para>
          </refsection>
 
          <refsection>