SDO_UTIL.H3SUM_GET_CURSOR
Format
SDO_UTIL.H3SUM_GET_CURSOR(
h3_table IN VARCHAR2,
levelnum IN NUMBER,
mbr SDO_GEOMETRY
)RETURN SYS_REFCURSOR;
Description
Creates a cursor for the results of searching an H3 summary table with the specified levelnum and search mbr.
Parameters
h3_table
The name of the H3 summary table to query.
levelnum
The H3 level to query within the H3 summary table.
mbr
The search query.
Usage Notes
None.
Related Topics