| Package | Description |
|---|---|
| esa.neliota.archiving | |
| esa.neliota.dataModels | |
| esa.neliota.external | |
| esa.neliota.internal | |
| esa.neliota.utilities |
| Modifier and Type | Method and Description |
|---|---|
static FullTime |
ArcSys.getCurrentTime()
Gets the current time of the system.
|
| Modifier and Type | Field and Description |
|---|---|
FullTime |
EventRecord.eventTime |
| 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 |
|---|---|
FullTime |
GpsPeerstats.time |
FullTime |
GpsLoopstats.time |
| Modifier and Type | Field and Description |
|---|---|
FullTime |
SunRiseSetTwilight.astronomicalTwilightEnd |
FullTime |
SunRiseSetTwilight.astronomicalTwilightStart |
FullTime |
SunRiseSetTwilight.civilTwilightEnd |
FullTime |
SunRiseSetTwilight.civilTwilightStart |
FullTime |
SunRiseSetTwilight.nauticalTwilightEnd |
FullTime |
SunRiseSetTwilight.nauticalTwilightStart |
FullTime |
ObjectProperties.requestedTime |
FullTime |
SunRiseSetTwilight.riseTime |
FullTime |
RiseSetProperties.riseTime |
FullTime |
SunRiseSetTwilight.setTime |
FullTime |
RiseSetProperties.setTime |
FullTime |
SunRiseSetTwilight.transitTime |
FullTime |
RiseSetProperties.transitTime |
| 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 |
|---|---|
FullTime |
TimeInterval.endTime |
FullTime |
TimeInterval.startTime |
FullTime |
TimePoint.time |
| Modifier and Type | Method and Description |
|---|---|
FullTime |
FullTime.clone()
Returns a copy of this object
|
| Modifier and Type | Method and Description |
|---|---|
static int |
TimeInterval.compareDateTime(FullDate dateA,
FullTime timeA,
FullDate dateB,
FullTime timeB)
Compares two date & time objects.
|
int |
FullTime.CompareTimes(FullTime t)
Compares this time object to another query time object (supposed they are on the same day).
|
int |
FullTime.timeDifference(FullTime t)
Returns the difference of this time object to another query time object in milliseconds (may be positive or negative)
|
| Constructor and Description |
|---|
FullTime(FullTime time)
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
|