Uses of Class
org.orekit.utils.TrackingCoordinates
Packages that use TrackingCoordinates
Package
Description
This package provides classes to handle frames and transforms between them.
This package provides models that simulate the impact of the troposphere.
This package contains class for the troposphere model OTU-4 P.834.
This package provides useful objects.
-
Uses of TrackingCoordinates in org.orekit.frames
Methods in org.orekit.frames that return TrackingCoordinatesModifier and TypeMethodDescriptionTopocentricFrame.getTrackingCoordinates(Vector3D extPoint, Frame frame, AbsoluteDate date) Get the tracking coordinates of a point with regards to the local point.Methods in org.orekit.frames with parameters of type TrackingCoordinatesModifier and TypeMethodDescriptionstatic Vector3DTopocentricFrame.getTopocentricPosition(TrackingCoordinates coords) Get the topocentric position fromTrackingCoordinates. -
Uses of TrackingCoordinates in org.orekit.models.earth.troposphere
Methods in org.orekit.models.earth.troposphere with parameters of type TrackingCoordinatesModifier and TypeMethodDescriptiondouble[]AbstractChaoMappingFunction.mappingFactors(TrackingCoordinates trackingCoordinates, GeodeticPoint point, AbsoluteDate date) This method allows the computation of the hydrostatic and wet mapping functions.double[]DummyMappingFunction.mappingFactors(TrackingCoordinates trackingCoordinates, GeodeticPoint point, AbsoluteDate date) This method allows the computation of the hydrostatic and wet mapping functions.double[]GlobalMappingFunctionModel.mappingFactors(TrackingCoordinates trackingCoordinates, GeodeticPoint point, AbsoluteDate date) This method allows the computation of the hydrostatic and wet mapping functions.double[]MendesPavlisModel.mappingFactors(TrackingCoordinates trackingCoordinates, GeodeticPoint point, AbsoluteDate date) With the Mendes Pavlis tropospheric model, the mapping function is not split into hydrostatic and wet component.double[]NiellMappingFunctionModel.mappingFactors(TrackingCoordinates trackingCoordinates, GeodeticPoint point, AbsoluteDate date) This method allows the computation of the hydrostatic and wet mapping functions.double[]TroposphereMappingFunction.mappingFactors(TrackingCoordinates trackingCoordinates, GeodeticPoint point, AbsoluteDate date) This method allows the computation of the hydrostatic and wet mapping functions.double[]ViennaOne.mappingFactors(TrackingCoordinates trackingCoordinates, GeodeticPoint point, AbsoluteDate date) This method allows the computation of the hydrostatic and wet mapping functions.double[]ViennaThree.mappingFactors(TrackingCoordinates trackingCoordinates, GeodeticPoint point, AbsoluteDate date) This method allows the computation of the hydrostatic and wet mapping functions.AbstractVienna.pathDelay(TrackingCoordinates trackingCoordinates, GeodeticPoint point, double[] parameters, AbsoluteDate date) Calculates the tropospheric path delay for the signal path from a ground station to a satellite.AskneNordiusModel.pathDelay(TrackingCoordinates trackingCoordinates, GeodeticPoint point, double[] parameters, AbsoluteDate date) Calculates the tropospheric path delay for the signal path from a ground station to a satellite.CanonicalSaastamoinenModel.pathDelay(TrackingCoordinates trackingCoordinates, GeodeticPoint point, double[] parameters, AbsoluteDate date) Calculates the tropospheric path delay for the signal path from a ground station to a satellite.ConstantTroposphericModel.pathDelay(TrackingCoordinates trackingCoordinates, GeodeticPoint point, double[] parameters, AbsoluteDate date) Calculates the tropospheric path delay for the signal path from a ground station to a satellite.EstimatedModel.pathDelay(TrackingCoordinates trackingCoordinates, GeodeticPoint point, double[] parameters, AbsoluteDate date) Calculates the tropospheric path delay for the signal path from a ground station to a satellite.FixedTroposphericDelay.pathDelay(TrackingCoordinates trackingCoordinates, GeodeticPoint point, double[] parameters, AbsoluteDate date) Calculates the tropospheric path delay for the signal path from a ground station to a satellite.MariniMurray.pathDelay(TrackingCoordinates trackingCoordinates, GeodeticPoint point, double[] parameters, AbsoluteDate date) Calculates the tropospheric path delay for the signal path from a ground station to a satellite.MendesPavlisModel.pathDelay(TrackingCoordinates trackingCoordinates, GeodeticPoint point, double[] parameters, AbsoluteDate date) Calculates the tropospheric path delay for the signal path from a ground station to a satellite.ModifiedHopfieldModel.pathDelay(TrackingCoordinates trackingCoordinates, GeodeticPoint point, double[] parameters, AbsoluteDate date) Calculates the tropospheric path delay for the signal path from a ground station to a satellite.ModifiedSaastamoinenModel.pathDelay(TrackingCoordinates trackingCoordinates, GeodeticPoint point, double[] parameters, AbsoluteDate date) Calculates the tropospheric path delay for the signal path from a ground station to a satellite.TimeSpanEstimatedModel.pathDelay(TrackingCoordinates trackingCoordinates, GeodeticPoint point, double[] parameters, AbsoluteDate date) Calculates the tropospheric path delay for the signal path from a ground station to a satellite.TroposphericModel.pathDelay(TrackingCoordinates trackingCoordinates, GeodeticPoint point, double[] parameters, AbsoluteDate date) Calculates the tropospheric path delay for the signal path from a ground station to a satellite. -
Uses of TrackingCoordinates in org.orekit.models.earth.troposphere.iturp834
Methods in org.orekit.models.earth.troposphere.iturp834 with parameters of type TrackingCoordinatesModifier and TypeMethodDescriptiondouble[]ITURP834MappingFunction.mappingFactors(TrackingCoordinates trackingCoordinates, GeodeticPoint point, AbsoluteDate date) ITURP834PathDelay.pathDelay(TrackingCoordinates trackingCoordinates, GeodeticPoint point, double[] parameters, AbsoluteDate date) Calculates the tropospheric path delay for the signal path from a ground station to a satellite. -
Uses of TrackingCoordinates in org.orekit.utils
Constructors in org.orekit.utils with parameters of type TrackingCoordinatesModifierConstructorDescriptionFieldTrackingCoordinates(Field<T> field, TrackingCoordinates trackingCoordinates) Build a new instance from aTrackingCoordinates.