LatLongBase

ostrat.geom.pglobe.LatLongBase

The purpose of this trait is to provide super trait for surface positions on all Spheroids.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class LatLong
class GLatLong

Members list

Concise view

Value members

Concrete methods

final def lat: Latitude
final def latCos: Double

The cosine of the latitude, where North is a positive latitude.

The cosine of the latitude, where North is a positive latitude.

Attributes

final def latDegs: Double
final def latMins: Double
final def latRadians: Double
final def latSecs: Double
final def latSine: Double

The sine of the latitude, where North is a positive latitude.

The sine of the latitude, where North is a positive latitude.

Attributes

final def long: Longitude
final def longCos: Double

The cosine of the longitude, where East is a positive longitude.

The cosine of the longitude, where East is a positive longitude.

Attributes

final def longDegs: Double
final def longMins: Double
final def longRadians: Double
final def longSecs: Double
final def longSine: Double

The sine of the longitude, where East is a positive longitude.

The sine of the longitude, where East is a positive longitude.

Attributes

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