Home
last modified time | relevance | path

Searched refs:GEOSGeom_createEmptyPoint_r (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/geos/geos-3.9.1/tests/unit/capi/
H A DGEOSGeom_createCollectionTest.cpp71 geoms[0] = GEOSGeom_createEmptyPoint_r(handle_); in test()
72 geoms[1] = GEOSGeom_createEmptyPoint_r(handle_); in test()
73 geoms[2] = GEOSGeom_createEmptyPoint_r(handle_); in test()
87 GEOSGeom_createEmptyPoint_r(handle_), in test()
88 GEOSGeom_createEmptyPoint_r(handle_), in test()
89 GEOSGeom_createEmptyPoint_r(handle_) in test()
105 geoms.push_back(GEOSGeom_createEmptyPoint_r(handle_)); in test()
106 geoms.push_back(GEOSGeom_createEmptyPoint_r(handle_)); in test()
107 geoms.push_back(GEOSGeom_createEmptyPoint_r(handle_)); in test()
108 geoms.push_back(GEOSGeom_createEmptyPoint_r(handle_)); in test()
[all …]
H A DGEOSGeom_createTest.cpp66 geom1_ = GEOSGeom_createEmptyPoint_r(handle_); in test()
/dports/graphics/py-pygeos/pygeos-0.10.2/src/
H A Dcoords.c144 return GEOSGeom_createEmptyPoint_r(context); in set_coordinates_simple()
H A Dufuncs.c514 return GEOSGeom_createEmptyPoint_r(context); in GEOSInterpolateProtectEmpty_r()
526 return GEOSGeom_createEmptyPoint_r(context); in GEOSInterpolateNormalizedProtectEmpty_r()
/dports/devel/libgpkg/luciad-libgpkg-c56e3708453e/gpkg/
H A Dgeos_geom_io.c113 geom = GEOSGeom_createEmptyPoint_r(writer->context); in geos_end_geometry()
/dports/graphics/geos/geos-3.9.1/capi/
H A Dgeos_c.cpp1417 return GEOSGeom_createEmptyPoint_r(handle); in GEOSGeom_createEmptyPoint()
H A Dgeos_ts_c.cpp2327 GEOSGeom_createEmptyPoint_r(GEOSContextHandle_t extHandle) in GEOSGeom_createEmptyPoint_r() function
H A Dgeos_c.h.in501 extern GEOSGeometry GEOS_DLL *GEOSGeom_createEmptyPoint_r(