Home
last modified time | relevance | path

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

/dports/graphics/php-geos/php-geos/
H A Dconfig.m477 …AC_CHECK_LIB(geos_c, GEOSGeom_getPrecision_r, AC_DEFINE(HAVE_GEOS_GEOM_GET_PRECISION,1,[Whether we…
H A Dgeos.c1369 prec = GEOSGeom_getPrecision_r(GEOS_G(handle), geom); in PHP_METHOD()
/dports/graphics/geos/geos-3.9.1/capi/
H A Dgeos_c.cpp1017 return GEOSGeom_getPrecision_r(handle, g); in GEOSGeom_getPrecision()
H A Dgeos_ts_c.cpp2483 GEOSGeom_getPrecision_r(GEOSContextHandle_t extHandle, const GEOSGeometry* g) in GEOSGeom_getPrecision_r() function
H A Dgeos_c.h.in1121 extern double GEOS_DLL GEOSGeom_getPrecision_r(
/dports/graphics/py-pygeos/pygeos-0.10.2/src/
H A Dufuncs.c917 double out = GEOSGeom_getPrecision_r(context, a); in GetPrecision()