public class Solar extends Object
| Modifier and Type | Field and Description |
|---|---|
static double |
LN_SOLAR_STANDART_HORIZON |
| Constructor and Description |
|---|
Solar() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ln_get_solar_ecl_coords(double JD,
LnLnlatPosn position)
void ln_get_solar_ecl_coords(double JD, LnLnlatPosn position) \param JD
Julian day \param position Pointer to store calculated solar position.
|
static void |
ln_get_solar_equ_coords(double JD,
LnEquPosn position)
void ln_get_solar_equ_coords(double JD, LnEquPosn position) \param JD
Julian day \param position Pointer to store calculated solar position.
|
static void |
ln_get_solar_geo_coords(double JD,
LnRectPosn position)
void ln_get_solar_geo_coords(double JD, LnRectPosn position) \param JD
Julian day \param position Pointer to store calculated solar position.
|
static void |
ln_get_solar_geom_coords(double JD,
LnHelioPosn position)
void ln_get_solar_geom_coords(double JD, LnHelioPosn position) \param JD
Julian day \param position Pointer to store calculated solar position.
|
static int |
ln_get_solar_rst_horizon(double JD,
LnLnlatPosn observer,
double horizon,
LnRstTime rst) |
static int |
ln_get_solar_rst(double JD,
LnLnlatPosn observer,
LnRstTime rst)
double ln_get_solar_rst(double JD, LnLnlatPosn observer, LnRstTime rst);
Calls get_solar_rst_horizon with horizon set to
LN_SOLAR_STANDART_HORIZON.
|
static double |
ln_get_solar_sdiam(double JD)
double ln_get_solar_sdiam(double JD) \param JD Julian day \return
Semidiameter in arc seconds
Calculate the semidiameter of the Sun in arc seconds for the given julian
day.
|
public static final double LN_SOLAR_STANDART_HORIZON
public static void ln_get_solar_geom_coords(double JD,
LnHelioPosn position)
public static void ln_get_solar_equ_coords(double JD,
LnEquPosn position)
public static void ln_get_solar_ecl_coords(double JD,
LnLnlatPosn position)
public static void ln_get_solar_geo_coords(double JD,
LnRectPosn position)
public static int ln_get_solar_rst_horizon(double JD,
LnLnlatPosn observer,
double horizon,
LnRstTime rst)
public static int ln_get_solar_rst(double JD,
LnLnlatPosn observer,
LnRstTime rst)
public static double ln_get_solar_sdiam(double JD)
Copyright © 2019. All rights reserved.