Package | Description |
---|---|
org.orekit.estimation.measurements.modifiers | |
org.orekit.models.earth |
This package provides models that simulate certain physical phenomena
of Earth and the near-Earth environment.
|
org.orekit.propagation.events |
This package provides interfaces and classes dealing with events occurring during propagation.
|
Constructor | Description |
---|---|
AngularRadioRefractionModifier(AtmosphericRefractionModel model) |
Constructor.
|
Modifier and Type | Class | Description |
---|---|---|
class |
EarthITU453AtmosphereRefraction |
Implementation of refraction model for Earth exponential atmosphere based on ITU-R P.834-7 recommendation.
|
class |
EarthStandardAtmosphereRefraction |
Implementation of refraction model for Earth standard atmosphere.
|
Modifier and Type | Method | Description |
---|---|---|
AtmosphericRefractionModel |
ElevationDetector.getRefractionModel() |
Returns the currently configured refraction model.
|
AtmosphericRefractionModel |
FieldElevationDetector.getRefractionModel() |
Returns the currently configured refraction model.
|
Modifier and Type | Method | Description |
---|---|---|
ElevationDetector |
ElevationDetector.withRefraction(AtmosphericRefractionModel newRefractionModel) |
Setup the elevation detector to use an atmospheric refraction model in its
calculations.
|
FieldElevationDetector<T> |
FieldElevationDetector.withRefraction(AtmosphericRefractionModel newRefractionModel) |
Setup the elevation detector to use an atmospheric refraction model in its
calculations.
|
Constructor | Description |
---|---|
GroundAtNightDetector(TopocentricFrame groundLocation,
PVCoordinatesProvider sun,
double dawnDuskElevation,
AtmosphericRefractionModel refractionModel) |
Simple constructor.
|
Copyright © 2002-2019 CS Systèmes d'information. All rights reserved.