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
Synopsis
- 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.
Instances
Ellipsoid e => Show (GridStereo e) Source # | |
Defined in Geodetics.Stereographic showsPrec :: Int -> GridStereo e -> ShowS # show :: GridStereo e -> String # showList :: [GridStereo e] -> ShowS # | |
Ellipsoid e => GridClass (GridStereo e) e Source # | |
Defined in Geodetics.Stereographic fromGrid :: GridPoint (GridStereo e) -> Geodetic e Source # toGrid :: GridStereo e -> Geodetic e -> GridPoint (GridStereo e) Source # gridEllipsoid :: 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.