| Package | Description |
|---|---|
| esa.neliota.archiving | |
| esa.neliota.dataModels | |
| esa.neliota.external | |
| esa.neliota.internal | |
| esa.neliota.utilities |
| Modifier and Type | Method and Description |
|---|---|
static FullDate |
ArcSys.getCurrentDate()
Gets the current date of the system.
|
| Modifier and Type | Field and Description |
|---|---|
FullDate |
EventRecord.eventDate |
| Constructor and Description |
|---|
EventRecord(FullDate date,
FullTime time,
int head,
int tail)
Class constructor, with the necessary information on the first frame that it has been detected.
|
| Modifier and Type | Field and Description |
|---|---|
FullDate |
GpsPeerstats.date |
FullDate |
GpsLoopstats.date |
| Modifier and Type | Field and Description |
|---|---|
FullDate |
SunRiseSetTwilight.date |
FullDate |
ObjectProperties.requestedDate |
| Modifier and Type | Method and Description |
|---|---|
Block |
ObservationPlan.getCurrentBlock(FullDate date,
FullTime time)
Returns the current observation block, whose start and end is before and after the provided date and time, respectively.
|
ObjectProperties |
ObservationPlan.getCurrentMoonPosition(FullDate date,
FullTime time)
Gets the current position of the Moon through interpolation.
|
Block |
ObservationPlan.getNextBlock(FullDate date,
FullTime time,
boolean returnOnlyMoon)
Returns the next observation block, right after the provided date and time.
|
ObjectProperties |
ObservationPlan.getNextMoonPosition(FullDate date,
FullTime time)
Returns the information of the next position of the Moon in the sequence, right after the provided date and time.
|
void |
Block.setEndingPoint(FullDate date,
FullTime time) |
void |
Block.setStartingPoint(FullDate date,
FullTime time) |
| Modifier and Type | Field and Description |
|---|---|
FullDate |
TimePoint.date |
FullDate |
TimeInterval.endDate |
FullDate |
TimeInterval.startDate |
| Modifier and Type | Method and Description |
|---|---|
FullDate |
FullDate.clone()
Returns a copy of the object.
|
static FullDate |
FullDate.convertFromMJD(double mjd) |
FullDate |
FullDate.getNextDay()
Returns a new object that corresponds to the next day.
|
FullDate |
FullDate.getPreviousDay()
Returns a new object that corresponds to the previous day.
|
static FullDate |
FullDate.parseFromCompactStr(java.lang.String str)
Create a FullDate object from a YYYYMMDD string.
|
| Modifier and Type | Method and Description |
|---|---|
int |
FullDate.CompareDates(FullDate d)
Compares this object to another query FullDate object
|
static int |
TimeInterval.compareDateTime(FullDate dateA,
FullTime timeA,
FullDate dateB,
FullTime timeB)
Compares two date & time objects.
|
| Constructor and Description |
|---|
FullDate(FullDate date)
Class copy constructor
|
TimeInterval(FullDate startDate,
FullTime startTime,
FullDate endDate,
FullTime endTime)
Constructor from date and time objects
|
TimePoint(FullDate date,
FullTime time)
Class constructor, from a set of date & time
|