SDO_UTIL.H3_RESOLUTION
Format
SDO_UTIL.H3_RESOLUTION(
h3_key IN RAW
) RETURN NUMBER;
Description
Returns the resolution of an H3 cell from 0 (coarsest) to 15 (finest).
Parameters
h3_key
The H3 cell to query.
Usage Notes
None.
Examples
The following example shows the resolution of an H3 cell:
SELECT SDO_UTIL.H3_RESOLUTION('0877AA5145FFFFFF');
7
Related Topics