Home
last modified time | relevance | path

Searched refs:GEOSSTRtree_nearest_generic_r (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/py-pygeos/pygeos-0.10.2/src/
H A Dstrtree.c766 nearest_result = (GeometryObject**)GEOSSTRtree_nearest_generic_r( in STRtree_nearest()
964 nearest_result = (GeometryObject**)GEOSSTRtree_nearest_generic_r( in STRtree_nearest_all()
/dports/graphics/geos/geos-3.9.1/capi/
H A Dgeos_c.cpp1349 … return GEOSSTRtree_nearest_generic_r(handle, tree, item, itemEnvelope, distancefn, userdata); in GEOSSTRtree_nearest_generic()
H A Dgeos_ts_c.cpp3016 …return (const GEOSGeometry*) GEOSSTRtree_nearest_generic_r(extHandle, tree, geom, geom, nullptr, n… in GEOSSTRtree_nearest_r()
3020 GEOSSTRtree_nearest_generic_r(GEOSContextHandle_t extHandle, in GEOSSTRtree_nearest_generic_r() function
H A Dgeos_c.h.in926 extern const void GEOS_DLL *GEOSSTRtree_nearest_generic_r(GEOSContextHandle_t handle,
/dports/math/R-cran-sf/sf/src/
H A Dgeos.cpp1007 ret_item = (item_g *) GEOSSTRtree_nearest_generic_r(hGEOSCtxt, tree.get(), &item, in CPL_geos_nearest_feature()