UTM2LatLong

scalation.UTM2LatLong
object UTM2LatLong

The UTM2LatLong object support conversion from Universal_Transverse_Mercator (UTM) coordinates to Latitude-Longitude coordinates.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def getHemisphere(latZone: String): String

Return whether the latitude zone is in the Northern "N" or Southern "S" hemisphere.

Return whether the latitude zone is in the Northern "N" or Southern "S" hemisphere.

Value parameters

latZone

the latitude zone

Attributes

def uTM2LatLong(_utm: String): (Double, Double)

Convert UTM coordinates to Latitude-Longitude coordinates.

Convert UTM coordinates to Latitude-Longitude coordinates.

Value parameters

_utm

the UTM coordinates

Attributes