|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.orekit.forces.gravity.tides.coefficients.OceanTidesCoefficientsSet
public final class OceanTidesCoefficientsSet
Represents a line from the ocean tides data file.
The proper way to use this it to call the getCoefficientProvider
method. Indeed, the OceanTidesCoefficientsFactory
will determine the best reader to
use, depending on file available in the file system.
Constructor Summary | |
---|---|
OceanTidesCoefficientsSet(double nDoodson,
int degree,
int order,
double cslmp,
double cclmp,
double cslmm,
double cclmm,
double clmp,
double elmp,
double clmm,
double elmm)
Constructor. |
Method Summary | |
---|---|
double |
code()
Get a hashcode for this set. |
static double |
computeCode(double doodson,
int l,
int m)
Computes code of data set. |
double |
getCcm()
|
double |
getCcp()
|
double |
getCm()
|
double |
getCp()
|
double |
getCsm()
|
double |
getCsp()
|
int |
getDegree()
|
double |
getDoodson()
|
double |
getEm()
|
double |
getEp()
|
int |
getOrder()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OceanTidesCoefficientsSet(double nDoodson, int degree, int order, double cslmp, double cclmp, double cslmm, double cclmm, double clmp, double elmp, double clmm, double elmm)
OceanTidesCoefficientsSet
from line of file
nDoodson
- doodson numberdegree
- degreeorder
- ordercslmp
- Csinlm+cclmp
- Ccoslm+cslmm
- Csinlm-cclmm
- Ccoslm-clmp
- Clm+elmp
- εlm+clmm
- Clm-elmm
- εlm-Method Detail |
---|
public double getDoodson()
public int getDegree()
public int getOrder()
public double getCcp()
public double getCcm()
public double getCsp()
public double getCsm()
public double getCp()
public double getCm()
public double getEp()
public double getEm()
public double code()
public static double computeCode(double doodson, int l, int m)
Integer
to a OceanTidesCoefficientsSet
depending
on Doodson number, degree and order.
doodson
- doodson numberl
- degreem
- order
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |