Package | Description |
---|---|
org.orekit.propagation.analytical.gnss |
This package provides classes to propagate GNSS orbits.
|
org.orekit.propagation.analytical.gnss.data |
This package provides classes related to navigation data containing in
GNSS almanacs and navigation messages.
|
org.orekit.propagation.numerical |
Top level package for numerical propagators.
|
Modifier and Type | Method and Description |
---|---|
GLONASSOrbitalElements |
GLONASSAnalyticalPropagator.getGLONASSOrbitalElements()
Gets the underlying GLONASS orbital elements.
|
Constructor and Description |
---|
GLONASSAnalyticalPropagatorBuilder(GLONASSOrbitalElements glonassOrbElt)
Initializes the builder.
|
GLONASSAnalyticalPropagatorBuilder(GLONASSOrbitalElements glonassOrbElt,
DataContext dataContext)
Initializes the builder.
|
Modifier and Type | Class and Description |
---|---|
class |
GLONASSAlmanac
This class holds a GLONASS almanac as read from .agl files.
|
class |
GLONASSEphemeris
Class for GLONASS ephemeris used by the
GLONASSNumericalPropagator . |
class |
GLONASSNavigationMessage
Container for data contained in a Glonass navigation message.
|
Modifier and Type | Method and Description |
---|---|
GLONASSOrbitalElements |
GLONASSNumericalPropagator.getGLONASSOrbitalElements()
Gets the underlying GLONASS orbital elements.
|
Constructor and Description |
---|
GLONASSNumericalPropagator(ClassicalRungeKuttaIntegrator integrator,
GLONASSOrbitalElements glonassOrbit,
Frame eci,
AttitudeProvider provider,
double mass,
DataContext context,
boolean isAccAvailable)
Private constructor.
|
GLONASSNumericalPropagatorBuilder(ClassicalRungeKuttaIntegrator integrator,
GLONASSOrbitalElements glonassOrbElt,
boolean isAccAvailable)
Initializes the builder.
|
GLONASSNumericalPropagatorBuilder(ClassicalRungeKuttaIntegrator integrator,
GLONASSOrbitalElements glonassOrbElt,
boolean isAccAvailable,
DataContext context)
Initializes the builder.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.