Uses of Class
org.orekit.files.ilrs.CRD.SessionStatistics
Packages that use CRD.SessionStatistics
Package
Description
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.SessionStatisticsModifier and TypeMethodDescriptionCRD.CRDDataBlock.getSessionStatisticsRecord()Get the default (the first if there are many records) SessionStat record.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.SessionStatisticsModifier and TypeMethodDescriptionCRD.CRDDataBlock.getSessionStatisticsData()Get the session statistics data for the data block.Methods in org.orekit.files.ilrs with parameters of type CRD.SessionStatisticsModifier and TypeMethodDescriptionvoidCRD.CRDDataBlock.addSessionStatisticsData(CRD.SessionStatistics sessionStatistics) Add an entry to the list of session statistics data.