o

scalation.spatial

LatLong2UTM

object LatLong2UTM extends Error

The LatLong2UTM support conversion from Latitude-Longitude to UTM coordinates

Linear Supertypes
Error, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LatLong2UTM
  2. Error
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def flaw(method: String, message: String): Unit
    Definition Classes
    Error
  2. def latLong2UTM(ll: LatitudeLongitude): String

    Convert Latitude-Longitude to UTM coordinates as a string.

    Convert Latitude-Longitude to UTM coordinates as a string.

    ll

    the Latitude-Longitude

  3. def latLong2UTMxy(ll: LatitudeLongitude): (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).

    ll

    the Latitude-Longitude

  4. def latLong2UTMzone(ll: LatitudeLongitude): (String, String)

    Convert Latitude-Longitude to UTM coordinate zone.

    Convert Latitude-Longitude to UTM coordinate zone.

    ll

    the Latitude-Longitude