geodetics-0.0.6: Terrestrial coordinate systems and geodetic calculations.

Safe HaskellNone
LanguageHaskell2010

Geodetics.Altitude

Synopsis

Documentation

class HasAltitude a where #

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

Minimum definition: altitude, setAltitude.

Minimal complete definition

altitude, setAltitude

Methods

altitude :: a -> Length Double #

setAltitude :: Length Double -> a -> a #

groundPosition :: a -> a #

Set altitude to zero.