Devolver el vértice H3 temporal en el número de vértice dado (0–5 para hexágonos, 0–4 para pentágonos)
th3CellToVertex(th3index,integer) → th3index
SELECT th3CellToVertex(th3index '871fa44a8ffffff@2001-01-01', 0); -- 2071fa44a8ffffff@2001-01-01
Devolver las coordenadas geodésicas temporales de cada vértice en una trayectoria
th3VertexToLatlng(th3index) → tgeogpoint
SELECT asText(th3VertexToLatlng(th3CellToVertex(th3index '871fa44a8ffffff@2001-01-01', 0)), 6); -- POINT(4.280027 50.807655)@2001-01-01
Devolver un booleano temporal que indica en cada instante si el valor es un vértice H3 válido
isValidVertex(th3index) → tbool
SELECT isValidVertex(th3CellToVertex(th3index '871fa44a8ffffff@2001-01-01', 0)); -- t@2001-01-01