Module: H3

Extended by:
GeoJson, Hierarchy, Indexing, Inspection, Miscellaneous, Regions, Traversal, UnidirectionalEdges
Defined in:
lib/h3.rb,
lib/h3/regions.rb,
lib/h3/version.rb,
lib/h3/geo_json.rb,
lib/h3/indexing.rb,
lib/h3/hierarchy.rb,
lib/h3/traversal.rb,
lib/h3/inspection.rb,
lib/h3/bindings/base.rb,
lib/h3/miscellaneous.rb,
lib/h3/bindings/types.rb,
lib/h3/bindings/private.rb,
lib/h3/bindings/structs.rb,
lib/h3/unidirectional_edges.rb

Overview

The main H3 namespace.

All public methods for the library are defined here.

Defined Under Namespace

Modules: Bindings, GeoJson, Hierarchy, Indexing, Inspection, Miscellaneous, Regions, Traversal, UnidirectionalEdges

Constant Summary collapse

VERSION =
"3.6.0".freeze

Method Summary

Methods included from GeoJson

coordinates_to_geo_json, geo_json_to_coordinates

Methods included from Hierarchy

center_child, children, compact, h3_to_children, h3_to_parent, max_children, max_h3_to_children_size, max_uncompact_size, parent, uncompact

Methods included from Bindings::Base

extended

Methods included from Miscellaneous

base_cell_count, base_cells, degs_to_rads, edge_length_km, edge_length_m, hex_area_km2, hex_area_m2, hexagon_count, num_hexagons, pentagon_count, pentagons, rads_to_degs, res_0_index_count, res_0_indexes

Methods included from Indexing

from_geo_coordinates, geo_to_h3, h3_to_geo, h3_to_geo_boundary, to_boundary, to_geo_coordinates

Methods included from Inspection

base_cell, faces, from_string, h3_base_cell, h3_faces, h3_pentagon?, h3_res_class_3?, h3_resolution, h3_to_string, h3_valid?, max_face_count, resolution, string_to_h3, to_string

Methods included from Regions

h3_set_to_linked_geo, max_polyfill_size, polyfill

Methods included from Traversal

distance, h3_distance, h3_line, h3_line_size, hex_range, hex_range_distances, hex_ranges, hex_ring, k_ring, k_ring_distances, line, line_size, max_hex_ring_size, max_kring_size

Methods included from UnidirectionalEdges

destination_from_unidirectional_edge, h3_indexes_from_unidirectional_edge, h3_indexes_neighbors?, h3_unidirectional_edge, h3_unidirectional_edge_boundary, h3_unidirectional_edge_valid?, h3_unidirectional_edges_from_hexagon, origin_and_destination_from_unidirectional_edge, origin_from_unidirectional_edge, unidirectional_edge, unidirectional_edge_boundary, unidirectional_edges_from_hexagon