Packages

object UTM

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UTM
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def getZone(lon: Double, lat: Double): Either[Int, Int]

    Gets a UTM zone based on a LatLn coordinate.

    Gets a UTM zone based on a LatLn coordinate.

    returns

    Left(zone) if the zone is North and Right(zone) if the zone is right

  2. def getZoneCrs(lon: Double, lat: Double): CRS

    Retrieves a CRS for the UTM zone that contains the LatLng point

  3. def inValidZone(lat: Double): Boolean