Home
last modified time | relevance | path

Searched refs:GEOSPreparedDisjoint_r (Results 1 – 11 of 11) sorted by relevance

/dports/devel/py-shapely/Shapely-1.8.0/shapely/
H A D_geos.pxi37 …char GEOSPreparedDisjoint_r(GEOSContextHandle_t, const GEOSPreparedGeometry*, const GEOSGeometry*)…
/dports/graphics/py-cartopy/Cartopy-0.19.0.post1/lib/cartopy/
H A Dtrace.pyx47 …char GEOSPreparedDisjoint_r(GEOSContextHandle_t, const GEOSPreparedGeometry*, const GEOSGeometry*)…
420 valid = GEOSPreparedDisjoint_r(handle, gp_domain, g_segment)
H A Dtrace.cpp4980 … __pyx_v_valid = GEOSPreparedDisjoint_r(__pyx_v_handle, __pyx_v_gp_domain, __pyx_v_g_segment); in __pyx_f_7cartopy_5trace_straightAndDomain()
/dports/graphics/geos/geos-3.9.1/capi/
H A Dgeos_c.cpp1274 return GEOSPreparedDisjoint_r(handle, pg1, g2); in GEOSPreparedDisjoint()
H A Dgeos_ts_c.cpp2908 GEOSPreparedDisjoint_r(GEOSContextHandle_t extHandle, in GEOSPreparedDisjoint_r() function
H A Dgeos_c.h.in869 extern char GEOS_DLL GEOSPreparedDisjoint_r(GEOSContextHandle_t handle,
/dports/math/R-cran-terra/terra/src/
H A Dgeos_methods.cpp1015 rfun = GEOSPreparedDisjoint_r; in getPrepRelateFun()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/geometry/
H A Dqgsgeos.cpp1493 … result = ( GEOSPreparedDisjoint_r( geosinit()->ctxt, mGeosPrepared.get(), geosGeom.get() ) == 1 ); in relation()
/dports/graphics/py-pygeos/pygeos-0.10.2/src/
H A Dufuncs.c265 static void* disjoint_func_tuple[2] = {GEOSDisjoint_r, GEOSPreparedDisjoint_r};
/dports/graphics/qgis/qgis-3.22.3/src/core/geometry/
H A Dqgsgeos.cpp1637 … result = ( GEOSPreparedDisjoint_r( geosinit()->ctxt, mGeosPrepared.get(), geosGeom.get() ) == 1 ); in relation()
/dports/databases/spatialite/libspatialite-5.0.1/src/gaiageo/
H A Dgg_relations.c965 ret = GEOSPreparedDisjoint_r (handle, gPrep, g2); in gaiaGeomCollPreparedDisjoint()