Home
last modified time | relevance | path

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

/dports/math/R-cran-terra/terra/src/
H A Dgeos_methods.cpp1629 GEOSCoordSequence* csq = GEOSNearestPoints_r(hGEOSCtxt, x[i].get(), y[i].get()); in nearest_point()
1641 GEOSCoordSequence* csq = GEOSNearestPoints_r(hGEOSCtxt, x[i].get(), y[0].get()); in nearest_point()
1689 GEOSCoordSequence* csq = GEOSNearestPoints_r(hGEOSCtxt, x[i].get(), y[0].get()); in nearest_point()
/dports/math/R-cran-sf/sf/src/
H A Dgeos.cpp1038 …ls[i] = geos_ptr(GEOSGeom_createLineString_r(hGEOSCtxt, GEOSNearestPoints_r(hGEOSCtxt, gmv0[i].get… in CPL_geos_nearest_points()
1045 …geos_ptr(GEOSGeom_createLineString_r(hGEOSCtxt, GEOSNearestPoints_r(hGEOSCtxt, gmv0[i].get(), gmv1… in CPL_geos_nearest_points()
/dports/graphics/qgis/qgis-3.22.3/src/core/geometry/
H A Dqgsgeos.cpp2536 nearestCoord.reset( GEOSNearestPoints_r( geosinit()->ctxt, mGeos.get(), otherGeom.get() ) ); in closestPoint()
2539 …geos::coord_sequence_unique_ptr nearestCoord( GEOSNearestPoints_r( geosinit()->ctxt, mGeos.get(), … in closestPoint()
2585 …geos::coord_sequence_unique_ptr nearestCoord( GEOSNearestPoints_r( geosinit()->ctxt, mGeos.get(), … in shortestLine()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/pal/
H A Dpointset.cpp812 …geos::coord_sequence_unique_ptr nearestCoord( GEOSNearestPoints_r( geosctxt, extRing, geosPt.get()… in minDistanceToPoint()
/dports/graphics/geos/geos-3.9.1/capi/
H A Dgeos_c.cpp315 return GEOSNearestPoints_r(handle, g1, g2); in GEOSNearestPoints()
H A Dgeos_ts_c.cpp857 GEOSNearestPoints_r(GEOSContextHandle_t extHandle, const Geometry* g1, const Geometry* g2) in GEOSNearestPoints_r() function
H A Dgeos_c.h.in1234 extern GEOSCoordSequence GEOS_DLL *GEOSNearestPoints_r(
/dports/graphics/qgis/qgis-3.22.3/src/core/pal/
H A Dpointset.cpp901 …geos::coord_sequence_unique_ptr nearestCoord( GEOSNearestPoints_r( geosctxt, extRing, geosPt.get()… in minDistanceToPoint()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/geometry/
H A Dqgsgeos.cpp2234 …geos::coord_sequence_unique_ptr nearestCoord( GEOSNearestPoints_r( geosinit()->ctxt, mGeos.get(), … in closestPoint()
2271 …geos::coord_sequence_unique_ptr nearestCoord( GEOSNearestPoints_r( geosinit()->ctxt, mGeos.get(), … in shortestLine()
/dports/graphics/py-pygeos/pygeos-0.10.2/src/
H A Dufuncs.c1990 coord_seq = GEOSNearestPoints_r(ctx, in1, in2); in shortest_line_func()
1993 coord_seq = GEOSNearestPoints_r(ctx, in1, in2); in shortest_line_func()