|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OceanTidesCoefficientsProvider
Interface for ocean tides coefficients provider.
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.
| Method Summary | |
|---|---|
double[] |
getCpmEpm(double nDoodson,
int l,
int m)
Get the Clm± and εlm± for given wave |
double[] |
getCpmSpm(double nDoodson,
int l,
int m)
Get the Clm± and Slm± for given wave |
double[] |
getDoodsonNumbers()
Get available Doodson numbers |
int |
getMaxDegree(double doodson,
int order)
Get maximum degree for given wave and order |
int |
getMaxOrder(double doodson)
Get maximum order for given wave |
int |
getMinDegree(double doodson,
int order)
Get min degree for given wave and order |
| Method Detail |
|---|
double[] getCpmSpm(double nDoodson,
int l,
int m)
nDoodson - doodson numberl - orderm - degree
double[] getCpmEpm(double nDoodson,
int l,
int m)
nDoodson - doodson number doodson numberl - orderm - degree
double[] getDoodsonNumbers()
int getMaxDegree(double doodson,
int order)
doodson - numberorder - of wave
int getMinDegree(double doodson,
int order)
doodson - numberorder - of wave
int getMaxOrder(double doodson)
doodson - number
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||