Zoom Level Matching Grids

Type Parameters

Hierarchy

  • BaseZoomGrids

Implements

  • IterableIterator<T>

Constructors

Properties

grids: TreeSet<T> = ...

Grids

Methods

  • Returns IterableIterator<T>

  • Add a grid

    Returns

    true if added

    Parameters

    • grid: T

      grid

    Returns boolean

  • Get the grids within the zoom level

    Returns

    grids

    Returns TreeSet<T>

  • Determine if the zoom level has grids

    Returns

    true if has grids

    Returns boolean

  • Returns IteratorResult<T, any>

  • Get the number of grids

    Returns

    number of grids

    Returns number

  • Remove the grid

    Returns

    true if removed

    Parameters

    • grid: T

      grid

    Returns boolean

Generated using TypeDoc