[SCM] PostGIS branch master updated. 3.4.0rc1-1010-g3dcfcce5b

git at osgeo.org git at osgeo.org
Tue Mar 12 09:24:13 PDT 2024


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, master has been updated
       via  3dcfcce5b3f5c6a3db4557442e5400564a31dbeb (commit)
      from  4b1f8717530450a4b7a99cf1b701e2642c7e3e92 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3dcfcce5b3f5c6a3db4557442e5400564a31dbeb
Author: Regina Obe <lr at pcorp.us>
Date:   Tue Mar 12 12:24:08 2024 -0400

    Update pot

diff --git a/doc/po/templates/postgis-manual.pot b/doc/po/templates/postgis-manual.pot
index 1bba309e8..bf9622755 100644
--- a/doc/po/templates/postgis-manual.pot
+++ b/doc/po/templates/postgis-manual.pot
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2024-01-26 18:34+0000\n"
+"POT-Creation-Date: 2024-03-12 16:22+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <kde-i18n-doc at kde.org>\n"
@@ -9667,7 +9667,8 @@ msgstr ""
 #, no-c-format
 msgid ""
 "the <parameter>geom</parameter> field <varname>LINESTRING</varname>s "
-"represent the segments of the supplied geometry."
+"represent the linear segments of the supplied geometry, while the "
+"<varname>CIRCULARSTRING</varname>s represent the arc segments."
 msgstr ""
 
 #. Tag: para
@@ -10010,6 +10011,38 @@ msgid ""
 "linkend=\"ST_NumInteriorRings\"/>"
 msgstr ""
 
+#. Tag: refpurpose
+#, no-c-format
+msgid "Return the number of component curves in a CompoundCurve."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"Return the number of component curves in a CompoundCurve, zero for an empty "
+"CompoundCurve, or NULL for a non-CompoundCurve input."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+", <xref linkend=\"ST_Dump\"/>, <xref linkend=\"ST_ExteriorRing\"/>, <xref "
+"linkend=\"ST_NumInteriorRings\"/>, <xref linkend=\"ST_NumGeometries\"/>"
+msgstr ""
+
+#. Tag: refpurpose
+#, no-c-format
+msgid "Returns the Nth component curve geometry of a CompoundCurve."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"Returns the Nth component curve geometry of a CompoundCurve. The index "
+"starts at 1. Returns NULL if the geometry is not a CompoundCurve or the "
+"index is out of range."
+msgstr ""
+
 #. Tag: refpurpose
 #, no-c-format
 msgid ""
@@ -31245,30 +31278,6 @@ msgid ""
 "supported by these functions are TINS and Polyhedral Surfaces."
 msgstr ""
 
-#. Tag: refpurpose
-#, no-c-format
-msgid "Computes area of 3D surface geometries. Will return 0 for solids."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "&sqlmm_compliant; SQL-MM IEC 13249-3: 8.1, 10.5"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid ""
-"Note: By default a PolyhedralSurface built from WKT is a surface geometry, "
-"not solid. It therefore has surface area. Once converted to a solid, no area."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid ""
-", <xref linkend=\"ST_MakeSolid\"/>, <xref linkend=\"ST_IsSolid\"/>, <xref "
-"linkend=\"ST_Area\"/>"
-msgstr ""
-
 #. Tag: refpurpose
 #, no-c-format
 msgid "Force LHR orientation"
@@ -31311,6 +31320,56 @@ msgid ""
 "counterclockwise oriented and 1 if the polygon is clockwise oriented."
 msgstr ""
 
+#. Tag: refpurpose
+#, no-c-format
+msgid "Calculates the area of a geometry"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Calculates the area of a geometry."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Performed by the SFCGAL module"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"NOTE: this function returns a double precision value representing the area."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ", <xref linkend=\"ST_Area\"/>"
+msgstr ""
+
+#. Tag: refpurpose
+#, no-c-format
+msgid "Computes area of 3D surface geometries. Will return 0 for solids."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "&sqlmm_compliant; SQL-MM IEC 13249-3: 8.1, 10.5"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"Note: By default a PolyhedralSurface built from WKT is a surface geometry, "
+"not solid. It therefore has surface area. Once converted to a solid, no area."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+", <xref linkend=\"ST_MakeSolid\"/>, <xref linkend=\"ST_IsSolid\"/>, <xref "
+"linkend=\"ST_Area\"/>"
+msgstr ""
+
 #. Tag: refpurpose
 #, no-c-format
 msgid ""
@@ -31342,6 +31401,147 @@ msgstr ""
 msgid "SFCGAL Processing and Relationship Functions"
 msgstr ""
 
+#. Tag: refpurpose
+#, no-c-format
+msgid "Computes the intersection of two geometries"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Computes the intersection of two geometries."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "NOTE: this function returns a geometry representing the intersection."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ", <xref linkend=\"ST_Intersection\"/>"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+", <xref linkend=\"ST_3DIntersects\"/>, <xref linkend=\"ST_Intersects\"/>, "
+"<xref linkend=\"ST_Disjoint\"/>"
+msgstr ""
+
+#. Tag: refpurpose
+#, no-c-format
+msgid "Tests if two 3D geometries intersect"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"Tests if two 3D geometries intersect. 3D geometries intersect if they have "
+"any point in common in the three-dimensional space."
+msgstr ""
+
+#. Tag: refpurpose
+#, no-c-format
+msgid "Computes the geometric difference between two geometries"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"Computes the geometric difference between two geometries. The resulting "
+"geometry is a set of points that are present in geomA but not in geomB."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "NOTE: this function returns a geometry."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ", <xref linkend=\"ST_Difference\"/>"
+msgstr ""
+
+#. Tag: refpurpose
+#, no-c-format
+msgid "Perform 3D difference"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Returns that part of geom1 that is not part of geom2."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"3D images were generated using PostGIS <xref linkend=\"ST_AsX3D\"/> and "
+"rendering in HTML using <link xlink:href=\"http://www.x3dom.org\">X3Dom HTML "
+"Javascript rendering library</link>."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"Original 3D geometries overlaid. geom2 is the part that will be removed."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "What's left after removing geom2"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+", <xref linkend=\"ST_AsX3D\"/>, <xref linkend=\"ST_3DIntersection\"/> <xref "
+"linkend=\"ST_3DUnion\"/>"
+msgstr ""
+
+#. Tag: refpurpose
+#, no-c-format
+msgid "Computes the minimum distance between two geometries"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Computes the minimum distance between two geometries."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"NOTE: this function returns a double precision value representing the "
+"distance."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ", <xref linkend=\"ST_Distance\"/>"
+msgstr ""
+
+#. Tag: refpurpose
+#, no-c-format
+msgid "Computes the minimum 3D distance between two geometries"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Computes the minimum 3D distance between two geometries."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"NOTE: this function returns a double precision value representing the 3D "
+"distance."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ", <xref linkend=\"ST_3DDistance\"/>"
+msgstr ""
+
 #. Tag: refpurpose
 #, no-c-format
 msgid "Computes the 3D convex hull of a geometry."
@@ -31367,14 +31567,6 @@ msgstr ""
 msgid "Return a geometry that is the shared portion between geom1 and geom2."
 msgstr ""
 
-#. Tag: para
-#, no-c-format
-msgid ""
-"3D images were generated using PostGIS <xref linkend=\"ST_AsX3D\"/> and "
-"rendering in HTML using <link xlink:href=\"http://www.x3dom.org\">X3Dom HTML "
-"Javascript rendering library</link>."
-msgstr ""
-
 #. Tag: para
 #, no-c-format
 msgid "Original 3D geometries overlaid. geom2 is shown semi-transparent"
@@ -31404,30 +31596,17 @@ msgstr ""
 
 #. Tag: refpurpose
 #, no-c-format
-msgid "Perform 3D difference"
+msgid "Computes the union of two geometries"
 msgstr ""
 
 #. Tag: para
 #, no-c-format
-msgid "Returns that part of geom1 that is not part of geom2."
+msgid "Computes the union of two geometries."
 msgstr ""
 
 #. Tag: para
 #, no-c-format
-msgid ""
-"Original 3D geometries overlaid. geom2 is the part that will be removed."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "What's left after removing geom2"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid ""
-", <xref linkend=\"ST_AsX3D\"/>, <xref linkend=\"ST_3DIntersection\"/> <xref "
-"linkend=\"ST_3DUnion\"/>"
+msgid "NOTE: this function returns a geometry representing the union."
 msgstr ""
 
 #. Tag: refpurpose
@@ -31616,7 +31795,7 @@ msgid ""
 "Return an approximate medial axis for the areal input based on its straight "
 "skeleton. Uses an SFCGAL specific API when built against a capable version "
 "(1.2.0+). Otherwise the function is just a wrapper around "
-"ST_StraightSkeleton (slower case)."
+"CG_StraightSkeleton (slower case)."
 msgstr ""
 
 #. Tag: para
@@ -31711,7 +31890,7 @@ msgstr ""
 
 #. Tag: para
 #, no-c-format
-msgid ", <xref linkend=\"ST_StraightSkeleton\"/>"
+msgid ", <xref linkend=\"CG_StraightSkeleton\"/>"
 msgstr ""
 
 #. Tag: para
@@ -31893,6 +32072,11 @@ msgstr ""
 msgid "Compute a straight skeleton from a geometry"
 msgstr ""
 
+#. Tag: para
+#, no-c-format
+msgid "Requires SFCGAL >= 1.3.8 for option use_distance_as_m"
+msgstr ""
+
 #. Tag: para
 #, no-c-format
 msgid "Straight Skeleton of polygon"
@@ -31946,6 +32130,22 @@ msgid ""
 "linkend=\"ST_TriangulatePolygon\"/>"
 msgstr ""
 
+#. Tag: refpurpose
+#, no-c-format
+msgid "Triangulates a polygonal geometry"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Triangulates a polygonal geometry."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"NOTE: this function returns a geometry representing the triangulated result."
+msgstr ""
+
 #. Tag: refpurpose
 #, no-c-format
 msgid ""

-----------------------------------------------------------------------

Summary of changes:
 doc/po/templates/postgis-manual.pot | 284 ++++++++++++++++++++++++++++++------
 1 file changed, 242 insertions(+), 42 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list