org.orekit.frames
Class OrphanFrame

java.lang.Object
  extended by org.orekit.frames.OrphanFrame

public class OrphanFrame
extends Object

This class allows creating a frame that is not linked to the Orekit frames tree.

Since:
1.1
Author:
houdroger

Method Summary
static Frame getNewOrphanFrame(String name)
          This method creates an Orphan Frame.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getNewOrphanFrame

public static final Frame getNewOrphanFrame(String name)
This method creates an Orphan Frame.

Parameters:
name - Orphan frame name
Returns:
the created orphan frame


Copyright © 2017 CNES. All Rights Reserved.