SolarEventType

sealed interface SolarEventType

Types of SolarEvents that can be requested in a SolarEventSequence

Inheritors

Types

Link copied to clipboard
sealed interface Angle : SolarEventType

a type representing a Solar Angle. A solar angle is essentially a position of the sun in the sky in terms of the angle of altitude. Since the sun rises and falls many solar angles have two potential meanings either their dusk or dawn version. Those types are represented below.

Link copied to clipboard
object Companion
Link copied to clipboard
sealed interface Culmination : SolarEventType

Minimum or Maximum solar angle events. Includes SolarEvent.Noon and SolarEvent.Nadir

Link copied to clipboard

A solar angle observed from a particular point on the earth's surface. Furthermore, this type of solar angle can specify the angularPosition which describes which part of the sun this angle is representing.