DecimalDegrees

com.malliina.measure.DecimalDegrees
See theDecimalDegrees companion object
final case class DecimalDegrees(dd: Double) extends AnyVal, Ordered[DecimalDegrees]

Decimal degrees.

Value parameters

dd

decimal degrees

Attributes

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

Members list

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

Attributes

Definition Classes
Ordered
def dms: Dms
def isNegative: Boolean
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Inherited methods

def <(that: DecimalDegrees): Boolean

Attributes

Inherited from:
Ordered
def <=(that: DecimalDegrees): Boolean

Attributes

Inherited from:
Ordered
def >(that: DecimalDegrees): Boolean

Attributes

Inherited from:
Ordered
def >=(that: DecimalDegrees): Boolean

Attributes

Inherited from:
Ordered
def compareTo(that: DecimalDegrees): Int

Attributes

Inherited from:
Ordered
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product