Class SsrIm201
java.lang.Object
org.orekit.gnss.metric.messages.ParsedMessage
org.orekit.gnss.metric.messages.ssr.SsrMessage<SsrIm201Header,SsrIm201Data>
org.orekit.gnss.metric.messages.ssr.subtype.SsrIm201
SSR Ionosphere VTEC Spherical Harmonics Message.
- Since:
- 11.0
- Author:
- Bryan Cazabonne
-
Constructor Summary
ConstructorsConstructorDescriptionSsrIm201(int typeCode, SsrIm201Header header, List<SsrIm201Data> data) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionGet the ionospheric model adapted to the current IM201 message.getIonosphericModel(Frame itrf) Get the ionospheric model adapted to the current IM201 message.Methods inherited from class org.orekit.gnss.metric.messages.ssr.SsrMessage
getData, getHeaderMethods inherited from class org.orekit.gnss.metric.messages.ParsedMessage
getTypeCode
-
Constructor Details
-
SsrIm201
Constructor.- Parameters:
typeCode- message numberheader- message headerdata- message data
-
-
Method Details
-
getIonosphericModel
Get the ionospheric model adapted to the current IM201 message.This method uses the
default data contextfor ITRF frame.- Returns:
- the ionospheric model
- See Also:
-
getIonosphericModel
Get the ionospheric model adapted to the current IM201 message.- Parameters:
itrf- ITRF frame to use for Earth shape- Returns:
- the ionospheric model
-