Releases: grumlimited/geocalc
Releases · grumlimited/geocalc
0.6
Breaking changes
- Moved EarthCalc methods to sub namespaces
- Added lombok
- Removed deprecated methods
- Removed log4j.properties
0.5.8
Renamed in EarthCalc.EARTH_DIAMETER
to EarthCalc.EARTH_RADIUS
. Thanks pradeepmurugesan
0.5.7
- Bugfix in
EarthCalc.gcdDictance
24. Thanks dusiema
0.5.6
- Replaced
new BoundingArea(...)
with BoundingArea.at
- Bugfix in
EarthCalc.pointAt
. Normalising λ2
so that bearing starts clockwise from north
0.5.5
- Renamed
getVincentyFinalBearing
to vincentyFinalBearing
- Updated copyright
0.5.4
- 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
- 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(...)