public class LocalOrbitalFrame extends Frame
There are several local orbital frames available. They are specified
by the LOFType
enumerate.
Do not use the Frame.getTransformTo(Frame, FieldAbsoluteDate)
method as it is
not implemented.
SpacecraftState.toTransform()
,
Serialized FormConstructor and Description |
---|
LocalOrbitalFrame(Frame parent,
LOFType type,
PVCoordinatesProvider provider,
String name)
Build a new instance.
|
getAncestor, getDepth, getFrozenFrame, getName, getParent, getRoot, getStaticTransformTo, getTransformProvider, getTransformTo, getTransformTo, isChildOf, isPseudoInertial, toString
public LocalOrbitalFrame(Frame parent, LOFType type, PVCoordinatesProvider provider, String name) throws IllegalArgumentException
It is highly recommended that provider
use an analytic formulation and
not numerical integration as large integration errors may result from many short
propagations.
parent
- parent frame (must be non-null)type
- frame typeprovider
- provider used to compute frame motion.name
- name of the frameIllegalArgumentException
- if the parent frame is nullCopyright © 2002-2022 CS GROUP. All rights reserved.