public final class PSA extends Object
| Modifier and Type | Method and Description |
|---|---|
static AzimuthZenithAngle |
calculateSolarPosition(GregorianCalendar date,
double latitude,
double longitude)
Deprecated.
Calculate sun position for a given time and location.
|
public static AzimuthZenithAngle calculateSolarPosition(GregorianCalendar date, double latitude, double longitude)
date - Note that it's unclear how well the algorithm performs before the year 1990 or after the year 2015.latitude - in degrees (positive east of Greenwich)longitude - in degrees (positive north of equator)Copyright © 2023. All rights reserved.