| Package | Description |
|---|---|
| esa.neliota.archiving | |
| esa.neliota.external | |
| esa.neliota.internal | |
| esa.neliota.utilities |
| Modifier and Type | Method and Description |
|---|---|
static TimePoint |
ArcSys.getCurrentDateTime()
Gets the current date and time of the system.
|
| Modifier and Type | Method and Description |
|---|---|
int |
DatabaseWorker.insertRecord(java.lang.String name,
TimePoint dateTime,
boolean archived,
int informID,
java.util.ArrayList<java.lang.String[]> additional)
Inserts a new record to the database, with the least required fields and maybe additional ones.
|
| Modifier and Type | Field and Description |
|---|---|
TimePoint |
CameraStatus.timestampZeroPoint |
| Modifier and Type | Method and Description |
|---|---|
TimePoint |
OdStoIF.convertTimestampToDateTime(double timestampFreq,
TimePoint timestampZeroPoint,
long timestampZero)
Converts the timestamp from the header into a TimePoint object (date/time).
|
| Modifier and Type | Method and Description |
|---|---|
TimePoint |
OdStoIF.convertTimestampToDateTime(double timestampFreq,
TimePoint timestampZeroPoint,
long timestampZero)
Converts the timestamp from the header into a TimePoint object (date/time).
|
| Modifier and Type | Method and Description |
|---|---|
TimePoint |
Block.getEndingPoint() |
TimePoint |
Block.getStartingPoint() |
| Modifier and Type | Method and Description |
|---|---|
void |
Block.setEndingPoint(TimePoint timePoint) |
void |
Block.setStartingPoint(TimePoint timePoint) |
| Modifier and Type | Field and Description |
|---|---|
TimePoint |
TwilightTimePoints.astronomicalTwilightEnd |
TimePoint |
TwilightTimePoints.astronomicalTwilightStart |
TimePoint |
TwilightTimePoints.civilTwilightEnd |
TimePoint |
TwilightTimePoints.civilTwilightStart |
TimePoint |
TwilightTimePoints.nauticalTwilightEnd |
TimePoint |
TwilightTimePoints.nauticalTwilightStart |
TimePoint |
TwilightTimePoints.sunrise |
TimePoint |
TwilightTimePoints.sunset |
| Modifier and Type | Method and Description |
|---|---|
TimePoint |
TimeInterval.getEndPoint() |
TimePoint |
TimeInterval.getStartPoint() |
static TimePoint |
TimePoint.parseFitsDateTime(java.lang.String fitsDateTime)
Class constructor, from a string in YYYYMMDD"T"HHMMSS.SS"UT" format
|
| Modifier and Type | Method and Description |
|---|---|
static int |
TimePoint.compareTimePoints(TimePoint a,
TimePoint b)
Compares two date & time objects.
|
| Constructor and Description |
|---|
TimeInterval(TimePoint start,
TimePoint end)
Constructor from time points
|
TimePoint(TimePoint timePoint)
Class copy constructor
|