| Package | Description |
|---|---|
| esa.neliota.detection | |
| esa.neliota.general.DateTimeUtils | |
| esa.neliota.observation |
| Modifier and Type | Field and Description |
|---|---|
FullTime |
EventRecord.eventTime |
| Constructor and Description |
|---|
EventRecord(DetectionAlgorithm algR,
DetectionAlgorithm algI,
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 | Method and Description |
|---|---|
FullTime |
FullTime.clone()
Returns a copy of this object
|
| Modifier and Type | Method and Description |
|---|---|
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)
|
| Modifier and Type | Field and Description |
|---|---|
FullTime |
TimeInterval.endTime |
FullTime |
ObjectProperties.requestedTime |
FullTime |
RiseSetProperties.riseTime |
FullTime |
RiseSetProperties.setTime |
FullTime |
TimeInterval.startTime |
FullTime |
RiseSetProperties.transitTime |
| Modifier and Type | Method and Description |
|---|---|
static FullTime |
ObsSys.getCurrentTime()
Gets the current time of the system.
|
| Constructor and Description |
|---|
TimeInterval(FullDate startDate,
FullTime startTime,
FullDate endDate,
FullTime endTime)
Copy constructor from an existing time interval object
|