change all these polyhedral surface/tin to enhanced from available

git-svn-id: http://svn.osgeo.org/postgis/trunk@6014 b70326c6-7e19-0410-871a-916f4a2858ee
This commit is contained in:
Regina Obe 2010-09-24 11:39:52 +00:00
parent c4af6ea50c
commit d81878488a
6 changed files with 26 additions and 24 deletions

View file

@ -295,10 +295,11 @@ ST_GeogFromWKB(E'\\001\\002\\000\\000\\000\\002\\000\\000\\000\\037\\205\\353Q\\
<para>The EWKB format is not an OGC standard, but a PostGIS specific format that includes the spatial reference system (SRID) <para>The EWKB format is not an OGC standard, but a PostGIS specific format that includes the spatial reference system (SRID)
identifier</para> identifier</para>
</note> </note>
<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>&Z_support;</para>
<para>&curve_support;</para> <para>&curve_support;</para>
<para>&P_support;</para> <para>&P_support;</para>
<para>&T_support;</para>
</refsection> </refsection>
<refsection> <refsection>
@ -348,10 +349,11 @@ SELECT ST_GeomFromEWKB('\001\002\000\000 \255\020\000\000\003\000\000\000\344J=\
<para>The EWKT format is not an OGC standard, but an PostGIS specific format that includes the spatial reference system (SRID) <para>The EWKT format is not an OGC standard, but an PostGIS specific format that includes the spatial reference system (SRID)
identifier</para> identifier</para>
</note> </note>
<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>&Z_support;</para>
<para>&curve_support;</para> <para>&curve_support;</para>
<para>&P_support;</para> <para>&P_support;</para>
<para>&T_support;</para>
</refsection> </refsection>
<refsection> <refsection>

View file

@ -128,7 +128,7 @@ y' = d*x + e*y + yoff
z' = z </programlisting> This method is a subcase of the 3D method z' = z </programlisting> This method is a subcase of the 3D method
above.</para> above.</para>
<para>Availability: 2.0.0 support for Polyhedral surfaces, Triangles and TIN was introduced.</para> <para>Enhanced: 2.0.0 support for Polyhedral surfaces, Triangles and TIN was introduced.</para>
<para>Availability: 1.1.2. Name changed from Affine to ST_Affine in 1.2.2</para> <para>Availability: 1.1.2. Name changed from Affine to ST_Affine in 1.2.2</para>
<note><para>Prior to 1.3.4, this function crashes if used with geometries that contain CURVES. This is fixed in 1.3.4+</para></note> <note><para>Prior to 1.3.4, this function crashes if used with geometries that contain CURVES. This is fixed in 1.3.4+</para></note>
@ -196,7 +196,7 @@ SELECT ST_AsEWKT(ST_Affine(the_geom, cos(pi()), -sin(pi()), 0, sin(pi()), cos(pi
This is useful for force OGC-compliant output (since OGC only This is useful for force OGC-compliant output (since OGC only
specifies 2-D geometries).</para> specifies 2-D geometries).</para>
<para>Availability: 2.0.0 support for Polyhedral surfaces was introduced.</para> <para>Enhanced: 2.0.0 support for Polyhedral surfaces was introduced.</para>
<para>&curve_support;</para> <para>&curve_support;</para>
<para>&P_support;</para> <para>&P_support;</para>
<para>&Z_support;</para> <para>&Z_support;</para>
@ -249,7 +249,7 @@ SELECT ST_AsEWKT(ST_Force_2D('POLYGON((0 0 2,0 5 2,5 0 2,0 0 2),(1 1 2,3 1 2,1
<para>Forces the geometries into XYZ mode. This is an alias for ST_Force_3DZ. If a geometry has no Z component, then a 0 Z coordinate is tacked on.</para> <para>Forces the geometries into XYZ mode. This is an alias for ST_Force_3DZ. If a geometry has no Z component, then a 0 Z coordinate is tacked on.</para>
<para>Availability: 2.0.0 support for Polyhedral surfaces was introduced.</para> <para>Enhanced: 2.0.0 support for Polyhedral surfaces was introduced.</para>
<para>&P_support;</para> <para>&P_support;</para>
<para>&curve_support;</para> <para>&curve_support;</para>
<para>&Z_support;</para> <para>&Z_support;</para>
@ -304,7 +304,7 @@ SELECT ST_AsEWKT(ST_Force_3D('POLYGON((0 0,0 5,5 0,0 0),(1 1,3 1,1 3,1 1))'));
<para>Forces the geometries into XYZ mode. This is a synonym for ST_Force_3DZ. If a geometry has no Z component, then a 0 Z coordinate is tacked on.</para> <para>Forces the geometries into XYZ mode. This is a synonym for ST_Force_3DZ. If a geometry has no Z component, then a 0 Z coordinate is tacked on.</para>
<para>Availability: 2.0.0 support for Polyhedral surfaces was introduced.</para> <para>Enhanced: 2.0.0 support for Polyhedral surfaces was introduced.</para>
<para>&P_support;</para> <para>&P_support;</para>
<para>&Z_support;</para> <para>&Z_support;</para>
<para>&curve_support;</para> <para>&curve_support;</para>
@ -469,7 +469,7 @@ SELECT ST_AsEWKT(ST_Force_4D('MULTILINESTRINGM((0 0 1,0 5 2,5 0 3,0 0 4),(1 1 1
<para>Converts the geometry into a GEOMETRYCOLLECTION. This is <para>Converts the geometry into a GEOMETRYCOLLECTION. This is
useful for simplifying the WKB representation.</para> useful for simplifying the WKB representation.</para>
<para>Availability: 2.0.0 support for Polyhedral surfaces was introduced.</para> <para>Enhanced: 2.0.0 support for Polyhedral surfaces was introduced.</para>
<para>Availability: 1.2.2, prior to 1.3.4 this function will crash with Curves. This is fixed in 1.3.4+</para> <para>Availability: 1.2.2, prior to 1.3.4 this function will crash with Curves. This is fixed in 1.3.4+</para>
<para>&P_support;</para> <para>&P_support;</para>
@ -556,7 +556,7 @@ GEOMETRYCOLLECTION(
orientated in a clockwise direction and the interior rings in a counter-clockwise orientated in a clockwise direction and the interior rings in a counter-clockwise
direction.</para> direction.</para>
<para>Availability: 2.0.0 support for Polyhedral surfaces was introduced.</para> <para>Enhanced: 2.0.0 support for Polyhedral surfaces was introduced.</para>
<para>&Z_support;</para> <para>&Z_support;</para>
<para>&P_support;</para> <para>&P_support;</para>
</refsection> </refsection>
@ -835,7 +835,7 @@ LINESTRING(1 2,1 10) | LINESTRING(1 10,1 2)
<para>This is a synonym for ST_RotateZ.. Rotates geometry rotZRadians about the Z-axis.</para> <para>This is a synonym for ST_RotateZ.. Rotates geometry rotZRadians about the Z-axis.</para>
<para>Availability: 2.0.0 support for Polyhedral surfaces, Triangles and TIN was introduced.</para> <para>Enhanced: 2.0.0 support for Polyhedral surfaces, Triangles and TIN was introduced.</para>
<para>Availability: 1.1.2. Name changed from Rotate to ST_Rotate in 1.2.2</para> <para>Availability: 1.1.2. Name changed from Rotate to ST_Rotate in 1.2.2</para>
<para>&Z_support;</para> <para>&Z_support;</para>
<para>&curve_support;</para> <para>&curve_support;</para>
@ -884,7 +884,7 @@ LINESTRING(1 2,1 10) | LINESTRING(1 10,1 2)
<note><para><code>ST_RotateX(geomA, rotRadians)</code> <note><para><code>ST_RotateX(geomA, rotRadians)</code>
is short-hand for <code>ST_Affine(geomA, 1, 0, 0, 0, cos(rotRadians), -sin(rotRadians), 0, sin(rotRadians), cos(rotRadians), 0, 0, 0)</code>.</para></note> is short-hand for <code>ST_Affine(geomA, 1, 0, 0, 0, cos(rotRadians), -sin(rotRadians), 0, sin(rotRadians), cos(rotRadians), 0, 0, 0)</code>.</para></note>
<para>Availability: 2.0.0 support for Polyhedral surfaces, Triangles and TIN was introduced.</para> <para>Enhanced: 2.0.0 support for Polyhedral surfaces, Triangles and TIN was introduced.</para>
<para>Availability: 1.1.2. Name changed from RotateX to ST_RotateX in 1.2.2</para> <para>Availability: 1.1.2. Name changed from RotateX to ST_RotateX in 1.2.2</para>
<para>&P_support;</para> <para>&P_support;</para>
<para>&Z_support;</para> <para>&Z_support;</para>
@ -938,7 +938,7 @@ SELECT ST_AsEWKT(ST_RotateX(ST_GeomFromEWKT('LINESTRING(1 2 3, 1 1 1)'), pi()/2)
is short-hand for <code>ST_Affine(geomA, cos(rotRadians), 0, sin(rotRadians), 0, 1, 0, -sin(rotRadians), 0, cos(rotRadians), 0, 0, 0)</code>.</para></note> is short-hand for <code>ST_Affine(geomA, cos(rotRadians), 0, sin(rotRadians), 0, 1, 0, -sin(rotRadians), 0, cos(rotRadians), 0, 0, 0)</code>.</para></note>
<para>Availability: 1.1.2. Name changed from RotateY to ST_RotateY in 1.2.2</para> <para>Availability: 1.1.2. Name changed from RotateY to ST_RotateY in 1.2.2</para>
<para>Availability: 2.0.0 support for Polyhedral surfaces, Triangles and TIN was introduced.</para> <para>Enhanced: 2.0.0 support for Polyhedral surfaces, Triangles and TIN was introduced.</para>
<para>&P_support;</para> <para>&P_support;</para>
<para>&Z_support;</para> <para>&Z_support;</para>
@ -993,7 +993,7 @@ SELECT ST_AsEWKT(ST_RotateX(ST_GeomFromEWKT('LINESTRING(1 2 3, 1 1 1)'), pi()/2)
<note><para><code>ST_RotateZ(geomA, rotRadians)</code> <note><para><code>ST_RotateZ(geomA, rotRadians)</code>
is short-hand for <code>SELECT ST_Affine(geomA, cos(rotRadians), -sin(rotRadians), 0, sin(rotRadians), cos(rotRadians), 0, 0, 0, 1, 0, 0, 0)</code>.</para></note> is short-hand for <code>SELECT ST_Affine(geomA, cos(rotRadians), -sin(rotRadians), 0, sin(rotRadians), cos(rotRadians), 0, 0, 0, 1, 0, 0, 0)</code>.</para></note>
<para>Availability: 2.0.0 support for Polyhedral surfaces, Triangles and TIN was introduced.</para> <para>Enhanced: 2.0.0 support for Polyhedral surfaces, Triangles and TIN was introduced.</para>
<para>Availability: 1.1.2. Name changed from RotateZ to ST_RotateZ in 1.2.2</para> <para>Availability: 1.1.2. Name changed from RotateZ to ST_RotateZ in 1.2.2</para>
<note><para>Prior to 1.3.4, this function crashes if used with geometries that contain CURVES. This is fixed in 1.3.4+</para></note> <note><para>Prior to 1.3.4, this function crashes if used with geometries that contain CURVES. This is fixed in 1.3.4+</para></note>
@ -1078,7 +1078,7 @@ FROM (SELECT ST_LineToCurve(ST_Buffer(ST_GeomFromText('POINT(234 567)'), 3)) As
<para>Availability: 1.1.0.</para> <para>Availability: 1.1.0.</para>
<para>Availability: 2.0.0 support for Polyhedral surfaces, Triangles and TIN was introduced.</para> <para>Enhanced: 2.0.0 support for Polyhedral surfaces, Triangles and TIN was introduced.</para>
<para>&P_support;</para> <para>&P_support;</para>
<para>&Z_support;</para> <para>&Z_support;</para>
<para>&curve_support;</para> <para>&curve_support;</para>
@ -1434,7 +1434,7 @@ SELECT ST_AsEWKT(ST_SnapToGrid(ST_GeomFromEWKT('LINESTRING(-1.1115678 2.123 3 2.
<note><para>Prior to 1.3.4, this function crashes if used with geometries that contain CURVES. This is fixed in 1.3.4+</para></note> <note><para>Prior to 1.3.4, this function crashes if used with geometries that contain CURVES. This is fixed in 1.3.4+</para></note>
<para>Availability: 2.0.0 support for Polyhedral surfaces was introduced.</para> <para>Enhanced: 2.0.0 support for Polyhedral surfaces was introduced.</para>
<para>&sqlmm_compliant; SQL-MM 3: 5.1.6</para> <para>&sqlmm_compliant; SQL-MM 3: 5.1.6</para>
<para>&curve_support;</para> <para>&curve_support;</para>
<para>&P_support;</para> <para>&P_support;</para>

View file

@ -358,7 +358,7 @@ SELECT ST_3DMaxDistance(
ST_MultiSurface value. For geometry Area is in the units of the srid. For geography area is in square meters and defaults to measuring about the spheroid of the geography (currently only WGS84). ST_MultiSurface value. For geometry Area is in the units of the srid. For geography area is in square meters and defaults to measuring about the spheroid of the geography (currently only WGS84).
To measure around the faster but less accurate sphere -- ST_Area(geog,false). To measure around the faster but less accurate sphere -- ST_Area(geog,false).
</para> </para>
<para>Availability: 2.0.0 - support for 2D polyhedral surfaces was introduced.</para> <para>Enhanced: 2.0.0 - support for 2D polyhedral surfaces was introduced.</para>
<para>&sfs_compliant;</para> <para>&sfs_compliant;</para>
<para>&sqlmm_compliant; SQL-MM 3: 8.1.2, 9.5.3</para> <para>&sqlmm_compliant; SQL-MM 3: 8.1.2, 9.5.3</para>
<para>&P_support;</para> <para>&P_support;</para>

View file

@ -54,7 +54,7 @@
<note><para>This operand will make use of any indexes that may be available on the <note><para>This operand will make use of any indexes that may be available on the
geometries.</para></note> geometries.</para></note>
<para>Availability: 2.0.0 support for Polyhedral surfaces was introduced.</para> <para>Enhanced: 2.0.0 support for Polyhedral surfaces was introduced.</para>
<para>Availability: 1.5.0 support for geography was introduced.</para> <para>Availability: 1.5.0 support for geography was introduced.</para>
<para>&curve_support;</para> <para>&curve_support;</para>
<para>&P_support;</para> <para>&P_support;</para>

View file

@ -47,7 +47,7 @@
require the old behavior, then SET bytea_output='escape' in your database.</para> require the old behavior, then SET bytea_output='escape' in your database.</para>
</note> </note>
<para>Availability: 2.0.0 support for Polyhedral surfaces, Triangles and TIN was introduced.</para> <para>Enhanced: 2.0.0 support for Polyhedral surfaces, Triangles and TIN was introduced.</para>
<para>Availability: 1.5.0 geography support was introduced.</para> <para>Availability: 1.5.0 geography support was introduced.</para>
<para>&sfs_compliant; s2.1.1.1</para> <para>&sfs_compliant; s2.1.1.1</para>
<para>&sqlmm_compliant; SQL-MM 3: 5.1.37</para> <para>&sqlmm_compliant; SQL-MM 3: 5.1.37</para>
@ -124,7 +124,7 @@
<note> <note>
<para>ST_AsEWKB is the reverse of ST_GeomFromEWKB. Use ST_GeomFromEWKB to convert to a postgis geometry from ST_AsEWKB representation.</para> <para>ST_AsEWKB is the reverse of ST_GeomFromEWKB. Use ST_GeomFromEWKB to convert to a postgis geometry from ST_AsEWKB representation.</para>
</note> </note>
<para>Availability: 2.0.0 support for Polyhedral surfaces, Triangles and TIN was introduced.</para> <para>Enhanced: 2.0.0 support for Polyhedral surfaces, Triangles and TIN was introduced.</para>
<para>&Z_support;</para> <para>&Z_support;</para>
<para>&curve_support;</para> <para>&curve_support;</para>
<para>&P_support;</para> <para>&P_support;</para>
@ -196,7 +196,7 @@
<note> <note>
<para>ST_AsEWKT is the reverse of <xref linkend="ST_GeomFromEWKT" />. Use <xref linkend="ST_GeomFromEWKT" /> to convert to a postgis geometry from ST_AsEWKT representation.</para> <para>ST_AsEWKT is the reverse of <xref linkend="ST_GeomFromEWKT" />. Use <xref linkend="ST_GeomFromEWKT" /> to convert to a postgis geometry from ST_AsEWKT representation.</para>
</note> </note>
<para>Availability: 2.0.0 support for Polyhedral surfaces, Triangles and TIN was introduced.</para> <para>Enhanced: 2.0.0 support for Polyhedral surfaces, Triangles and TIN was introduced.</para>
<para>&Z_support;</para> <para>&Z_support;</para>
<para>&curve_support;</para> <para>&curve_support;</para>
<para>&P_support;</para> <para>&P_support;</para>
@ -504,7 +504,7 @@ namespace prefix or no prefix (if empty). If null or omitted 'gml' prefix is use
<para>Availability: 1.3.2</para> <para>Availability: 1.3.2</para>
<para>Availability: 1.5.0 geography support was introduced.</para> <para>Availability: 1.5.0 geography support was introduced.</para>
<para>Availability: 2.0.0 prefix support was introduced. Support for Polyhedral surfaces was introduced.</para> <para>Enhanced: 2.0.0 prefix support was introduced. Support for Polyhedral surfaces was introduced.</para>
@ -723,7 +723,7 @@ SELECT ST_AsGML(3, ST_GeomFromEWKT('POLYHEDRALSURFACE( ((0 0 0, 0 0 1, 0 1 1, 0
<para>Availability: 1.2.2 - later variants that include version param came in 1.3.2</para> <para>Availability: 1.2.2 - later variants that include version param came in 1.3.2</para>
</note> </note>
<note> <note>
<para>Availability: 2.0.0 - Add prefix namespace. Default is no prefix</para> <para>Enhanced: 2.0.0 - Add prefix namespace. Default is no prefix</para>
</note> </note>
<note> <note>

View file

@ -1024,7 +1024,7 @@ MULTIPOINT(-118.6 38.329 6,-118.58 38.38 5)
reverse of a GROUP BY in that it creates new rows. For example it reverse of a GROUP BY in that it creates new rows. For example it
can be use to expand MULTIPOLYGONS into POLYGONS.</para> can be use to expand MULTIPOLYGONS into POLYGONS.</para>
<para>Availability: 2.0.0 support for Polyhedral surfaces, Triangles and TIN was introduced.</para> <para>Enhanced: 2.0.0 support for Polyhedral surfaces, Triangles and TIN was introduced.</para>
<para>Availability: PostGIS 1.0.0RC1. Requires PostgreSQL 7.3 or higher.</para> <para>Availability: PostGIS 1.0.0RC1. Requires PostgreSQL 7.3 or higher.</para>
<note><para>Prior to 1.3.4, this function crashes if used with geometries that contain CURVES. This is fixed in 1.3.4+</para></note> <note><para>Prior to 1.3.4, this function crashes if used with geometries that contain CURVES. This is fixed in 1.3.4+</para></note>
@ -1110,7 +1110,7 @@ SELECT (a.p_geom).path[1] As path, ST_AsEWKT((a.p_geom).geom) As geom_ewkt
<varname>i</varname> is the ring number (1 is outer; inner rings follow) and <varname>j</varname> <varname>i</varname> is the ring number (1 is outer; inner rings follow) and <varname>j</varname>
enumerates the <varname>POINT</varname>s (again 1-based index). enumerates the <varname>POINT</varname>s (again 1-based index).
</para> </para>
<para>Availability: 2.0.0 support for Polyhedral surfaces, Triangles and TIN was introduced.</para> <para>Enhanced: 2.0.0 support for Polyhedral surfaces, Triangles and TIN was introduced.</para>
<para>Availability: 1.5.0</para> <para>Availability: 1.5.0</para>
<para>&curve_support;</para> <para>&curve_support;</para>
<para>&P_support;</para> <para>&P_support;</para>
@ -1819,7 +1819,7 @@ geomtextrep
</para> </para>
<para>&Z_support;</para> <para>&Z_support;</para>
<para>Availability: 2.0.0 support for Polyhedral surfaces and TIN was introduced.</para> <para>Enhanced: 2.0.0 support for Polyhedral surfaces and TIN was introduced.</para>
<para>&P_support;</para> <para>&P_support;</para>
<para>&T_support;</para> <para>&T_support;</para>
</refsection> </refsection>