Releases: grumlimited/geocalc
Releases · grumlimited/geocalc
0.6
03 Oct 21:22
Compare
Sorry, something went wrong.
No results found
Breaking changes
Moved EarthCalc methods to sub namespaces
Added lombok
Removed deprecated methods
Removed log4j.properties
0.5.8
29 Oct 21:24
Compare
Sorry, something went wrong.
No results found
Renamed in EarthCalc.EARTH_DIAMETER to EarthCalc.EARTH_RADIUS. Thanks pradeepmurugesan
0.5.7
08 Mar 18:58
Compare
Sorry, something went wrong.
No results found
Bugfix in EarthCalc.gcdDictance 24 . Thanks dusiema
0.5.6
05 Mar 21:17
Compare
Sorry, something went wrong.
No results found
Replaced new BoundingArea(...) with BoundingArea.at
Bugfix in EarthCalc.pointAt. Normalising λ2 so that bearing starts clockwise from north
0.5.5
05 Mar 21:14
Compare
Sorry, something went wrong.
No results found
Renamed getVincentyFinalBearing to vincentyFinalBearing
Updated copyright
0.5.4
25 Feb 00:35
Compare
Sorry, something went wrong.
No results found
added EarthCalc.midPoint(p1, p2)
renamed EarthCalc.pointRadialDistance() to EarthCalc.pointAt(...)
renamed BoundingArea.boundingArea() to BoundingArea.around(...)
removed get...() out of Point and BoundingArea
added maven javadoc plugin
0.5.3
24 Feb 23:36
Compare
Sorry, something went wrong.
No results found
changed constructors to default and private visibility
removed get...() keyword out of EarthCalc methods
EarthCalc.getDistance() is now EarthCalc.gcdDistance()
renamed BoundingArea.isContainedWithin(...) to BoundingArea.contains(...)
0.5.2
24 Feb 00:51
Compare
Sorry, something went wrong.
No results found