Safe Haskell | None |
---|---|
Language | Haskell2010 |
The following is based on equations in Section 1.4.7.1 in OGP Surveying and Positioning Guidance Note number 7, part 2 – August 2006 http://ftp.stu.edu.tw/BSD/NetBSD/pkgsrc/distfiles/epsg-6.11/G7-2.pdf
- data GridStereo e
- mkGridStereo :: Ellipsoid e => Geodetic e -> GridOffset -> Dimensionless Double -> GridStereo e
Documentation
data GridStereo e Source #
A stereographic projection with its origin at an arbitrary point on Earth, other than the poles.
Ellipsoid e => Show (GridStereo e) Source # | |
Ellipsoid e => GridClass (GridStereo e) e Source # | |
mkGridStereo :: Ellipsoid e => Geodetic e -> GridOffset -> Dimensionless Double -> GridStereo e Source #
Create a stereographic projection. The tangency point must not be one of the poles.