cesium-spatial
    Preparing search index...

    Class H3EntityLayer

    H3 cells as individual Cesium entities.

    Costs much more per cell than H3CellLayer, in exchange for giving every cell its own entity to select, describe, animate or hand to the rest of a Cesium application.

    Index
    • The entity backing a cell, if it is currently drawn.

      Parameters

      • cell: string

      Returns Entity | undefined

    • Parameters

      • picked: unknown

      Returns string | undefined

    • Reconciles the layer against these cells, keeping surviving entities.

      Parameters

      • cells: readonly string[]

      Returns void