geodetics-1.1.0: Terrestrial coordinate systems and geodetic calculations.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Geodetics.Altitude

Synopsis

Documentation

class HasAltitude a where Source #

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 -> Double Source #

setAltitude :: Double -> a -> a Source #

groundPosition :: a -> a Source #

Set altitude to zero.

Instances

Instances details
Ellipsoid e => HasAltitude (Geodetic e) Source # 
Instance details

Defined in Geodetics.Geodetic

HasAltitude (GridPoint g) Source # 
Instance details

Defined in Geodetics.Grid