Package | Description |
---|---|
org.orekit.attitudes |
This package provides classes to represent simple attitudes.
|
org.orekit.gnss.attitude |
This package provides classes related to navigation satellites attitude modeling.
|
org.orekit.utils |
This package provides useful objects.
|
Modifier and Type | Method | Description |
---|---|---|
TimeStampedFieldAngularCoordinates<T> |
FieldAttitude.getOrientation() |
Get the complete orientation including spin.
|
Constructor | Description |
---|---|
FieldAttitude(Frame referenceFrame,
TimeStampedFieldAngularCoordinates<T> orientation) |
Creates a new instance.
|
Modifier and Type | Method | Description |
---|---|---|
protected abstract <T extends RealFieldElement<T>> |
AbstractGNSSAttitudeProvider.correctedYaw(org.orekit.gnss.attitude.GNSSFieldAttitudeContext<T> context) |
Compute GNSS attitude with midnight/noon yaw turn correction.
|
protected <T extends RealFieldElement<T>> |
BeidouGeo.correctedYaw(org.orekit.gnss.attitude.GNSSFieldAttitudeContext<T> context) |
Compute GNSS attitude with midnight/noon yaw turn correction.
|
protected <T extends RealFieldElement<T>> |
BeidouIGSO.correctedYaw(org.orekit.gnss.attitude.GNSSFieldAttitudeContext<T> context) |
Compute GNSS attitude with midnight/noon yaw turn correction.
|
protected <T extends RealFieldElement<T>> |
BeidouMeo.correctedYaw(org.orekit.gnss.attitude.GNSSFieldAttitudeContext<T> context) |
Compute GNSS attitude with midnight/noon yaw turn correction.
|
protected <T extends RealFieldElement<T>> |
Galileo.correctedYaw(org.orekit.gnss.attitude.GNSSFieldAttitudeContext<T> context) |
Compute GNSS attitude with midnight/noon yaw turn correction.
|
protected <T extends RealFieldElement<T>> |
GenericGNSS.correctedYaw(org.orekit.gnss.attitude.GNSSFieldAttitudeContext<T> context) |
Compute GNSS attitude with midnight/noon yaw turn correction.
|
protected <T extends RealFieldElement<T>> |
Glonass.correctedYaw(org.orekit.gnss.attitude.GNSSFieldAttitudeContext<T> context) |
Compute GNSS attitude with midnight/noon yaw turn correction.
|
protected <T extends RealFieldElement<T>> |
GPSBlockIIA.correctedYaw(org.orekit.gnss.attitude.GNSSFieldAttitudeContext<T> context) |
Compute GNSS attitude with midnight/noon yaw turn correction.
|
protected <T extends RealFieldElement<T>> |
GPSBlockIIF.correctedYaw(org.orekit.gnss.attitude.GNSSFieldAttitudeContext<T> context) |
Compute GNSS attitude with midnight/noon yaw turn correction.
|
protected <T extends RealFieldElement<T>> |
GPSBlockIIR.correctedYaw(org.orekit.gnss.attitude.GNSSFieldAttitudeContext<T> context) |
Compute GNSS attitude with midnight/noon yaw turn correction.
|
Modifier and Type | Method | Description |
---|---|---|
TimeStampedFieldAngularCoordinates<T> |
TimeStampedFieldAngularCoordinates.addOffset(FieldAngularCoordinates<T> offset) |
Add an offset from the instance.
|
static <T extends RealFieldElement<T>> |
TimeStampedFieldAngularCoordinates.interpolate(AbsoluteDate date,
AngularDerivativesFilter filter,
Collection<TimeStampedFieldAngularCoordinates<T>> sample) |
Interpolate angular coordinates.
|
static <T extends RealFieldElement<T>> |
TimeStampedFieldAngularCoordinates.interpolate(FieldAbsoluteDate<T> date,
AngularDerivativesFilter filter,
Collection<TimeStampedFieldAngularCoordinates<T>> sample) |
Interpolate angular coordinates.
|
TimeStampedFieldAngularCoordinates<T> |
TimeStampedFieldAngularCoordinates.revert() |
Revert a rotation/rotation rate pair.
|
TimeStampedFieldAngularCoordinates<T> |
TimeStampedFieldAngularCoordinates.shiftedBy(double dt) |
Get a time-shifted state.
|
TimeStampedFieldAngularCoordinates<T> |
TimeStampedFieldAngularCoordinates.shiftedBy(T dt) |
Get a time-shifted state.
|
TimeStampedFieldAngularCoordinates<T> |
TimeStampedFieldAngularCoordinates.subtractOffset(FieldAngularCoordinates<T> offset) |
Subtract an offset from the instance.
|
Modifier and Type | Method | Description |
---|---|---|
static <T extends RealFieldElement<T>> |
TimeStampedFieldAngularCoordinates.interpolate(AbsoluteDate date,
AngularDerivativesFilter filter,
Collection<TimeStampedFieldAngularCoordinates<T>> sample) |
Interpolate angular coordinates.
|
static <T extends RealFieldElement<T>> |
TimeStampedFieldAngularCoordinates.interpolate(FieldAbsoluteDate<T> date,
AngularDerivativesFilter filter,
Collection<TimeStampedFieldAngularCoordinates<T>> sample) |
Interpolate angular coordinates.
|
Copyright © 2002-2018 CS Systèmes d'information. All rights reserved.