Uses of Class
org.orekit.gnss.antenna.SatelliteAntennaCode
-
Packages that use SatelliteAntennaCode Package Description org.orekit.gnss.antenna This package provides classes related to receiver and satellites antenna modeling. -
-
Uses of SatelliteAntennaCode in org.orekit.gnss.antenna
Methods in org.orekit.gnss.antenna that return SatelliteAntennaCode Modifier and Type Method Description static SatelliteAntennaCode
SatelliteAntennaCode. parseSatelliteAntennaCode(String s)
Deprecated.Parse a string to get the satellite antenna code.static SatelliteAntennaCode
SatelliteAntennaCode. valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name.static SatelliteAntennaCode[]
SatelliteAntennaCode. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-