Package | Description |
---|---|
fr.cnes.sirius.patrius.forces.gravity.tides |
Modifier and Type | Method and Description |
---|---|
TidesStandards.TidesStandard |
OceanTidesDataProvider.getStandard() |
TidesStandards.TidesStandard |
TerrestrialTidesDataProvider.getStandard() |
TidesStandards.TidesStandard |
ITerrestrialTidesDataProvider.getStandard() |
TidesStandards.TidesStandard |
IOceanTidesDataProvider.getStandard()
Get the ocean tides standard
|
static TidesStandards.TidesStandard |
TidesStandards.TidesStandard.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TidesStandards.TidesStandard[] |
TidesStandards.TidesStandard.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static double[][] |
TidesToolbox.computeFundamentalArguments(AbsoluteDate date,
TidesStandards.TidesStandard standard)
Method to compute the Doodson fundamental arguments.
|
static double[][] |
TidesToolbox.computeNutationArguments(double jd,
TidesStandards.TidesStandard standard)
Method to compute the fundamental arguments from the luni-solar nutation theory.
|
Constructor and Description |
---|
OceanTidesDataProvider(OceanTidesCoefficientsProvider coefficientsProvider,
TidesStandards.TidesStandard tideStandard)
Simple constructor.
|
TerrestrialTidesDataProvider(TidesStandards.TidesStandard tideStandard)
Simple constructor.
|
Copyright © 2017 CNES. All rights reserved.