[geos-devel] [GEOS] #731: GEOSEqualsExact returns False where GEOSEquals returns True
GEOS
geos-trac at osgeo.org
Tue Nov 24 20:09:39 PST 2015
#731: GEOSEqualsExact returns False where GEOSEquals returns True
------------------------+---------------------------
Reporter: mwtoews | Owner: geos-devel@…
Type: defect | Status: new
Priority: minor | Milestone: 3.4.3
Component: Default | Version: 3.4.2
Severity: Unassigned | Resolution:
Keywords: |
------------------------+---------------------------
Comment (by mwtoews):
Similar behaviour (from [https://trac.osgeo.org/postgis/ticket/3197
here]):
{{{
Geometry g1 = LINESTRING (0 0, 1 1);
Geometry g2 = MULTILINESTRING ((0 0, 1 1));
g1.equals(g2) // true
g1.equalsExact(g2, 0) // false
}}}
--
Ticket URL: <https://trac.osgeo.org/geos/ticket/731#comment:1>
GEOS <http://trac.osgeo.org/geos>
GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite (JTS).
More information about the geos-devel
mailing list