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