Package | Description |
---|---|
org.orekit.estimation.measurements |
The measurements package defines everything that is related to orbit
determination measurements.
|
org.orekit.estimation.measurements.modifiers |
This package provides measurement modifier.
|
org.orekit.frames |
This package provides classes to handle frames and transforms between them.
|
org.orekit.propagation |
Propagation
|
Modifier and Type | Method and Description |
---|---|
StaticTransform |
EstimatedEarthFrameProvider.getStaticTransform(AbsoluteDate date)
Get a transform for only rotations and translations on the specified date.
|
Modifier and Type | Method and Description |
---|---|
double |
PhaseCentersOffsetComputer.offset(StaticTransform emitterToInert,
StaticTransform receiverToInert)
Compute distance offset to be added to the distance between antennas reference points.
|
Modifier and Type | Class and Description |
---|---|
class |
Transform
Transformation class in three dimensional space.
|
Modifier and Type | Method and Description |
---|---|
static StaticTransform |
StaticTransform.compose(AbsoluteDate date,
StaticTransform first,
StaticTransform second)
Build a transform by combining two existing ones.
|
static StaticTransform |
StaticTransform.getIdentity()
Get the identity static transform.
|
StaticTransform |
StaticTransform.getInverse()
Get the inverse transform of the instance.
|
default StaticTransform |
TransformProvider.getStaticTransform(AbsoluteDate date)
Get a transform for only rotations and translations on the specified date.
|
StaticTransform |
ITRFVersion.Converter.getStaticTransform(AbsoluteDate date) |
StaticTransform |
GTODProvider.getStaticTransform(AbsoluteDate date)
Get a transform for only rotations and translations on the specified date.
|
StaticTransform |
ShiftingTransformProvider.getStaticTransform(AbsoluteDate date)
Get a transform for only rotations and translations on the specified date.
|
StaticTransform |
L1TransformProvider.getStaticTransform(AbsoluteDate date)
Get a transform for only rotations and translations on the specified date.
|
StaticTransform |
HelmertTransformation.getStaticTransform(AbsoluteDate date)
Get a transform for only rotations and translations on the specified date.
|
StaticTransform |
Frame.getStaticTransformTo(Frame destination,
AbsoluteDate date)
Get the static portion of the transform from the instance to another
frame.
|
static StaticTransform |
StaticTransform.of(AbsoluteDate date,
org.hipparchus.geometry.euclidean.threed.Rotation rotation)
Create a new static transform from a rotation and zero translation.
|
static StaticTransform |
StaticTransform.of(AbsoluteDate date,
org.hipparchus.geometry.euclidean.threed.Vector3D translation)
Create a new static transform from a translation and rotation.
|
static StaticTransform |
StaticTransform.of(AbsoluteDate date,
org.hipparchus.geometry.euclidean.threed.Vector3D translation,
org.hipparchus.geometry.euclidean.threed.Rotation rotation)
Create a new static transform from a translation and rotation.
|
StaticTransform |
Transform.staticShiftedBy(double dt)
Shift the transform in time considering all rates, then return only the
translation and rotation portion of the transform.
|
StaticTransform |
Transform.toStaticTransform()
Create a so-called static transform from the instance.
|
Modifier and Type | Method and Description |
---|---|
static StaticTransform |
StaticTransform.compose(AbsoluteDate date,
StaticTransform first,
StaticTransform second)
Build a transform by combining two existing ones.
|
static org.hipparchus.geometry.euclidean.threed.Rotation |
StaticTransform.compositeRotation(StaticTransform first,
StaticTransform second)
Compute a composite rotation.
|
static org.hipparchus.geometry.euclidean.threed.Vector3D |
StaticTransform.compositeTranslation(StaticTransform first,
StaticTransform second)
Compute a composite translation.
|
static <T extends org.hipparchus.CalculusFieldElement<T>> |
FieldStaticTransform.of(FieldAbsoluteDate<T> date,
StaticTransform staticTransform)
Create a new static transform from an
FieldAbsoluteDate and a StaticTransform . |
Modifier and Type | Method and Description |
---|---|
StaticTransform |
SpacecraftState.toStaticTransform()
Compute the static transform from state defining frame to spacecraft frame.
|
Copyright © 2002-2023 CS GROUP. All rights reserved.