Class FactoryManagedFrame

  • All Implemented Interfaces:
    Serializable

    public class FactoryManagedFrame
    extends Frame
    Base class for the predefined frames that are managed by Frames.
    Author:
    Luc Maisonobe
    See Also:
    Serialized Form
    • Constructor Detail

      • FactoryManagedFrame

        public FactoryManagedFrame​(Frame parent,
                                   TransformProvider transformProvider,
                                   boolean pseudoInertial,
                                   Predefined factoryKey)
        Simple constructor.
        Parameters:
        parent - parent frame (must be non-null)
        transformProvider - provider for transform from parent frame to instance
        pseudoInertial - true if frame is considered pseudo-inertial (i.e. suitable for propagating orbit)
        factoryKey - key of the frame within the factory
    • Method Detail

      • getFactoryKey

        public Predefined getFactoryKey()
        Get the key of the frame within the factory.
        Returns:
        key of the frame within the factory