Package org.orekit.gnss.attitude
Interface GNSSAttitudeProvider
- All Superinterfaces:
AttitudeProvider,AttitudeRotationModel,EventDetectorsProvider,ParameterDriversProvider
- All Known Implementing Classes:
BeidouGeo,BeidouIGSO,BeidouMeo,Galileo,GenericGNSS,Glonass,GPSBlockIIA,GPSBlockIIF,GPSBlockIIR
Attitude providers for navigation satellites.
The attitude mode is compliant with IGS conventions for spacecraft frame, i.e. the +Z axis is towards Earth and the +X axis is in the Sun direction. This may be different from some manufacturers conventions, for example for GPS blocks IIR/IIRM whose X axis convention is opposite.
- Since:
- 9.2
- Author:
- Luc Maisonobe
-
Field Summary
Fields inherited from interface org.orekit.propagation.events.EventDetectorsProvider
DATATION_ACCURACY -
Method Summary
Modifier and TypeMethodDescriptionGet end of validity for this provider.Get start of validity for this provider.Methods inherited from interface org.orekit.attitudes.AttitudeProvider
getAttitude, getAttitude, getAttitudeRotation, getAttitudeRotation, getAttitudeRotation, getAttitudeRotation, getEventDetectors, getFieldEventDetectors, getParametersDriversMethods inherited from interface org.orekit.propagation.events.EventDetectorsProvider
getDateDetector, getEventDetectors, getFieldDateDetector, getFieldEventDetectorsMethods inherited from interface org.orekit.utils.ParameterDriversProvider
getNbParametersDriversValue, getParameterDriver, getParameters, getParameters, getParameters, getParameters, getParametersAllValues, getParametersAllValues, isSupported
-
Method Details
-
validityStart
AbsoluteDate validityStart()Get start of validity for this provider.- Returns:
- start of validity for this provider
-
validityEnd
AbsoluteDate validityEnd()Get end of validity for this provider.- Returns:
- end of validity for this provider
-