Home
last modified time | relevance | path

Searched refs:GEOSMinimumClearance (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/geos/geos-3.9.1/tests/unit/capi/
H A DGEOSMinimumClearanceTest.cpp64 int error = GEOSMinimumClearance(input, &d); in testClearance()
/dports/devel/py-shapely/Shapely-1.8.0/shapely/
H A Dctypes_declarations.py524 lgeos.GEOSMinimumClearance.argtypes = [c_void_p]
525 lgeos.GEOSMinimumClearance.restype = c_double
H A Dgeos.py764 self.methods['minimum_clearance'] = self.GEOSMinimumClearance
/dports/graphics/geos/geos-3.9.1/capi/
H A Dgeos_c.cpp483 GEOSMinimumClearance(const Geometry* g, double* d) in GEOSMinimumClearance() function
H A Dgeos_c.h.in1696 extern int GEOS_DLL GEOSMinimumClearance(const GEOSGeometry* g, double* d);
/dports/graphics/geos/geos-3.9.1/
H A DNEWS183 - CAPI: GEOSMinimumClearance and GEOSMinimumClearanceLine
H A DChangeLog14037 GEOSMinimumClearance and GEOSMinimumClearanceLine Includes tests
/dports/databases/postgis32/postgis-3.2.0/postgis/
H A Dlwgeom_geos.c3458 error = GEOSMinimumClearance(input_geos, &result); in ST_MinimumClearance()
/dports/databases/postgis30/postgis-3.0.4/postgis/
H A Dlwgeom_geos.c3390 error = GEOSMinimumClearance(input_geos, &result); in ST_MinimumClearance()
/dports/databases/postgis25/postgis-2.5.5/postgis/
H A Dlwgeom_geos.c3409 error = GEOSMinimumClearance(input_geos, &result); in ST_MinimumClearance()
/dports/databases/postgis31/postgis-3.1.4/postgis/
H A Dlwgeom_geos.c3534 error = GEOSMinimumClearance(input_geos, &result); in ST_MinimumClearance()