Safe Haskell | None |
---|---|
Language | Haskell2010 |
- data GridTM e
- mkGridTM :: Ellipsoid e => Geodetic e -> GridOffset -> Dimensionless Double -> GridTM e
Documentation
A Transverse Mercator projection gives an approximate mapping of the ellipsoid on to a 2-D grid. It models a sheet curved around the ellipsoid so that it touches it at one north-south line (hence making it part of a slightly elliptical cylinder).
:: Ellipsoid e | |
=> Geodetic e | True origin. |
-> GridOffset | Vector from true origin to false origin. |
-> Dimensionless Double | Scale factor. |
-> GridTM e |
Create a Transverse Mercator grid.