public final class OceanTidesCoefficientsSet extends Object
getCoefficientProvider
method. Indeed, the OceanTidesCoefficientsFactory
will determine the best reader to
use, depending on file available in the file system.Constructor and Description |
---|
OceanTidesCoefficientsSet(double nDoodson,
int degree,
int order,
double cslmp,
double cclmp,
double cslmm,
double cclmm,
double clmp,
double elmp,
double clmm,
double elmm)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
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() |
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 filenDoodson
- doodson numberdegree
- degreeorder
- ordercslmp
- Csinlm+cclmp
- Ccoslm+cslmm
- Csinlm-cclmm
- Ccoslm-clmp
- Clm+elmp
- εlm+clmm
- Clm-elmm
- εlm-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
- orderCopyright © 2021 CNES. All rights reserved.