| Package | Description |
|---|---|
| esa.neliota.internal | |
| esa.neliota.utilities |
| Modifier and Type | Method and Description |
|---|---|
ObjectProperties |
ObservationPlan.getCurrentMoonPosition(FullDate date,
FullTime time)
Gets the current position of the Moon through interpolation.
|
ObjectProperties |
ObservationPlan.getMoonPositionEnd()
Gets the position coordinates and properties of the Moon at the last observable position
|
ObjectProperties |
ObservationPlan.getMoonPositionStart()
Gets the position coordinates and properties of the Moon at the first observable position
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<ObjectProperties> |
ObservationPlan.getObservableMoonPositions()
Gets the entire list of the moon allPositions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BlockMoon.setMoonPosition(ObjectProperties pos) |
| Modifier and Type | Method and Description |
|---|---|
void |
ObservationPlan.addMoonObservablePositions(java.util.ArrayList<ObjectProperties> moonPositions) |
| Constructor and Description |
|---|
ObjectProperties(ObjectProperties props)
Class copy constructor
|
| Modifier and Type | Field and Description |
|---|---|
ObjectProperties |
StandardStar.positionProperties |