Home
last modified time | relevance | path

Searched refs:GEOSGetCentroid (Results 1 – 20 of 20) sorted by relevance

/dports/graphics/geos/geos-3.9.1/tests/unit/capi/
H A DGEOSGetCentroidTest.cpp82 geom2_ = GEOSGetCentroid(geom1_); in test()
102 geom2_ = GEOSGetCentroid(geom1_); in test()
122 geom2_ = GEOSGetCentroid(geom1_); in test()
147 geom2_ = GEOSGetCentroid(geom1_); in test()
167 geom2_ = GEOSGetCentroid(geom1_); in test()
/dports/databases/postgis31/postgis-3.1.4/fuzzers/
H A Dgeos_stub.h135 GEOSGetCentroid() in GEOSGetCentroid() function
/dports/databases/postgis30/postgis-3.0.4/fuzzers/
H A Dgeos_stub.h135 GEOSGetCentroid() in GEOSGetCentroid() function
/dports/databases/postgis32/postgis-3.2.0/fuzzers/
H A Dgeos_stub.h135 GEOSGetCentroid() in GEOSGetCentroid() function
/dports/databases/postgis25/postgis-2.5.5/fuzzers/
H A Dwkb_import_fuzzer.cpp63 void GEOSGetCentroid() { assert(0); } in GEOSGetCentroid() function
H A Dwkt_import_fuzzer.cpp63 void GEOSGetCentroid() { assert(0); } in GEOSGetCentroid() function
/dports/devel/py-shapely/Shapely-1.8.0/shapely/
H A Dctypes_declarations.py215 lgeos.GEOSGetCentroid.restype = c_void_p
216 lgeos.GEOSGetCentroid.argtypes = [c_void_p]
H A Dgeos.py665 self.methods['centroid'] = self.GEOSGetCentroid
/dports/graphics/geos/geos-3.9.1/tests/geostest/
H A Dgeostest.c278 g3 = GEOSGetCentroid(g2); in do_all()
/dports/graphics/geos/geos-3.9.1/tests/thread/
H A Dbadthreadtest.c330 g3 = GEOSGetCentroid(g2); in do_all()
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/ogr/
H A Dogrpolygon.cpp738 hOtherGeosGeom = GEOSGetCentroid( hThisGeosGeom ); in Centroid()
/dports/graphics/geos/geos-3.9.1/capi/
H A Dgeos_c.cpp737 GEOSGetCentroid(const Geometry* g) in GEOSGetCentroid() function
H A Dgeos_c.h.in1725 extern GEOSGeometry GEOS_DLL *GEOSGetCentroid(const GEOSGeometry* g);
/dports/databases/postgis25/postgis-2.5.5/liblwgeom/
H A Dlwgeom_geos.c793 g3 = GEOSGetCentroid(g1); in lwgeom_centroid()
/dports/databases/postgis31/postgis-3.1.4/liblwgeom/
H A Dlwgeom_geos.c929 g3 = GEOSGetCentroid(g1); in lwgeom_centroid()
/dports/databases/postgis30/postgis-3.0.4/liblwgeom/
H A Dlwgeom_geos.c857 g3 = GEOSGetCentroid(g1); in lwgeom_centroid()
/dports/graphics/geos/geos-3.9.1/
H A DNEWS323 - Always return POINT from GEOSGetCentroid, even for EMPTY (#560)
H A DChangeLog16905 Always return POINT from GEOSGetCentroid, even for EMPTY (#560)
42130 GEOSMakeCollection. Changed GEOSGetCentroid to return an
/dports/databases/postgis32/postgis-3.2.0/liblwgeom/
H A Dlwgeom_geos.c952 g3 = GEOSGetCentroid(g1); in lwgeom_centroid()
/dports/databases/spatialite/libspatialite-5.0.1/src/gaiageo/
H A Dgg_relations.c2714 g2 = GEOSGetCentroid (g1); in gaiaGeomCollCentroid()