GARS Grid Label

Hierarchy

  • Label
    • GridLabel

Constructors

  • Constructor

    Parameters

    • name: string

      name

    • center: Point

      center point

    • bounds: Bounds

      bounds

    • gridType: GridType

      grid type

    • coordinate: GARS

      GARS coordinate

    Returns GridLabel

Methods

  • Get the bounds

    Returns

    bounds

    Returns undefined | Bounds

  • Get the center point

    Returns

    center point

    Returns undefined | Point

  • Get the name

    Returns

    name

    Returns undefined | string

  • Set the bounds

    Parameters

    • Optional bounds: Bounds

      bounds

    Returns void

  • Set the center point

    Parameters

    • Optional center: Point

      center point

    Returns void

  • Set the name

    Parameters

    • Optional name: string

      name

    Returns void

Generated using TypeDoc