Package | Description |
---|---|
org.orekit.frames |
This package provides classes to handle frames and transforms between them.
|
Modifier and Type | Class and Description |
---|---|
class |
EclipticProvider
An inertial frame aligned with the ecliptic.
|
class |
FixedTransformProvider
Transform provider using fixed transform.
|
class |
GTODProvider
Greenwich True Of Date Frame, also known as True of Date Rotating frame (TDR)
or Greenwich Rotating Coordinate frame (GCR).
|
class |
HelmertTransformation
Transformation class for geodetic systems.
|
class |
InterpolatingTransformProvider
Transform provider using thread-safe interpolation on transforms sample.
|
Modifier and Type | Method and Description |
---|---|
TransformProvider |
InterpolatingTransformProvider.getRawProvider()
Get the underlying provider for raw (non-interpolated) transforms.
|
TransformProvider |
Frame.getTransformProvider()
Get the provider for transform from parent frame to instance.
|
Modifier and Type | Method and Description |
---|---|
void |
OrphanFrame.addChild(OrphanFrame child,
TransformProvider transformProvider,
boolean isPseudoInertial)
Add a child.
|
void |
OrphanFrame.attachTo(Frame parent,
TransformProvider transformProvider,
boolean isPseudoInertial)
Attach the instance (and all its children down to leafs) to the main tree.
|
Constructor and Description |
---|
FactoryManagedFrame(Frame parent,
TransformProvider transformProvider,
boolean pseudoInertial,
Predefined factoryKey)
Simple constructor.
|
Frame(Frame parent,
TransformProvider transformProvider,
String name)
Build a non-inertial frame from its transform with respect to its parent.
|
Frame(Frame parent,
TransformProvider transformProvider,
String name,
boolean pseudoInertial)
Build a frame from its transform with respect to its parent.
|
InterpolatingTransformProvider(TransformProvider rawProvider,
boolean useVelocities,
boolean useRotationRates,
AbsoluteDate earliest,
AbsoluteDate latest,
int gridPoints,
double step,
int maxSlots,
double maxSpan,
double newSlotInterval)
|
InterpolatingTransformProvider(TransformProvider rawProvider,
CartesianDerivativesFilter cFilter,
AngularDerivativesFilter aFilter,
AbsoluteDate earliest,
AbsoluteDate latest,
int gridPoints,
double step,
int maxSlots,
double maxSpan,
double newSlotInterval)
Simple constructor.
|
Copyright © 2002-2015 CS Systèmes d'information. All rights reserved.