Uses of Class
org.shredzone.commons.suncalc.util.JulianDate
Packages that use JulianDate
Package
Description
This package contains internal utility methods.
-
Uses of JulianDate in org.shredzone.commons.suncalc.util
Methods in org.shredzone.commons.suncalc.util that return JulianDateModifier and TypeMethodDescriptionJulianDate.atHour(double hour) Returns aJulianDateof the current date and the given hour.JulianDate.atJulianCentury(double jc) Returns aJulianDateof the given Julian century.JulianDate.atModifiedJulianDate(double mjd) Returns aJulianDateof the given modified Julian date.BaseBuilder.getJulianDate()Returns theJulianDateto be used.Methods in org.shredzone.commons.suncalc.util with parameters of type JulianDateModifier and TypeMethodDescriptionstatic MatrixExtendedMath.equatorialToEcliptical(JulianDate t) Creates a rotationalMatrixfor converting equatorial to ecliptical coordinates.static VectorMoon.position(JulianDate date) Calculates the geocentric position of the moon.static VectorSun.position(JulianDate date) Calculates the geocentric position of the sun.static VectorMoon.positionEquatorial(JulianDate date) Calculates the equatorial position of the moon.static VectorSun.positionEquatorial(JulianDate date) Calculates the equatorial position of the sun.static VectorMoon.positionHorizontal(JulianDate date, double lat, double lng) Calculates the horizontal position of the moon.static VectorSun.positionHorizontal(JulianDate date, double lat, double lng) Calculates the horizontal position of the sun.