public class ApCoef extends Object
| Constructor and Description |
|---|
ApCoef()
Constructor.
|
ApCoef(double[] inAp)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
double[] |
getAp()
Getter for AP.
|
void |
setAp(double[] ap)
Setter for AP.
|
void |
setAp(int position,
int value)
Setter for a specific element of the AP array.
|
public ApCoef()
public ApCoef(double[] inAp)
inAp - magnetic valuespublic double[] getAp()
public void setAp(double[] ap)
ap - the ap to setpublic void setAp(int position,
int value)
position - position in the array.value - new value.Copyright © 2025 CNES. All rights reserved.