Lunar Horizon Event Sequence
Alternative constructor with location as a Pair. Provided as a convenience. See primary constructor for more information
Parameters
Time representing the beginning of the sequence
Pair where the first Double represents the latitude in degrees and the second represents longitude in degrees.
The limit or outer bound of the Sequence see primary constructor for more information.
A List of LunarEvent.HorizonEvent.HorizonEventTypes to calculate event times for.
Whether the sequence should advance in reverse chronological order. By default, this is false
See also
Parameters
Time representing the beginning of the sequence
Latitude of the observer in degrees
Longitude of the observer in degrees
Point at which the sequence will end. If you wish for an infinite sequence simply put Duration.INFINITE for limit. Calculations are done lazily so requesting an infinite sequence is not harmful. Limit only exists to allow certain logical checks such as if you wanted to know if there will be any event in the next hour you could use limit and then check if the resulting sequence is empty. Defaults to 365 days.
A List of LunarEvent.HorizonEvent.HorizonEventTypes to calculate event times for.
Whether the sequence should advance in reverse chronological order. By default, this is false