| Modifier and Type | Method and Description |
|---|---|
static SunUtil.Twilight |
SunUtil.getTwilight(double sunDistanceRadians)
Return the twilight condition for a point which is a given great circle
distance from the current sub solar point.
|
static SunUtil.Twilight |
SunUtil.getTwilight(com.github.davidmoten.grumpy.core.Position subSolarPoint,
com.github.davidmoten.grumpy.core.Position somePosition) |
static SunUtil.Twilight |
SunUtil.Twilight.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SunUtil.Twilight[] |
SunUtil.Twilight.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2013–2021. All rights reserved.