Uses of Enum Class
org.orekit.gnss.antenna.SatelliteType
Packages that use SatelliteType
Package
Description
This package provides classes related to receiver and satellites antenna modeling.
-
Uses of SatelliteType in org.orekit.gnss.antenna
Methods in org.orekit.gnss.antenna that return SatelliteTypeModifier and TypeMethodDescriptionSatelliteAntenna.getSatelliteType()Get satellite type.static SatelliteTypeSatelliteType.parseSatelliteType(String s) Parse a string to get the satellite type.static SatelliteTypeReturns the enum constant of this class with the specified name.static SatelliteType[]SatelliteType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.orekit.gnss.antenna with parameters of type SatelliteTypeModifierConstructorDescriptionSatelliteAntenna(String type, String sinexCode, Map<RadioWave, FrequencyPattern> patterns, SatInSystem satInSystem, SatelliteType satelliteType, int satelliteCode, String cosparID, AbsoluteDate validFrom, AbsoluteDate validUntil) Simple constructor.