LLTransExtensions

ostrat.geom.pglobe.`package`.LLTransExtensions
implicit class LLTransExtensions[T](val thisT: T)(implicit ev: LLTrans[T])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def addLong(longDelta: Longitude): T

Add Longitude, translate to the east extension method.

Add Longitude, translate to the east extension method.

Attributes

def subLong(longDelta: Longitude): T

Subtract Longitude, translate to the west extension method.

Subtract Longitude, translate to the west extension method.

Attributes

Concrete fields

val thisT: T