Uses of Class
org.orekit.files.ilrs.CRD.SessionStatistics
-
Packages that use CRD.SessionStatistics Package Description org.orekit.files.ilrs This package provides parsers for laser ranging data stored in CDR and CPF formats. -
-
Uses of CRD.SessionStatistics in org.orekit.files.ilrs
Methods in org.orekit.files.ilrs that return CRD.SessionStatistics Modifier and Type Method Description CRD.SessionStatistics
CRD.CRDDataBlock. getSessionStatisticsRecord()
Get the default (the first if there are many records) SessionStat record.CRD.SessionStatistics
CRD.CRDDataBlock. getSessionStatisticsRecord(String systemConfigurationId)
Get the session statistics record related to the systemConfigurationId.Methods in org.orekit.files.ilrs that return types with arguments of type CRD.SessionStatistics Modifier and Type Method Description List<CRD.SessionStatistics>
CRD.CRDDataBlock. getSessionStatisticsData()
Get the session statistics data for the data block.Methods in org.orekit.files.ilrs with parameters of type CRD.SessionStatistics Modifier and Type Method Description void
CRD.CRDDataBlock. addSessionStatisticsData(CRD.SessionStatistics sessionStatistics)
Add an entry to the list of session statistics data.
-