Home
last modified time | relevance | path

Searched refs:GEOSEquals (Results 1 – 25 of 32) sorted by relevance

12

/dports/graphics/geos/geos-3.9.1/tests/unit/capi/
H A DGEOSEqualsTest.cpp73 char const r1 = GEOSEquals(geom1_, geom2_); in test()
77 char const r2 = GEOSEquals(geom2_, geom1_); in test()
93 char const r1 = GEOSEquals(geom1_, geom2_); in test()
97 char const r2 = GEOSEquals(geom2_, geom1_); in test()
113 char const r1 = GEOSEquals(geom1_, geom2_); in test()
117 char const r2 = GEOSEquals(geom2_, geom1_); in test()
143 char const r1 = GEOSEquals(geom1_, geom1_); in test()
162 char const r1 = GEOSEquals(geom1_, geom1_); in test()
186 char const r1 = GEOSEquals(geom1_, geom1_);
H A DGEOSUnaryUnionTest.cpp151 ensure(GEOSEquals(geom2_, expected) != 0); in test()
189 ensure(GEOSEquals(geom2_, expected) != 0); in test()
209 ensure(GEOSEquals(geom2_, expected)); in test()
H A DGEOSMinimumClearanceTest.cpp76 ensure_equals(1, GEOSEquals(result, expected_result)); in testClearance()
H A DGEOSClipByRectTest.cpp42 bool eq = GEOSEquals(geom3_, g) != 0; in isEqual()
H A DGEOSSTRtreeTest.cpp143 ensure(nearest == nearestBruteForce || GEOSEquals(nearest, nearestBruteForce)); in test()
/dports/graphics/geos/geos-3.9.1/tests/geostest/
H A Dgeostest.c177 if ( ! GEOSEquals(g1, g2) ) log_and_exit("Round WKB conversion failed"); in do_all()
187 if ( ! GEOSEquals(g1, g2) ) in do_all()
223 if ( ! GEOSEquals(g3, g2) ) in do_all()
258 if ( ! GEOSEquals(g3, g1) ) in do_all()
/dports/graphics/geos/geos-3.9.1/tests/thread/
H A Dbadthreadtest.c229 if ( ! GEOSEquals(g1, g2) ) log_and_exit("Round WKB conversion failed"); in do_all()
239 if ( ! GEOSEquals(g1, g2) ) in do_all()
275 if ( ! GEOSEquals(g3, g2) ) in do_all()
310 if ( ! GEOSEquals(g3, g1) ) in do_all()
/dports/databases/grass7/grass-7.8.6/vector/v.select/
H A Dgeos.c52 if (GEOSEquals(AGeom, BGeom)) { in relate_geos()
/dports/databases/postgis31/postgis-3.1.4/fuzzers/
H A Dgeos_stub.h90 GEOSEquals() in GEOSEquals() function
/dports/databases/postgis30/postgis-3.0.4/fuzzers/
H A Dgeos_stub.h90 GEOSEquals() in GEOSEquals() function
/dports/databases/postgis32/postgis-3.2.0/fuzzers/
H A Dgeos_stub.h90 GEOSEquals() in GEOSEquals() function
/dports/databases/postgis25/postgis-2.5.5/fuzzers/
H A Dwkb_import_fuzzer.cpp54 void GEOSEquals() { assert(0); } in GEOSEquals() function
H A Dwkt_import_fuzzer.cpp54 void GEOSEquals() { assert(0); } in GEOSEquals() function
/dports/devel/py-shapely/Shapely-1.8.0/shapely/
H A Dctypes_declarations.py276 lgeos.GEOSEquals.restype = c_byte
277 lgeos.GEOSEquals.argtypes = [c_void_p, c_void_p]
H A Dgeos.py639 self.GEOSEquals,
684 self.methods['equals'] = self.GEOSEquals
/dports/graphics/geos/geos-3.9.1/capi/
H A Dgeos_c.cpp253 GEOSEquals(const Geometry* g1, const Geometry* g2) in GEOSEquals() function
H A Dgeos_c.h.in1847 extern char GEOS_DLL GEOSEquals(const GEOSGeometry* g1, const GEOSGeometry* g2);
1854 * Unlike GEOSEquals, geometries that are topologically equivalent but have different
/dports/databases/postgis25/postgis-2.5.5/liblwgeom/
H A Dlwgeom_geos.c994 if (GEOSEquals(f2er, hole)) in findFaceHoles()
/dports/databases/postgis31/postgis-3.1.4/liblwgeom/
H A Dlwgeom_geos.c1184 if (GEOSEquals(f2er, hole)) in findFaceHoles()
/dports/databases/postgis30/postgis-3.0.4/liblwgeom/
H A Dlwgeom_geos.c1058 if (GEOSEquals(f2er, hole)) in findFaceHoles()
/dports/databases/postgis32/postgis-3.2.0/liblwgeom/
H A Dlwgeom_geos.c1207 if (GEOSEquals(f2er, hole)) in findFaceHoles()
/dports/graphics/mapcache/mapcache-1.10.0/contrib/mapcache_detail/
H A Dmapcache_detail.c1563 (GEOSEquals(region_in_file_geom, temp_geom) == 1);
/dports/databases/postgis32/postgis-3.2.0/postgis/
H A Dlwgeom_geos.c2634 result = GEOSEquals(g1,g2); in ST_Equals()
/dports/databases/postgis30/postgis-3.0.4/postgis/
H A Dlwgeom_geos.c2565 result = GEOSEquals(g1,g2); in ST_Equals()
/dports/databases/postgis25/postgis-2.5.5/postgis/
H A Dlwgeom_geos.c2552 result = GEOSEquals(g1,g2); in ST_Equals()

12