Package | Description |
---|---|
org.orekit.files.sinex |
This package provides classes related to station data.
|
org.orekit.forces.drag |
This package provides all drag-related forces.
|
org.orekit.forces.empirical |
This package provides empirical forces.
|
org.orekit.forces.maneuvers.trigger |
This package provides maneuver triggers' models intended to be used with class
Maneuver . |
org.orekit.gnss.antenna |
This package provides classes related to receiver and satellites antenna modeling.
|
org.orekit.gnss.clock |
This package provides classes related to navigation clock files.
|
org.orekit.utils |
This package provides useful objects.
|
Modifier and Type | Method and Description |
---|---|
TimeSpanMap<Vector3D> |
Station.getEccentricitiesTimeSpanMap()
Get the TimeSpanMap of site antenna eccentricities.
|
Modifier and Type | Method and Description |
---|---|
TimeSpanMap<DragSensitive> |
TimeSpanDragForce.extractDragSensitiveRange(AbsoluteDate start,
AbsoluteDate end)
Extract a range of the
DragSensitive map. |
Modifier and Type | Method and Description |
---|---|
TimeSpanMap<AccelerationModel> |
TimeSpanParametricAcceleration.extractAccelerationModelRange(AbsoluteDate start,
AbsoluteDate end)
Extract a range of the
AccelerationModel map. |
Modifier and Type | Method and Description |
---|---|
TimeSpanMap<Boolean> |
AbstractManeuverTriggers.getFirings()
Get the firings detected during last propagation.
|
Modifier and Type | Method and Description |
---|---|
TimeSpanMap<SatelliteAntenna> |
AntexLoader.findSatelliteAntenna(SatelliteSystem satelliteSystem,
int prnNumber)
Find the time map for a specific satellite antenna.
|
Modifier and Type | Method and Description |
---|---|
List<TimeSpanMap<SatelliteAntenna>> |
AntexLoader.getSatellitesAntennas()
Get parsed satellites antennas.
|
Modifier and Type | Method and Description |
---|---|
TimeSpanMap<List<RinexClock.ReferenceClock>> |
RinexClock.getReferenceClocks()
Getter for the reference clocks.
|
Modifier and Type | Method and Description |
---|---|
TimeSpanMap<T> |
TimeSpanMap.extractRange(AbsoluteDate start,
AbsoluteDate end)
Extract a range of the map.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.