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