1GIS::Distance::ALT(3pm)User Contributed Perl DocumentatioGnIS::Distance::ALT(3pm)
2
3
4
6 GIS::Distance::ALT - Andoyer-Lambert-Thomas distance calculations.
7
9 The ALT formula is intended as a much faster, but slightly less
10 accurate, alternative of the GIS::Distance::Vincenty formula. This
11 formulas is about 5x faster than Vincenty.
12
13 The code for this formula was taken from Geo::Distance::XS and modified
14 to fit.
15
16 A faster (XS) version of this formula is available as
17 GIS::Distance::Fast::ALT.
18
19 Normally this module is not used directly. Instead GIS::Distance is
20 used which in turn interfaces with the various formula classes.
21
23 See "SUPPORT" in GIS::Distance.
24
26 See "AUTHORS" in GIS::Distance.
27
29 See "COPYRIGHT AND LICENSE" in GIS::Distance.
30
31
32
33perl v5.30.1 2020-01-30 GIS::Distance::ALT(3pm)