Skip to content
English
  • There are no suggestions because the search field is empty.

CoordinateUTM()

Returns Easting or Northing part (in meters) of UTM coordinate pair converted from specified latitude and longitude coordinates.

Syntax

CoordinateUTM(latitude, longitude, coordUTM)
  • latitude: number specifying latitude component of coordinate pair, in degrees
  • longitude: number specifying longitude component of coordinate pair, in degrees 
  • coordUTM: string specifying which component of the coordinate pair is returned. coordUTM is either "northing" or "easting" 

Example

CoordinateUTM(29.7495, -95.4715, "Easting")

CoordinateUTM(48.0087, 16.2346, "Northing")