Uses of Class
org.orekit.gnss.antenna.SatelliteType
-
Packages that use SatelliteType Package Description org.orekit.gnss.antenna 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 SatelliteType Modifier and Type Method Description SatelliteTypeSatelliteAntenna. getSatelliteType()Get satellite type.static SatelliteTypeSatelliteType. parseSatelliteType(String s)Parse a string to get the satellite type.static SatelliteTypeSatelliteType. valueOf(String name)Returns the enum constant of this type with the specified name.static SatelliteType[]SatelliteType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.orekit.gnss.antenna with parameters of type SatelliteType Constructor Description SatelliteAntenna(String type, String sinexCode, Map<RadioWave,FrequencyPattern> patterns, SatInSystem satInSystem, SatelliteType satelliteType, int satelliteCode, String cosparID, AbsoluteDate validFrom, AbsoluteDate validUntil)Simple constructor.
-