Uses of Class
org.orekit.frames.TopocentricFrame
-
Packages that use TopocentricFrame Package Description org.orekit.estimation.measurements The measurements package defines everything that is related to orbit determination measurements.org.orekit.propagation.events This package provides interfaces and classes dealing with events occurring during propagation. -
-
Uses of TopocentricFrame in org.orekit.estimation.measurements
Methods in org.orekit.estimation.measurements that return TopocentricFrame Modifier and Type Method Description TopocentricFrame
GroundStation. getBaseFrame()
Get the base frame associated with the station.Constructors in org.orekit.estimation.measurements with parameters of type TopocentricFrame Constructor Description GroundStation(TopocentricFrame baseFrame)
Build a ground station ignoringstation displacements
.GroundStation(TopocentricFrame baseFrame, EOPHistory eopHistory, StationDisplacement... displacements)
Simple constructor. -
Uses of TopocentricFrame in org.orekit.propagation.events
Methods in org.orekit.propagation.events that return TopocentricFrame Modifier and Type Method Description TopocentricFrame
ElevationDetector. getTopocentricFrame()
Returns the currently configured topocentric frame definitions.TopocentricFrame
ElevationExtremumDetector. getTopocentricFrame()
Returns the topocentric frame centered on ground point.TopocentricFrame
FieldElevationDetector. getTopocentricFrame()
Returns the currently configured topocentric frame definitions.Constructors in org.orekit.propagation.events with parameters of type TopocentricFrame Constructor Description ElevationDetector(double maxCheck, double threshold, TopocentricFrame topo)
Creates an instance of Elevation detector based on passed in topocentric frame and overrides of default maximal checking interval and convergence threshold values.ElevationDetector(TopocentricFrame topo)
Creates an instance of Elevation detector based on passed in topocentric frame and the minimum elevation angle.ElevationExtremumDetector(double maxCheck, double threshold, TopocentricFrame topo)
Build a detector.ElevationExtremumDetector(TopocentricFrame topo)
Build a new detector.FieldElevationDetector(org.hipparchus.Field<T> field, TopocentricFrame topo)
Creates an instance of Elevation detector based on passed in topocentric frame and the minimum elevation angle.FieldElevationDetector(T maxCheck, T threshold, TopocentricFrame topo)
Creates an instance of Elevation detector based on passed in topocentric frame and overrides of default maximal checking interval and convergence threshold values.GroundAtNightDetector(TopocentricFrame groundLocation, PVCoordinatesProvider sun, double dawnDuskElevation, AtmosphericRefractionModel refractionModel)
Simple constructor.
-