| Package | Description |
|---|---|
| esa.neliota.detection | |
| esa.neliota.general.DateTimeUtils | |
| esa.neliota.observation |
| Modifier and Type | Field and Description |
|---|---|
FullDate |
EventRecord.eventDate |
| 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 |
|---|---|
FullDate |
FullDate.clone()
Returns a copy of the object.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
int |
FullDate.CompareDates(FullDate d)
Compares this object to another query FullDate object
|
| Modifier and Type | Field and Description |
|---|---|
FullDate |
TimeInterval.endDate |
FullDate |
ObjectProperties.requestedDate |
FullDate |
TimeInterval.startDate |
| Modifier and Type | Method and Description |
|---|---|
static FullDate |
ObsSys.getCurrentDate()
Gets the current date of the system.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Planner.Plan(FullDate date)
Creates an observation plan for the specified date.
|
| Constructor and Description |
|---|
TimeInterval(FullDate startDate,
FullTime startTime,
FullDate endDate,
FullTime endTime)
Copy constructor from an existing time interval object
|