Uses of Class
org.orekit.forces.gravity.potential.OceanTidesWave
-
Packages that use OceanTidesWave Package Description org.orekit.forces.gravity.potential This package provides classes to read gravity field files and supports several different formats. -
-
Uses of OceanTidesWave in org.orekit.forces.gravity.potential
Methods in org.orekit.forces.gravity.potential that return types with arguments of type OceanTidesWave Modifier and Type Method Description static List<OceanTidesWave>
GravityFieldFactory. getOceanTidesWaves(int degree, int order)
Get the ocean tides waves from the first supported file.List<OceanTidesWave>
GravityFields. getOceanTidesWaves(int degree, int order)
Get the ocean tides waves.List<OceanTidesWave>
LazyLoadedGravityFields. getOceanTidesWaves(int degree, int order)
Get the ocean tides waves.List<OceanTidesWave>
OceanTidesReader. getWaves()
Get the loaded waves.
-