Home
last modified time | relevance | path

Searched refs:GEOSHausdorffDistance_r (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/geos/geos-3.9.1/capi/
H A Dgeos_c.cpp279 return GEOSHausdorffDistance_r(handle, g1, g2, dist); in GEOSHausdorffDistance()
H A Dgeos_ts_c.cpp801GEOSHausdorffDistance_r(GEOSContextHandle_t extHandle, const Geometry* g1, const Geometry* g2, dou… in GEOSHausdorffDistance_r() function
H A Dgeos_c.h.in1212 extern int GEOS_DLL GEOSHausdorffDistance_r(GEOSContextHandle_t handle,
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/geometry/
H A Dqgsgeos.cpp456 GEOSHausdorffDistance_r( geosinit()->ctxt, mGeos.get(), otherGeosGeom.get(), &distance ); in hausdorffDistance()
2569 GEOSHausdorffDistance_r( geosinit()->ctxt, currentGeom, other, &distance ); in reshapeLine()
/dports/graphics/qgis/qgis-3.22.3/src/core/geometry/
H A Dqgsgeos.cpp541 GEOSHausdorffDistance_r( geosinit()->ctxt, mGeos.get(), otherGeosGeom.get(), &distance ); in hausdorffDistance()
2890 GEOSHausdorffDistance_r( geosinit()->ctxt, currentGeom, other, &distance ); in reshapeLine()
/dports/math/R-cran-sf/sf/src/
H A Dgeos.cpp338 dist_function = GEOSHausdorffDistance_r; in CPL_geos_binop()
/dports/graphics/php-geos/php-geos/
H A Dgeos.c2292 ret = GEOSHausdorffDistance_r(GEOS_G(handle), this, other, &dist); in PHP_METHOD()
/dports/graphics/py-pygeos/pygeos-0.10.2/src/
H A Dufuncs.c1068 static void* hausdorff_distance_data[1] = {GEOSHausdorffDistance_r};
/dports/databases/spatialite/libspatialite-5.0.1/src/gaiageo/
H A Dgg_relations_ext.c502 ret = GEOSHausdorffDistance_r (handle, g1, g2, &dist); in gaiaHausdorffDistance_r()