Package | Description |
---|---|
org.orekit.gnss |
This package provides classes related to GNSS applications.
|
org.orekit.propagation.analytical.gnss |
This package provides classes to propagate GNSS orbits.
|
Modifier and Type | Class and Description |
---|---|
class |
BeidouAlmanac
Class for BeiDou almanac.
|
class |
GalileoAlmanac
Class for Galileo almanac.
|
class |
GPSAlmanac
This class holds a GPS almanac as read from SEM or YUMA files.
|
class |
IRNSSAlmanac
Class for IRNSS almanac.
|
class |
QZSSAlmanac
This class holds a QZSS almanac as read from YUMA files.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BeidouOrbitalElements
This interface provides the minimal set of orbital elements needed by the
BeidouPropagator . |
interface |
GalileoOrbitalElements
This interface provides the minimal set of orbital elements needed by the
GalileoPropagator . |
interface |
GPSOrbitalElements
This interface provides the minimal set of orbital elements needed by the
GPSPropagator . |
interface |
IRNSSOrbitalElements
This interface provides the minimal set of orbital elements needed by the
IRNSSPropagator . |
interface |
QZSSOrbitalElements
This interface provides the minimal set of orbital elements needed by the
QZSSPropagator . |
Constructor and Description |
---|
AbstractGNSSPropagator(GNSSOrbitalElements gnssOrbit,
AttitudeProvider attitudeProvider,
Frame eci,
Frame ecef,
double mass,
double av,
double cycleDuration,
double mu)
Build a new instance.
|
Copyright © 2002-2020 CS GROUP. All rights reserved.