public static class ISun.SearchBuffer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
double[] |
altitudes |
double[] |
azimuths |
(package private) int |
day |
(package private) boolean |
daylightSavingTime |
(package private) int |
month |
int |
sampleNumber
sample number per a day
|
ISun |
sun |
(package private) int |
year |
Constructor and Description |
---|
SearchBuffer(ISun sun,
int year,
int month,
int day,
boolean daylightSavingTime) |
SearchBuffer(ISun sun,
int year,
int month,
int day,
boolean daylightSavingTime,
int sampleNumber) |
Modifier and Type | Method and Description |
---|---|
double |
altitude(int i) |
double |
azimuth(int i) |
void |
calc() |
double |
hourAt(double azimuth)
search date (hour) when azimuth is specified
|
double |
hourAt(IVec azimuthDir,
IVec northDir) |
public double[] altitudes
public double[] azimuths
int year
int month
int day
boolean daylightSavingTime
public int sampleNumber
public ISun sun