Home
last modified time | relevance | path

Searched refs:GEOSSTRtree_create (Results 1 – 19 of 19) sorted by relevance

/dports/graphics/geos/geos-3.9.1/tests/unit/capi/
H A DGEOSSTRtreeTest.cpp87 GEOSSTRtree* tree = GEOSSTRtree_create(2); in test()
112 GEOSSTRtree* tree = GEOSSTRtree_create(8); in test()
160 GEOSSTRtree* tree = GEOSSTRtree_create(10); in test()
184 GEOSSTRtree* tree = GEOSSTRtree_create(4); in test()
207 GEOSSTRtree* tree = GEOSSTRtree_create(4); in test()
229 GEOSSTRtree* tree = GEOSSTRtree_create(4); in test()
250 GEOSSTRtree* tree = GEOSSTRtree_create(16); in test()
267 GEOSSTRtree* tree = GEOSSTRtree_create(10); in test()
303 GEOSSTRtree* tree = GEOSSTRtree_create(10); in test()
/dports/graphics/geos/geos-3.9.1/benchmarks/capi/
H A DIntersectionPerfTest.cpp59 GEOSSTRtree* tree = GEOSSTRtree_create(10); in main()
/dports/databases/postgis31/postgis-3.1.4/fuzzers/
H A Dgeos_stub.h230 GEOSSTRtree_create() in GEOSSTRtree_create() function
/dports/databases/postgis30/postgis-3.0.4/fuzzers/
H A Dgeos_stub.h230 GEOSSTRtree_create() in GEOSSTRtree_create() function
/dports/databases/postgis32/postgis-3.2.0/fuzzers/
H A Dgeos_stub.h230 GEOSSTRtree_create() in GEOSSTRtree_create() function
/dports/databases/postgis25/postgis-2.5.5/fuzzers/
H A Dwkb_import_fuzzer.cpp82 void GEOSSTRtree_create() { assert(0); } in GEOSSTRtree_create() function
H A Dwkt_import_fuzzer.cpp82 void GEOSSTRtree_create() { assert(0); } in GEOSSTRtree_create() function
/dports/devel/py-shapely/Shapely-1.8.0/shapely/
H A Dstrtree.py114 self._tree = lgeos.GEOSSTRtree_create(self.node_capacity)
H A Dctypes_declarations.py505 lgeos.GEOSSTRtree_create.argtypes = [c_int]
506 lgeos.GEOSSTRtree_create.restype = c_void_p
/dports/databases/postgis31/postgis-3.1.4/liblwgeom/
H A Dlwgeom_geos_cluster.c88 tree.tree = GEOSSTRtree_create(STRTREE_NODE_CAPACITY); in make_strtree()
H A Dlwgeom_topo.c6654 shells->tree = GEOSSTRtree_create(STRTREE_NODE_CAPACITY); in _lwt_FindFaceContainingRing()
/dports/databases/postgis32/postgis-3.2.0/liblwgeom/
H A Dlwgeom_geos_cluster.c88 tree.tree = GEOSSTRtree_create(STRTREE_NODE_CAPACITY); in make_strtree()
H A Dlwgeom_topo.c6777 shells->tree = GEOSSTRtree_create(STRTREE_NODE_CAPACITY); in _lwt_FindFaceContainingRing()
/dports/databases/postgis30/postgis-3.0.4/liblwgeom/
H A Dlwgeom_geos_cluster.c88 tree.tree = GEOSSTRtree_create(STRTREE_NODE_CAPACITY); in make_strtree()
H A Dlwgeom_topo.c6632 shells->tree = GEOSSTRtree_create(STRTREE_NODE_CAPACITY); in _lwt_FindFaceContainingRing()
/dports/databases/postgis25/postgis-2.5.5/liblwgeom/
H A Dlwgeom_geos_cluster.c88 tree.tree = GEOSSTRtree_create(STRTREE_NODE_CAPACITY); in make_strtree()
H A Dlwgeom_topo.c6567 shells->tree = GEOSSTRtree_create(STRTREE_NODE_CAPACITY); in _lwt_FindFaceContainingRing()
/dports/graphics/geos/geos-3.9.1/capi/
H A Dgeos_c.cpp1314 GEOSSTRtree_create(size_t nodeCapacity) in GEOSSTRtree_create() function
H A Dgeos_c.h.in1905 extern GEOSSTRtree GEOS_DLL *GEOSSTRtree_create(size_t nodeCapacity);