geodetics-0.0.2: Terrestrial coordinate systems and associated calculations.

Safe HaskellNone

Geodetics.Altitude

Synopsis

Documentation

class HasAltitude a whereSource

All geographical coordinate systems need the concept of altitude above a reference point, usually associated with local sea level.

Minimum definition: altitude, setAltitude.

Methods

altitude :: a -> Length DoubleSource

setAltitude :: Length Double -> a -> aSource

groundPosition :: a -> aSource

Set altitude to zero.