[geos-commits] [SCM] GEOS branch main updated. 5a2afd88a1e938f6ed6f42a675ec62152b0fdce9

git at osgeo.org git at osgeo.org
Tue Aug 13 16:28:42 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 "GEOS".

The branch, main has been updated
       via  5a2afd88a1e938f6ed6f42a675ec62152b0fdce9 (commit)
      from  f8d57eceff948dd4b3c62f2e6a1abcfbbef22bd4 (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 5a2afd88a1e938f6ed6f42a675ec62152b0fdce9
Author: Martin Davis <mtnclimb at gmail.com>
Date:   Tue Aug 13 16:28:09 2024 -0700

    Add C API link to DE9IM page

diff --git a/capi/geos_c.h.in b/capi/geos_c.h.in
index 201d47060..19f0dcb27 100644
--- a/capi/geos_c.h.in
+++ b/capi/geos_c.h.in
@@ -4927,7 +4927,7 @@ extern char GEOS_DLL GEOSEqualsIdentical(
         const GEOSGeometry* g2);
 
 /**
-* Calculate the DE9IM string for a geometry pair
+* Calculate the [DE9IM](https://en.wikipedia.org/wiki/DE-9IM) string for a geometry pair
 * and compare against a DE9IM pattern to check for
 * consistency. 
 * If the result matches the pattern return true.
@@ -4948,7 +4948,7 @@ extern char GEOS_DLL GEOSRelatePattern(
     const char *imPattern);
 
 /**
-* Calculate the DE9IM string for this geometry pair.
+* Calculate the [DE9IM](https://en.wikipedia.org/wiki/DE-9IM) string for this geometry pair.
 * The result is a 9-character string containing dimension symbols in the set "012F".
 * \see geos::geom::Geometry::relate
 * \param g1 First geometry in pair
@@ -4962,7 +4962,7 @@ extern char GEOS_DLL *GEOSRelate(
     const GEOSGeometry* g2);
 
 /**
-* Compare a DE9IM string to a pattern and return true if they
+* Compare a [DE9IM](https://en.wikipedia.org/wiki/DE-9IM) string to a pattern and return true if they
 * are consistent.
 * \param intMatrix DE9IM string (contains symbols "012F")
 * \param imPattern Pattern to match to (may also contain symbols "T" and "*")
@@ -4975,7 +4975,7 @@ extern char GEOS_DLL GEOSRelatePatternMatch(
     const char *imPattern);
 
 /**
-* Calculate the DE9IM string for this geometry pair,
+* Calculate the [DE9IM](https://en.wikipedia.org/wiki/DE-9IM) string for this geometry pair,
 * using the supplied \ref GEOSRelateBoundaryNodeRules.
 * \see geos::geom::Geometry::relate
 * \see geos::algorithm::BoundaryNodeRule
@@ -5207,7 +5207,7 @@ extern char GEOS_DLL GEOSPreparedWithin(
 
 /**
 * Use a \ref GEOSPreparedGeometry do a high-performance
-* calculation of the DE9IM relationship between the
+* calculation of the [DE9IM](https://en.wikipedia.org/wiki/DE-9IM) relationship between the
 * prepared and provided geometry.
 * \param pg1 The prepared geometry
 * \param g2 The geometry to test
@@ -5224,7 +5224,7 @@ extern char GEOS_DLL * GEOSPreparedRelate(
 
 /**
 * Use a \ref GEOSPreparedGeometry do a high-performance
-* calculation of the DE9IM relationship between the
+* calculation of the [DE9IM](https://en.wikipedia.org/wiki/DE-9IM) relationship between the
 * prepared and provided geometry, and compare the
 * relationship to the provided DE9IM pattern.
 * Returns true if the patterns are consistent and false otherwise.

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

Summary of changes:
 capi/geos_c.h.in | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list