LatLong

ostrat.geom.pglobe.LatLong$
See theLatLong companion class
object LatLong

Companion object for the LatLong class. Contains factory methods for the creation of LatLong s.

Attributes

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

Members list

Concise view

Value members

Concrete methods

def apply(lat: Latitude, long: Longitude): LatLong

Factory apply method for LatLong, creates LatLong from a Latitude and a Longitude.

Factory apply method for LatLong, creates LatLong from a Latitude and a Longitude.

Attributes

def degs(lat: Double, long: Double): LatLong

Factory method for LatLong, creates LatLong from the Double values for the Latitude and Longitude in degrees, where southern and western values are negative.

Factory method for LatLong, creates LatLong from the Double values for the Latitude and Longitude in degrees, where southern and western values are negative.

Attributes

def milliSecs(lat: Double, long: Double): LatLong

Factory method for LatLong, creates LatLong from the Double values for the Latitude and Longitude in thousands of an arc second of a degree, where southern and western values are negative.

Factory method for LatLong, creates LatLong from the Double values for the Latitude and Longitude in thousands of an arc second of a degree, where southern and western values are negative.

Attributes

def radians(latRadians: Double, longRadians: Double): LatLong

Factory method for LatLong, creates LatLong from the Double values for the Latitude and Longitude in radians, where southern and western values are negative.

Factory method for LatLong, creates LatLong from the Double values for the Latitude and Longitude in radians, where southern and western values are negative.

Attributes

def secs(lat: Double, long: Double): LatLong

Factory method for LatLong, creates LatLong from the Double values for the Latitude and Longitude in arc seconds of a degree, where southern and western values are negative.

Factory method for LatLong, creates LatLong from the Double values for the Latitude and Longitude in arc seconds of a degree, where southern and western values are negative.

Attributes