Structsยง
- H3Cell
Base - Function that returns base cell of given cell id
- H3Cell
Center Child - Function that returns center child cell of given cell id
- H3Cell
Center LatLng - Function that returns centroid latitude and longitude of given cell id
- H3Cell
Contains - Tests if cells contains given cells
- H3Cell
Distance Euclidean Degree - Get Euclidean distance of two cell centroid
- H3Cell
Distance Sphere Km - Get WGS84 great circle distance of two cell centroid
- H3Cell
IsPentagon - Function that check if given cell id is a pentagon
- H3Cell
Parent - Function that returns parent cell of given cell id and resolution
- H3Cell
Resolution - Function that returns resolution of given cell id
- H3Cell
ToChild Pos - Function that returns the cell position if its parent at given resolution
- H3Cell
ToChildren - Function that returns children cell list
- H3Cell
ToChildren Size - Function that returns children cell count
- H3Cell
ToString - Function that converts cell id to its string form
- H3Child
PosTo Cell - Function that returns the cell at given position of the parent at given resolution
- H3Grid
Disk - Function that returns cells with k distances of given cell
- H3Grid
Disk Distances - Function that returns all cells within k distances of given cell
- H3Grid
Distance - Function that returns distance between two cells
- H3Grid
Path Cells - Function that returns path cells between two cells
- H3Lat
LngTo Cell - Function that returns h3 encoding cellid for a given geospatial coordinate.
- H3Lat
LngTo Cell String - Function that returns h3 encoding cellid in string form for a given geospatial coordinate.
- H3String
ToCell - Function that converts cell string id to uint64 number
Staticsยง
- CELL_
TYPES ๐ - COORDINATE_
TYPES ๐ - DISTANCE_
TYPES ๐ - POSITION_
TYPES ๐ - RESOLUTION_
TYPES ๐
Functionsยง
- cell_
from_ ๐value - cells_
from_ ๐value - extract cell array from all possible types including:
- signature_
of_ ๐cell - signature_
of_ ๐cell_ and_ distance - signature_
of_ ๐cell_ and_ resolution - signature_
of_ ๐double_ cells - value_
to_ ๐distance - value_
to_ ๐position - value_
to_ ๐resolution