You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
*`capi_read_ts` uses the "re-entrant" C API (threadsafe) to read two WKT geometries, calculate the intersection and print the result
5
5
*`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
6
6
*`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
7
8
*`cpp_read` uses the C++ API to read two WKT geometries, calculate the intersection and print the result
8
9
*`cpp_strtree` uses the C++ API to build an STRtree index on a custom class, and then query that index
0 commit comments