|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectigeo.ISun.SearchBuffer
public static class ISun.SearchBuffer
Field Summary | |
---|---|
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 Summary | |
---|---|
ISun.SearchBuffer(ISun sun,
int year,
int month,
int day,
boolean daylightSavingTime)
|
|
ISun.SearchBuffer(ISun sun,
int year,
int month,
int day,
boolean daylightSavingTime,
int sampleNumber)
|
Method Summary | |
---|---|
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)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public double[] altitudes
public double[] azimuths
int year
int month
int day
boolean daylightSavingTime
public int sampleNumber
public ISun sun
Constructor Detail |
---|
public ISun.SearchBuffer(ISun sun, int year, int month, int day, boolean daylightSavingTime, int sampleNumber)
public ISun.SearchBuffer(ISun sun, int year, int month, int day, boolean daylightSavingTime)
Method Detail |
---|
public double azimuth(int i)
public double altitude(int i)
public double hourAt(double azimuth)
public double hourAt(IVec azimuthDir, IVec northDir)
public void calc()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |