Package | Description |
---|---|
org.orekit.forces.gravity.potential |
This package provides classes to read gravity field files and supports several
different formats.
|
Modifier and Type | Method and Description |
---|---|
List<OceanTidesWave> |
LazyLoadedGravityFields.getOceanTidesWaves(int degree,
int order)
Get the ocean tides waves.
|
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> |
OceanTidesReader.getWaves()
Get the loaded waves.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.