Home
last modified time | relevance | path

Searched refs:GEOSSnap_r (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/php-geos/php-geos/
H A Dconfig.m471 AC_CHECK_LIB(geos_c, GEOSSnap_r, AC_DEFINE(HAVE_GEOS_SNAP,1,[Whether we have GEOSSnap_r]))
H A Dgeos.c2315 ret = GEOSSnap_r(GEOS_G(handle), this, other, tolerance); in PHP_METHOD()
/dports/math/R-cran-terra/terra/src/
H A Dgeos_methods.cpp452 r = GEOSSnap_r(hGEOSCtxt, r, x[j].get(), tolerance); in snap()
496 GEOSGeometry* r = GEOSSnap_r(hGEOSCtxt, x[i].get(), gto, tolerance); in snapto()
/dports/graphics/geos/geos-3.9.1/capi/
H A Dgeos_c.cpp1448 return GEOSSnap_r(handle, g1, g2, tolerance); in GEOSSnap()
H A Dgeos_ts_c.cpp3279 GEOSSnap_r(GEOSContextHandle_t extHandle, const GEOSGeometry* g1, in GEOSSnap_r() function
H A Dgeos_c.h.in733 extern GEOSGeometry GEOS_DLL *GEOSSnap_r(GEOSContextHandle_t handle,
/dports/devel/librttopo/librttopo-1.1.0/src/
H A Drtgeom_geos.c1444 g3 = GEOSSnap_r(ctx->gctx, g1, g2, tolerance); in rtgeom_snap()
/dports/math/R-cran-sf/sf/src/
H A Dgeos.cpp706 gmv_out[i] = geos_ptr(GEOSSnap_r(hGEOSCtxt, gmv0[i].get(), gc.get(), tolerance[i]), hGEOSCtxt); in CPL_geos_snap()
/dports/graphics/py-pygeos/pygeos-0.10.2/src/
H A Dufuncs.c1477 geom_arr[i] = GEOSSnap_r(ctx, in1, in2, in3); in snap_func()
/dports/databases/spatialite/libspatialite-5.0.1/src/gaiageo/
H A Dgg_relations_ext.c3787 g3 = GEOSSnap_r (handle, g1, g2, tolerance); in gaiaSnap_r()