Home
last modified time | relevance | path

Searched refs:GEOSPreparedNearestPoints_r (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/geos/geos-3.9.1/capi/
H A Dgeos_c.cpp1304 return GEOSPreparedNearestPoints_r(handle, g1, g2); in GEOSPreparedNearestPoints()
H A Dgeos_ts_c.cpp2953 GEOSPreparedNearestPoints_r(GEOSContextHandle_t extHandle, in GEOSPreparedNearestPoints_r() function
H A Dgeos_c.h.in888 extern GEOSCoordSequence GEOS_DLL *GEOSPreparedNearestPoints_r(
/dports/graphics/qgis/qgis-3.22.3/src/core/pal/
H A Dpointset.cpp899 …const geos::coord_sequence_unique_ptr nearestCoord( GEOSPreparedNearestPoints_r( geosctxt, prepare… in minDistanceToPoint()
/dports/graphics/py-pygeos/pygeos-0.10.2/src/
H A Dufuncs.c1988 coord_seq = GEOSPreparedNearestPoints_r(ctx, in1_prepared, in2); in shortest_line_func()
/dports/graphics/qgis/qgis-3.22.3/src/core/geometry/
H A Dqgsgeos.cpp2532 …nearestCoord.reset( GEOSPreparedNearestPoints_r( geosinit()->ctxt, mGeosPrepared.get(), otherGeom.… in closestPoint()