Package org.orekit.gnss.antenna
Class PythonPhaseCenterVariationFunction
- java.lang.Object
-
- org.orekit.gnss.antenna.PythonPhaseCenterVariationFunction
-
- All Implemented Interfaces:
PhaseCenterVariationFunction
public class PythonPhaseCenterVariationFunction extends Object implements PhaseCenterVariationFunction
-
-
Constructor Summary
Constructors Constructor Description PythonPhaseCenterVariationFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
finalize()
Part of JCC Python interface to objectvoid
pythonDecRef()
Part of JCC Python interface to objectlong
pythonExtension()
Part of JCC Python interface to objectvoid
pythonExtension(long pythonObject)
Part of JCC Python interface to objectdouble
value(double polarAngle, double azimuthAngle)
Evaluate phase center variation in one signal direction.
-
-
-
Method Detail
-
pythonExtension
public void pythonExtension(long pythonObject)
Part of JCC Python interface to object
-
pythonExtension
public long pythonExtension()
Part of JCC Python interface to object
-
finalize
public void finalize() throws Throwable
Part of JCC Python interface to object
-
pythonDecRef
public void pythonDecRef()
Part of JCC Python interface to object
-
value
public double value(double polarAngle, double azimuthAngle)
Evaluate phase center variation in one signal direction.- Specified by:
value
in interfacePhaseCenterVariationFunction
- Parameters:
polarAngle
- angle from antenna axial direction (zenith angle for receiver antennas, nadir angle for GNSS satellites antennas)azimuthAngle
- angle around axial direction- Returns:
- phase center variation in the signal direction (m)
-
-