Hierarchy

  • GridTypeUtils

Constructors

Methods

  • Get the Grid Type accuracy number of digits in the easting and northing values

    Returns

    accuracy digits

    Parameters

    Returns number

  • Get the precision of the value in meters based upon trailing 0's

    Returns

    precision grid type

    Parameters

    • value: number

      value in meters

    Returns GridType

  • Get the Grid Type with the accuracy number of digits in the easting and northing values. Accuracy must be inclusively between 0 (HUNDRED_KILOMETER) and 5 (METER).

    Returns

    grid type

    Parameters

    • accuracy: number

      accuracy digits between 0 (inclusive) and 5 (inclusive)

    Returns GridType

Generated using TypeDoc