[geos-commits] r4301 - trunk/include/geos/geom

Sandro Santilli strk at kbt.io
Tue Nov 8 11:55:08 PST 2016


Author: strk
Date: 2016-11-08 11:55:08 -0800 (Tue, 08 Nov 2016)
New Revision: 4301

Modified:
   trunk/include/geos/geom/Geometry.h
Log:
Made equalsExact description more specific.

Patch by Sergey Fedoseev via
https://github.com/libgeos/libgeos/pull/72

Modified: trunk/include/geos/geom/Geometry.h
===================================================================
--- trunk/include/geos/geom/Geometry.h	2016-10-31 22:27:50 UTC (rev 4300)
+++ trunk/include/geos/geom/Geometry.h	2016-11-08 19:55:08 UTC (rev 4301)
@@ -641,8 +641,8 @@
 	virtual Geometry* symDifference(const Geometry *other) const;
 
 	/** \brief
-	 * Returns true if the two Geometrys are exactly equal,
-	 * up to a specified tolerance.
+	 * Returns true iff the two Geometrys are of the same type and their
+	 * vertices corresponding by index are equal up to a specified tolerance.
 	 */
 	virtual bool equalsExact(const Geometry *other, double tolerance=0)
 		const=0; //Abstract



More information about the geos-commits mailing list