35.40 SDO_UTIL.H3_CENTER
Format
SDO_UTIL.H3_CENTER( h3_key IN RAW, srid IN NUMBER DEFAULT NULL ) RETURN MDSYS.SDO_GEOMETRY;
SDO_UTIL.H3_CENTER( h3_key IN RAW, x OUT NUMBER, y OUT NUMBER);
Description
Computes the center of the given H3 cell.
Parameters
Usage Notes
None.
Examples
The following example computes the center of the coarsest (largest) cell containing the North Pole:
SELECT SDO_UTIL.H3_CENTER('08001FFFFFFFFFFF') FROM DUAL;
SDO_GEOMETRY(2001, 4326, SDO_POINT_TYPE(38.023407, 79.2423985, NULL), NULL, NULL)
Related Topics
Parent topic: SDO_UTIL Package (Utility)