35.52 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).
Usage Notes
None.
Examples
The following example shows the resolution of an H3 cell:
SELECT SDO_UTIL.H3_RESOLUTION('0877AA5145FFFFFF');
7
Related Topics
Parent topic: SDO_UTIL Package (Utility)