Home
last modified time | relevance | path

Searched refs:GEOSisValidDetail_r (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/php-geos/php-geos/
H A Dconfig.m475 …AC_CHECK_LIB(geos_c, GEOSisValidDetail_r, AC_DEFINE(HAVE_GEOS_IS_VALID_DETAIL,1,[Whether we have G…
H A Dgeos.c1761 ret = GEOSisValidDetail_r(GEOS_G(handle), this, flags, &reason, &location); in PHP_METHOD()
/dports/graphics/geos/geos-3.9.1/capi/
H A Dgeos_c.cpp245 return GEOSisValidDetail_r(handle, g, flags, reason, location); in GEOSisValidDetail()
H A Dgeos_ts_c.cpp728 GEOSisValidDetail_r(GEOSContextHandle_t extHandle, const Geometry* g, in GEOSisValidDetail_r() function
H A Dgeos_c.h.in1026 extern char GEOS_DLL GEOSisValidDetail_r(GEOSContextHandle_t handle,
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/geometry/
H A Dqgsgeos.cpp1698 …char res = GEOSisValidDetail_r( geosinit()->ctxt, mGeos.get(), allowSelfTouchingHoles ? GEOSVALID_… in isValid()
/dports/graphics/qgis/qgis-3.22.3/src/core/geometry/
H A Dqgsgeos.cpp1842 …char res = GEOSisValidDetail_r( geosinit()->ctxt, mGeos.get(), allowSelfTouchingHoles ? GEOSVALID_… in isValid()
/dports/databases/spatialite/libspatialite-5.0.1/src/gaiageo/
H A Dgg_relations.c3376 GEOSisValidDetail_r (handle, g, esri_flag, &reason, &d); in gaiaIsValidDetailEx_r()