LatLong2UTM

scalation.LatLong2UTM
object LatLong2UTM

The LatLong2UTM object support conversion from Latitude-Longitude coordinates to Universal Transverse Mercator (UTM) coordinates.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def latLong2UTM(ll: LatLong): String

Convert Latitude-Longitude to UTM coordinates as a string.

Convert Latitude-Longitude to UTM coordinates as a string.

Value parameters

ll

the Latitude-Longitude

Attributes

def latLong2UTMxy(ll: LatLong): (Double, Double)

Convert Latitude-Longitude to (x, y) UTM coordinates (only valid within one zone).

Convert Latitude-Longitude to (x, y) UTM coordinates (only valid within one zone).

Value parameters

ll

the Latitude-Longitude

Attributes

def latLong2UTMzone(ll: LatLong): (String, String)

Convert Latitude-Longitude to UTM coordinate zone.

Convert Latitude-Longitude to UTM coordinate zone.

Value parameters

ll

the Latitude-Longitude

Attributes