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.
|
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 | 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,
Rotation rotation)
Create a new static transform from a rotation and zero translation.
|
static StaticTransform |
StaticTransform.of(AbsoluteDate date,
Vector3D translation)
Create a new static transform from a translation and rotation.
|
static StaticTransform |
StaticTransform.of(AbsoluteDate date,
Vector3D translation,
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.
|
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 Rotation |
StaticTransform.compositeRotation(StaticTransform first,
StaticTransform second)
Compute a composite rotation.
|
static Vector3D |
StaticTransform.compositeTranslation(StaticTransform first,
StaticTransform second)
Compute a composite translation.
|
Copyright © 2002-2023 CS GROUP. All rights reserved.