Home
last modified time | relevance | path

Searched refs:GEOSGeomToWKT (Results 1 – 17 of 17) sorted by relevance

/dports/graphics/geos/geos-3.9.1/tests/unit/capi/
H A DGEOSBufferTest.cpp90 wkt_ = GEOSGeomToWKT(geom2_); in test()
112 wkt_ = GEOSGeomToWKT(geom2_); in test()
134 wkt_ = GEOSGeomToWKT(geom2_); in test()
153 wkt_ = GEOSGeomToWKT(geom2_); in test()
176 wkt_ = GEOSGeomToWKT(geom2_); in test()
199 wkt_ = GEOSGeomToWKT(geom2_); in test()
223 wkt_ = GEOSGeomToWKT(geom2_); in test()
246 wkt_ = GEOSGeomToWKT(geom2_); in test()
273 wkt_ = GEOSGeomToWKT(geom2_); in test()
301 wkt_ = GEOSGeomToWKT(geom2_); in test()
[all …]
H A Dcapi_test_utils.h48 char* wkt1 = GEOSGeomToWKT(g1); in ensure_geometry_equals()
49 char* wkt2 = GEOSGeomToWKT(g2); in ensure_geometry_equals()
74 char* wkt1 = GEOSGeomToWKT(g1); in ensure_geometry_equals()
75 char* wkt2 = GEOSGeomToWKT(g2); in ensure_geometry_equals()
H A DGEOSGeomToWKTTest.cpp55 char* wkt_c = GEOSGeomToWKT(geom1_); in test_wkt()
68 char* wkt_c = GEOSGeomToWKT(geom1_); in test_wkt()
/dports/graphics/geos/geos-3.9.1/tests/geostest/
H A Dgeostest.c167 ptr = GEOSGeomToWKT(g1); in do_all()
205 ptr = GEOSGeomToWKT(g2); in do_all()
216 ptr = GEOSGeomToWKT(g1); in do_all()
230 ptr = GEOSGeomToWKT(g3); in do_all()
237 ptr = GEOSGeomToWKT(g3); in do_all()
244 ptr = GEOSGeomToWKT(g3); in do_all()
250 ptr = GEOSGeomToWKT(g4); in do_all()
265 ptr = GEOSGeomToWKT(g3); in do_all()
271 ptr = GEOSGeomToWKT(g4); in do_all()
279 ptr = GEOSGeomToWKT(g3); in do_all()
[all …]
/dports/graphics/geos/geos-3.9.1/tests/thread/
H A Dbadthreadtest.c219 ptr = GEOSGeomToWKT(g1); in do_all()
257 ptr = GEOSGeomToWKT(g2); in do_all()
268 ptr = GEOSGeomToWKT(g1); in do_all()
282 ptr = GEOSGeomToWKT(g3); in do_all()
289 ptr = GEOSGeomToWKT(g3); in do_all()
296 ptr = GEOSGeomToWKT(g3); in do_all()
302 ptr = GEOSGeomToWKT(g4); in do_all()
317 ptr = GEOSGeomToWKT(g3); in do_all()
323 ptr = GEOSGeomToWKT(g4); in do_all()
331 ptr = GEOSGeomToWKT(g3); in do_all()
[all …]
/dports/databases/postgis30/postgis-3.0.4/postgis/
H A Dlwgeom_geos.c739 POSTGIS_DEBUGF(3, "result: %s", GEOSGeomToWKT(g3)); in boundary()
793 POSTGIS_DEBUGF(3, "result: %s", GEOSGeomToWKT(g3)); in convexhull()
856 POSTGIS_DEBUGF(3, "result: %s", GEOSGeomToWKT(g3)); in topologypreservesimplify()
1082 POSTGIS_DEBUGF(3, "result: %s", GEOSGeomToWKT(g3)); in buffer()
2492 POSTGIS_DEBUGF(3, "%s", GEOSGeomToWKT(g1)); in relate_full()
2493 POSTGIS_DEBUGF(3, "%s", GEOSGeomToWKT(g2)); in relate_full()
/dports/databases/postgis25/postgis-2.5.5/postgis/
H A Dlwgeom_geos.c658 POSTGIS_DEBUGF(3, "result: %s", GEOSGeomToWKT(g3)); in boundary()
712 POSTGIS_DEBUGF(3, "result: %s", GEOSGeomToWKT(g3)); in convexhull()
775 POSTGIS_DEBUGF(3, "result: %s", GEOSGeomToWKT(g3)); in topologypreservesimplify()
1001 POSTGIS_DEBUGF(3, "result: %s", GEOSGeomToWKT(g3)); in buffer()
2477 POSTGIS_DEBUGF(3, "%s", GEOSGeomToWKT(g1)); in relate_full()
2478 POSTGIS_DEBUGF(3, "%s", GEOSGeomToWKT(g2)); in relate_full()
/dports/devel/py-shapely/Shapely-1.8.0/shapely/
H A Dctypes_declarations.py51 lgeos.GEOSGeomToWKT.restype = allocated_c_char_p
52 lgeos.GEOSGeomToWKT.argtypes = [c_void_p]
H A Dgeos.py628 self.GEOSGeomToWKT.func.errcheck = errcheck_just_free
/dports/databases/postgis31/postgis-3.1.4/postgis/
H A Dlwgeom_geos.c872 POSTGIS_DEBUGF(3, "result: %s", GEOSGeomToWKT(g3)); in boundary()
926 POSTGIS_DEBUGF(3, "result: %s", GEOSGeomToWKT(g3)); in convexhull()
989 POSTGIS_DEBUGF(3, "result: %s", GEOSGeomToWKT(g3)); in topologypreservesimplify()
1214 POSTGIS_DEBUGF(3, "result: %s", GEOSGeomToWKT(g3)); in buffer()
2637 POSTGIS_DEBUGF(3, "%s", GEOSGeomToWKT(g1)); in relate_full()
2638 POSTGIS_DEBUGF(3, "%s", GEOSGeomToWKT(g2)); in relate_full()
/dports/databases/postgis32/postgis-3.2.0/postgis/
H A Dlwgeom_geos.c854 POSTGIS_DEBUGF(3, "result: %s", GEOSGeomToWKT(g3)); in convexhull()
917 POSTGIS_DEBUGF(3, "result: %s", GEOSGeomToWKT(g3)); in topologypreservesimplify()
1142 POSTGIS_DEBUGF(3, "result: %s", GEOSGeomToWKT(g3)); in buffer()
2561 POSTGIS_DEBUGF(3, "%s", GEOSGeomToWKT(g1)); in relate_full()
2562 POSTGIS_DEBUGF(3, "%s", GEOSGeomToWKT(g2)); in relate_full()
/dports/graphics/geos/geos-3.9.1/capi/
H A Dgeos_c.cpp325 GEOSGeomToWKT(const Geometry* g) in GEOSGeomToWKT() function
H A Dgeos_c.h.in1393 extern char GEOS_DLL *GEOSGeomToWKT(const GEOSGeometry* g);
/dports/databases/postgis25/postgis-2.5.5/liblwgeom/
H A Dlwgeom_geos.c506 wkt = GEOSGeomToWKT(g); in LWGEOM2GEOS()
/dports/databases/postgis31/postgis-3.1.4/liblwgeom/
H A Dlwgeom_geos.c561 wkt = GEOSGeomToWKT(g); in LWGEOM2GEOS()
/dports/databases/postgis30/postgis-3.0.4/liblwgeom/
H A Dlwgeom_geos.c561 wkt = GEOSGeomToWKT(g); in LWGEOM2GEOS()
/dports/databases/postgis32/postgis-3.2.0/liblwgeom/
H A Dlwgeom_geos.c581 wkt = GEOSGeomToWKT(g); in LWGEOM2GEOS()