Home
last modified time | relevance | path

Searched refs:GEOSArea_r (Results 1 – 15 of 15) sorted by relevance

/dports/graphics/geos/geos-3.9.1/tests/thread/
H A Dthreadtest.c385 if ( GEOSArea_r(handle, g1, &area) ) printf("Area 1: %g\n", area); in do_all()
386 if ( GEOSArea_r(handle, g2, &area) ) printf("Area 2: %g\n", area); in do_all()
/dports/graphics/qgis/qgis-3.22.3/src/core/geometry/
H A Dqgsgeometrymakevalid.cpp58 GEOSArea_r( handle, f->env, &f->envarea ); in newFace()
H A Dqgsgeos.cpp740 if ( GEOSArea_r( geosinit()->ctxt, mGeos.get(), &area ) != 1 ) in area()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/geometry/
H A Dqgsgeometrymakevalid.cpp56 GEOSArea_r( handle, f->env, &f->envarea ); in newFace()
H A Dqgsgeos.cpp596 if ( GEOSArea_r( geosinit()->ctxt, mGeos.get(), &area ) != 1 ) in area()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/pal/
H A Dpointset.cpp998 ( void )GEOSArea_r( geosctxt, mGeos, &mArea ); in area()
/dports/graphics/geos/geos-3.9.1/capi/
H A Dgeos_c.cpp303 return GEOSArea_r(handle, g, area); in GEOSArea()
H A Dgeos_ts_c.cpp839 GEOSArea_r(GEOSContextHandle_t extHandle, const Geometry* g, double* area) in GEOSArea_r() function
H A Dgeos_c.h.in1202 extern int GEOS_DLL GEOSArea_r(GEOSContextHandle_t handle,
/dports/graphics/qgis/qgis-3.22.3/src/core/pal/
H A Dpointset.cpp1088 ( void )GEOSArea_r( geosctxt, mGeos, &mArea ); in area()
/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapgeos.c1379 result = GEOSArea_r(handle,g, &area); in msGEOSArea()
/dports/devel/librttopo/librttopo-1.1.0/src/
H A Drtgeom_geos.c1044 GEOSArea_r(ctx->gctx, f->env, &f->envarea); in newFace()
/dports/graphics/php-geos/php-geos/
H A Dgeos.c2221 ret = GEOSArea_r(GEOS_G(handle), geom, &area); in PHP_METHOD()
/dports/graphics/py-pygeos/pygeos-0.10.2/src/
H A Dufuncs.c910 static void* area_data[1] = {GEOSArea_r};
/dports/databases/spatialite/libspatialite-5.0.1/src/gaiageo/
H A Dgg_relations.c1969 ret = GEOSArea_r (handle, g, &area); in gaiaGeomCollArea_r()