]> granicus.if.org Git - postgis/commitdiff
#3298 document change in behavior of ST_3DClosestPoint, ST_3DShortestLine, ST_3DLonge...
authorRegina Obe <lr@pcorp.us>
Sun, 4 Oct 2015 16:36:30 +0000 (16:36 +0000)
committerRegina Obe <lr@pcorp.us>
Sun, 4 Oct 2015 16:36:30 +0000 (16:36 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@14183 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_measure.xml

index 1555a0d86045d6ea15727441a7c293703670d8e8..f3232538d4a9a70af426727c43c41aa8db7e5f52 100644 (file)
@@ -33,6 +33,7 @@
                        <!-- Optionally mention supports Polyhedral Surface  -->
                        <para>&P_support;</para>
                        <para>Availability: 2.0.0</para>
+                       <para>Changed: 2.2.0 - if 2 2D geometries are input, a 2D point is returned (instead of old behavior assuming 0 for missing Z). In case of 2D and 3D, Z is no longer assumed to be 0 for missing Z.</para>
                  </refsection>
        
                  <refsection>
@@ -130,6 +131,7 @@ SELECT ST_AsEWKT(ST_3DClosestPoint(line,pt)) AS cp3d_line_pt,
         <para>&sfcgal_enhanced;</para>
 
                <para>Availability: 2.0.0</para>
+               <para>Changed: 2.2.0 - In case of 2D and 3D, Z is no longer assumed to be 0 for missing Z.</para>
          </refsection>
 
          <refsection>
@@ -410,6 +412,7 @@ SELECT ST_3DIntersects('TIN(((0 0,1 0,0 1,0 0)))'::geometry, 'POINT(.1 .1)'::geo
                </para>
 
                <para>Availability: 2.0.0</para>
+               <para>Changed: 2.2.0 - if 2 2D geometries are input, a 2D point is returned (instead of old behavior assuming 0 for missing Z). In case of 2D and 3D, Z is no longer assumed to be 0 for missing Z.</para>
                <para>&Z_support;</para>
                <!-- Optionally mention supports Polyhedral Surface  -->
                <para>&P_support;</para>
@@ -509,6 +512,7 @@ SELECT ST_AsEWKT(ST_3DLongestLine(line,pt)) AS lol3d_line_pt,
         <para>&P_support;</para>
 
                <para>Availability: 2.0.0</para>
+               <para>Changed: 2.2.0 - In case of 2D and 3D, Z is no longer assumed to be 0 for missing Z.</para>
          </refsection>
 
          <refsection>
@@ -573,6 +577,7 @@ SELECT ST_3DMaxDistance(
                </para>
 
                <para>Availability: 2.0.0</para>
+               <para>Changed: 2.2.0 - if 2 2D geometries are input, a 2D point is returned (instead of old behavior assuming 0 for missing Z). In case of 2D and 3D, Z is no longer assumed to be 0 for missing Z.</para>
                <para>&Z_support;</para>
                <!-- Optionally mention supports Polyhedral Surface  -->
                <para>&P_support;</para>