Uses of Class
org.orekit.gnss.metric.ntrip.CarrierPhase
-
Packages that use CarrierPhase Package Description org.orekit.gnss.metric.ntrip This package provides streams reading from ntrip casters. -
-
Uses of CarrierPhase in org.orekit.gnss.metric.ntrip
Methods in org.orekit.gnss.metric.ntrip that return CarrierPhase Modifier and Type Method Description static CarrierPhaseCarrierPhase. getCarrierPhase(String code)Get the carrier phase corresponding to a code.CarrierPhaseDataStreamRecord. getCarrierPhase()Get the carrier phase.static CarrierPhaseCarrierPhase. valueOf(String name)Returns the enum constant of this type with the specified name.static CarrierPhase[]CarrierPhase. values()Returns an array containing the constants of this enum type, in the order they are declared.
-