Skip to content

Commit 5611d6b

Browse files
committed
Add entry for new example
1 parent f30852f commit 5611d6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* `capi_read_ts` uses the "re-entrant" C API (threadsafe) to read two WKT geometries, calculate the intersection and print the result
55
* `capi_prepared` uses the standard C API to read one WKT geometry, and fill it with a point grid, applying a high performance "prepared" geometry to speed up intersection testing
66
* `capi_strtree` uses the standard C API to build a random collection of points, and then search that collection quickly to find the nearest to a query point
7+
* `capi_indexed_predicate` uses the standard C API API to build an STRtree index on a custom class, and then query that index with a prepared geometry, returning a list of matching items
78
* `cpp_read` uses the C++ API to read two WKT geometries, calculate the intersection and print the result
89
* `cpp_strtree` uses the C++ API to build an STRtree index on a custom class, and then query that index
910

0 commit comments

Comments
 (0)