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