Home
last modified time | relevance | path

Searched refs:GEOSConvexHull (Results 1 – 14 of 14) sorted by relevance

/dports/graphics/geos/geos-3.9.1/tests/unit/capi/
H A DGEOSConvexHullTest.cpp72 GEOSGeometry* output = GEOSConvexHull(input_); in test()
/dports/devel/py-shapely/Shapely-1.8.0/shapely/
H A Dctypes_declarations.py190 lgeos.GEOSConvexHull.restype = c_void_p
191 lgeos.GEOSConvexHull.argtypes = [c_void_p]
H A Dgeos.py667 self.methods['convex_hull'] = self.GEOSConvexHull
/dports/graphics/geos/geos-3.9.1/tests/geostest/
H A Dgeostest.c200 g2 = GEOSConvexHull(g1); in do_all()
/dports/graphics/geos/geos-3.9.1/tests/thread/
H A Dbadthreadtest.c252 g2 = GEOSConvexHull(g1); in do_all()
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/ogr/
H A Dogrgeometry.cpp1831 hGeosHull = GEOSConvexHull( hGeosGeom ); in ConvexHull()
/dports/graphics/geos/geos-3.9.1/capi/
H A Dgeos_c.cpp447 GEOSConvexHull(const Geometry* g) in GEOSConvexHull() function
H A Dgeos_c.h.in1631 extern GEOSGeometry GEOS_DLL *GEOSConvexHull(const GEOSGeometry* g);
/dports/databases/postgis32/postgis-3.2.0/postgis/
H A Dlwgeom_geos.c849 g3 = GEOSConvexHull(g1); in convexhull()
/dports/databases/postgis30/postgis-3.0.4/postgis/
H A Dlwgeom_geos.c788 g3 = GEOSConvexHull(g1); in convexhull()
/dports/databases/postgis25/postgis-2.5.5/postgis/
H A Dlwgeom_geos.c707 g3 = GEOSConvexHull(g1); in convexhull()
/dports/databases/postgis31/postgis-3.1.4/postgis/
H A Dlwgeom_geos.c921 g3 = GEOSConvexHull(g1); in convexhull()
/dports/databases/spatialite/libspatialite-5.0.1/src/gaiageo/
H A Dgg_relations.c3655 g2 = GEOSConvexHull (g1); in gaiaConvexHull()
/dports/graphics/geos/geos-3.9.1/
H A DChangeLog16980 Enable capi::GEOSConvexHull test, and fix it (#555) git-svn-id: