Uses of Class
org.orekit.files.sinex.AntennaKey
-
Packages that use AntennaKey Package Description org.orekit.files.sinex This package provides classes related to station data. -
-
Uses of AntennaKey in org.orekit.files.sinex
Methods in org.orekit.files.sinex that return AntennaKey Modifier and Type Method Description AntennaKeyStation. getAntennaKey(AbsoluteDate date)Get the antenna key for the given epoch.Methods in org.orekit.files.sinex that return types with arguments of type AntennaKey Modifier and Type Method Description TimeSpanMap<AntennaKey>Station. getAntennaKeyTimeSpanMap()Get the TimeSpanMap of site antenna type.List<AntennaKey>AntennaKey. matchingCandidates()Get candidates for fuzzy matching of this antenna key.Methods in org.orekit.files.sinex with parameters of type AntennaKey Modifier and Type Method Description voidStation. 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).
-