Longitude

ostrat.geom.pglobe.Longitude$
See theLongitude companion class
object Longitude

Companion object of the Longitude class.

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def degs(degsValue: Double): Longitude

Factory method for creating Longitude from the value defined in degrees. A positive value creates a western value, a negative value creates an eastern value. Values beyond 180 degrees East and from 180 degrees West loop around.

Factory method for creating Longitude from the value defined in degrees. A positive value creates a western value, a negative value creates an eastern value. Values beyond 180 degrees East and from 180 degrees West loop around.

Attributes

def milliSecs(milliSecondsValue: Double): Longitude

Factory method for creating Longitude from the value defined in one thousands of a second of a degree. A positive value creates a western value, a negative value creates an eastern value. Values beyond 180 degrees East and from 180 degrees West loop around.

Factory method for creating Longitude from the value defined in one thousands of a second of a degree. A positive value creates a western value, a negative value creates an eastern value. Values beyond 180 degrees East and from 180 degrees West loop around.

Attributes

def radians(radiansValue: Double): Longitude

Factory method for creating Longitude from the value defined in radians. A positive value creates a western value, a negative value creates an eastern value. Values beyond 180 degrees East and from 180 degrees West loop around.

Factory method for creating Longitude from the value defined in radians. A positive value creates a western value, a negative value creates an eastern value. Values beyond 180 degrees East and from 180 degrees West loop around.

Attributes

def secs(secondsValue: Double): Longitude

Factory method for creating Longitude from the value defined in seconds of a degree. A positive value creates a western value, a negative value creates an eastern value. Values beyond 180 degrees East and from 180 degrees West loop around.

Factory method for creating Longitude from the value defined in seconds of a degree. A positive value creates a western value, a negative value creates an eastern value. Values beyond 180 degrees East and from 180 degrees West loop around.

Attributes

Implicits