Skip to content

Releases: grumlimited/geocalc

0.6

03 Oct 21:22
d36ed7d

Choose a tag to compare

Breaking changes

  • Moved EarthCalc methods to sub namespaces
  • Added lombok
  • Removed deprecated methods
  • Removed log4j.properties

0.5.8

29 Oct 21:24

Choose a tag to compare

Renamed in EarthCalc.EARTH_DIAMETER to EarthCalc.EARTH_RADIUS. Thanks pradeepmurugesan

0.5.7

08 Mar 18:58

Choose a tag to compare

  • Bugfix in EarthCalc.gcdDictance 24. Thanks dusiema

0.5.6

05 Mar 21:17
c34a78c

Choose a tag to compare

  • 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

Choose a tag to compare

  • Renamed getVincentyFinalBearing to vincentyFinalBearing
  • Updated copyright

0.5.4

25 Feb 00:35
2f698b4

Choose a tag to compare

  • 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
ec9719b

Choose a tag to compare

  • 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

Choose a tag to compare

v0.5.2