Home
last modified time | relevance | path

Searched refs:GEOSArea (Results 1 – 19 of 19) sorted by relevance

/dports/graphics/geos/geos-3.9.1/tests/unit/capi/
H A DGEOSBufferTest.cpp157 ensure(0 != GEOSArea(geom2_, &area_)); in test()
180 ensure(0 != GEOSArea(geom2_, &area_)); in test()
203 ensure(0 != GEOSArea(geom2_, &area_)); in test()
227 ensure(0 != GEOSArea(geom2_, &area_)); in test()
250 ensure(0 != GEOSArea(geom2_, &area_)); in test()
277 ensure(0 != GEOSArea(geom2_, &area_)); in test()
305 ensure(0 != GEOSArea(geom2_, &area_)); in test()
330 ensure(0 != GEOSArea(geom2_, &area_)); in test()
358 ensure(0 != GEOSArea(geom2_, &area_)); in test()
387 ensure(0 != GEOSArea(geom2_, &area_)); in test()
[all …]
/dports/databases/postgis31/postgis-3.1.4/fuzzers/
H A Dgeos_stub.h120 GEOSArea() in GEOSArea() function
/dports/databases/postgis30/postgis-3.0.4/fuzzers/
H A Dgeos_stub.h120 GEOSArea() in GEOSArea() function
/dports/databases/postgis32/postgis-3.2.0/fuzzers/
H A Dgeos_stub.h120 GEOSArea() in GEOSArea() function
/dports/graphics/geos/geos-3.9.1/tests/geostest/
H A Dgeostest.c347 if ( GEOSArea(g1, &area) ) printf("Area 1: %g\n", area); in do_all()
348 if ( GEOSArea(g2, &area) ) printf("Area 2: %g\n", area); in do_all()
/dports/graphics/geos/geos-3.9.1/tests/thread/
H A Dbadthreadtest.c387 if ( GEOSArea(g1, &area) ) printf("Area 1: %g\n", area); in do_all()
388 if ( GEOSArea(g2, &area) ) printf("Area 2: %g\n", area); in do_all()
/dports/databases/postgis25/postgis-2.5.5/fuzzers/
H A Dwkb_import_fuzzer.cpp60 void GEOSArea() { assert(0); } in GEOSArea() function
H A Dwkt_import_fuzzer.cpp60 void GEOSArea() { assert(0); } in GEOSArea() function
/dports/devel/py-shapely/Shapely-1.8.0/shapely/
H A Dctypes_declarations.py396 lgeos.GEOSArea.restype = c_double
397 lgeos.GEOSArea.argtypes = [c_void_p, c_void_p]
H A Dgeos.py662 self.methods['area'] = self.GEOSArea
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/base/
H A DossimPolyArea2d.cpp611 GEOSArea(m_privateData->m_geometry, &result); in getArea()
/dports/graphics/geos/geos-3.9.1/capi/
H A Dgeos_c.cpp301 GEOSArea(const Geometry* g, double* area) in GEOSArea() function
H A Dgeos_c.h.in2163 extern int GEOS_DLL GEOSArea(const GEOSGeometry* g, double *area);
/dports/databases/postgis25/postgis-2.5.5/liblwgeom/
H A Dlwgeom_geos.c926 GEOSArea(f->env, &f->envarea); in newFace()
/dports/databases/postgis31/postgis-3.1.4/liblwgeom/
H A Dlwgeom_geos.c1116 GEOSArea(f->env, &f->envarea); in newFace()
/dports/databases/postgis30/postgis-3.0.4/liblwgeom/
H A Dlwgeom_geos.c990 GEOSArea(f->env, &f->envarea); in newFace()
/dports/databases/postgis32/postgis-3.2.0/liblwgeom/
H A Dlwgeom_geos.c1139 GEOSArea(f->env, &f->envarea); in newFace()
/dports/databases/spatialite/libspatialite-5.0.1/src/gaiageo/
H A Dgg_relations.c1934 ret = GEOSArea (g, &area); in gaiaGeomCollArea()
/dports/graphics/geos/geos-3.9.1/
H A DChangeLog40449 GEOSArea() to the C API git-svn-id: