LatLongPair

ostrat.geom.pglobe.LatLongPair
class LatLongPair[A2](val latMilliSecs: Double, val longMilliSecs: Double, val a2: A2) extends PointDbl2Pair[LatLong, A2]

Attributes

Graph
Supertypes
trait PointDbl2Pair[LatLong, A2]
trait PairDbl2Elem[LatLong, A2]
trait PointDblNPair[LatLong, A2]
trait PairDblNElem[LatLong, A2]
trait PointPair[LatLong, A2]
trait PairElem[LatLong, A2]
class Object
trait Matchable
class Any
Show all
Known subtypes
class LocationLL

Members list

Value members

Concrete methods

override def a1: LatLong

The first component of this pair.

The first component of this pair.

Attributes

Definition Classes
override def a1Dbl1: Double

Attributes

Definition Classes
override def a1Dbl2: Double

Attributes

Definition Classes

Concrete fields

val a2: A2

The second component of this pair.

The second component of this pair.

Attributes