public interface GPCentralBodyRadius
| Modifier and Type | Field and Description |
|---|---|
static double |
DEFAULT_EARTH_EQ_RADIUS
Default central body equatorial radius.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getCentralBodyEqRadius()
Getter for the central body equatorial radius from the widget.
|
void |
recomputeParams()
Method to recalculate the orbital parameters when the central body equatorial radius has changed.
|
void |
setCentralBodyEqRadius(double centralBodyEqRadius)
Setter for the central body equatorial radius in the widget.
|
static final double DEFAULT_EARTH_EQ_RADIUS
double getCentralBodyEqRadius()
void setCentralBodyEqRadius(double centralBodyEqRadius)
throws fr.cnes.genius.exception.GArithmeticException
centralBodyEqRadius - the central body equatorial radius to be set to the widget.fr.cnes.genius.exception.GArithmeticException - if centralBodyEqRadius is NaN.void recomputeParams()
throws GPOrbitException
GPOrbitException - in case of problem when recalculating the parameters.Copyright © 2025. All rights reserved.