Interface TideSystemProvider
-
- All Known Subinterfaces:
NormalizedSphericalHarmonicsProvider,RawSphericalHarmonicsProvider,SphericalHarmonicsProvider,UnnormalizedSphericalHarmonicsProvider
- All Known Implementing Classes:
CachedNormalizedSphericalHarmonicsProvider,HolmesFeatherstoneAttractionModel
public interface TideSystemProviderInterface used to providetide systems.- Since:
- 6.0
- Author:
- Luc Maisonobe
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TideSystemgetTideSystem()Get theTideSystemused in the gravity field.
-
-
-
Method Detail
-
getTideSystem
TideSystem getTideSystem()
Get theTideSystemused in the gravity field.- Returns:
- tide system used in the gravity field
-
-