mikereedell / sunrisesunsetlib-java

Library for computing the sunrise/sunset from GPS coordinates and a date, in Java.
http://mikereedell.github.com/sunrisesunsetlib-java/
Apache License 2.0
299 stars 69 forks source link

Introduce BMNT and EENT getters #27

Open ghost opened 7 years ago

ghost commented 7 years ago

In a military context, BMNT and EENT are used; Begin Morning Nautical Twilight (i.e., Nautical Dawn) and End Morning Nautical Twilight (i.e., Nautical Dusk).

Even though this would be a slight duplicate/split of SunriseSunset.getNauticalTwilight(), consider adding the following two methods, as a military context application would probably only use one or the other method per situation:

.getBmnt(); .getEent();