DecimalDegrees

final case class DecimalDegrees(dd: Double) extends AnyVal with Ordered[DecimalDegrees]

Decimal degrees.

Decimal degrees.

Value Params
dd

decimal degrees

Companion
object
trait Serializable
trait Product
trait Equals
trait Ordered[DecimalDegrees]
trait Comparable[DecimalDegrees]
class Object
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def !=(other: DecimalDegrees): Boolean
def !=(other: Dms): Boolean
def +(other: Dms): DecimalDegrees
def -(other: Dms): DecimalDegrees
def ==(other: DecimalDegrees): Boolean
def ==(other: Dms): Boolean
def absDiff(other: DecimalDegrees): Double
override def compare(that: DecimalDegrees): Int
Definition Classes
Ordered
def dms: Dms
def isNegative: Boolean
override def toString: String
Definition Classes
Any

Inherited methods

def <(that: DecimalDegrees): Boolean
Inherited from
Ordered
def <=(that: DecimalDegrees): Boolean
Inherited from
Ordered
def >(that: DecimalDegrees): Boolean
Inherited from
Ordered
def >=(that: DecimalDegrees): Boolean
Inherited from
Ordered
def compareTo(that: DecimalDegrees): Int
Inherited from
Ordered
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product