Uses of Class
org.orekit.files.sinex.AntennaKey
Packages that use AntennaKey
-
Uses of AntennaKey in org.orekit.files.sinex
Methods in org.orekit.files.sinex that return AntennaKeyModifier and TypeMethodDescriptionStation.getAntennaKey(AbsoluteDate date) Get the antenna key for the given epoch.Methods in org.orekit.files.sinex that return types with arguments of type AntennaKeyModifier and TypeMethodDescriptionStation.getAntennaKeyTimeSpanMap()Get the TimeSpanMap of site antenna type.AntennaKey.matchingCandidates()Get candidates for fuzzy matching of this antenna key.Methods in org.orekit.files.sinex with parameters of type AntennaKeyModifier and TypeMethodDescriptionvoidStation.addAntennaKeyValidBefore(AntennaKey entry, AbsoluteDate latestValidityDate) Add a antenna key entry valid before a limit date.
UsingaddAntennaKeyValidBefore(entry, t)will makeentryvalid in ]-∞, t[ (note the open bracket).