| 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.
|
| Modifier and Type | Method and Description |
|---|---|
TopocentricFrame |
GroundStation.getBaseFrame()
Get the base frame associated with the station.
|
TopocentricFrame |
GroundStation.getOffsetFrame()
Get the offset frame associated with the station.
|
| Constructor and Description |
|---|
GroundStation(TopocentricFrame baseFrame)
Simple constructor.
|
| Modifier and Type | Method and Description |
|---|---|
TopocentricFrame |
ElevationExtremumDetector.getTopocentricFrame()
Returns the topocentric frame centered on ground point.
|
TopocentricFrame |
ElevationDetector.getTopocentricFrame()
Returns the currently configured topocentric frame definitions.
|
| Constructor and 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.
|
Copyright © 2002-2016 CS Systèmes d'information. All rights reserved.