Universal Transverse Mercator Projection

Hierarchy

  • UTM

Constructors

  • Constructor

    Parameters

    • zone: number

      zone number

    • hemisphere: Hemisphere

      hemisphere

    • easting: number

      easting

    • northing: number

      northing

    Returns UTM

Methods

  • Format to a UTM string

    Returns

    UTM string

    Returns string

  • Get the easting

    Returns

    easting

    Returns number

  • Get the hemisphere

    Returns

    hemisphere

    Returns Hemisphere

  • Get the northing

    Returns

    northing

    Returns number

  • Get the zone number

    Returns

    zone number

    Returns number

  • Convert to a point

    Returns

    point

    Returns Point

  • Create

    Returns

    UTM

    Parameters

    • zone: number

      zone number

    • hemisphere: Hemisphere

      hemisphere

    • easting: number

      easting

    • northing: number

      northing

    Returns UTM

  • Create from a coordinate, zone number, and hemisphere

    Returns

    UTM

    Parameters

    • point: Point

      coordinate

    • Optional zone: number

      zone number

    • Optional hemisphere: Hemisphere

      hemisphere

    Returns UTM

  • Return whether the given string is valid UTM string

    Returns

    true if UTM string is valid, false otherwise

    Parameters

    • utm: string

      potential UTM string

    Returns boolean

  • Parse a UTM value (Zone N|S Easting Northing)

    Returns

    UTM

    Throws

    ParseException upon failure to parse UTM value

    Parameters

    • utm: string

      UTM value

    Returns UTM

  • Create a point from the UTM attributes

    Returns

    point

    Parameters

    • zone: number

      zone number

    • hemisphere: Hemisphere

      hemisphere

    • easting: number

      easting

    • northing: number

      northing

    Returns Point

Generated using TypeDoc