org.orekit.frames.configuration
Class FramesConfigurationFactory

java.lang.Object
  extended by org.orekit.frames.configuration.FramesConfigurationFactory

public class FramesConfigurationFactory
extends Object

Frames configuration factory. Contains useful configurations.

Since:
1.3
Version:
$Id: FramesConfigurationFactory.java 17602 2017-05-18 08:25:23Z bignon $
Author:
Rami Houdroge

Method Summary
static FramesConfiguration getIERS2003Configuration(boolean ignoreTides)
          Gets the default IERS2003 configuration (always the same instance, not a new one).
static FramesConfiguration getIERS2010Configuration()
          Gets the default IERS2010 configuration (always the same instance, not a new one).
static FramesConfiguration getStelaConfiguration()
          Gets the official STELA configuration (always the same instance, not a new one).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getIERS2010Configuration

public static FramesConfiguration getIERS2010Configuration()
Gets the default IERS2010 configuration (always the same instance, not a new one).

Returns:
default IERS2010 configuration

getIERS2003Configuration

public static FramesConfiguration getIERS2003Configuration(boolean ignoreTides)
Gets the default IERS2003 configuration (always the same instance, not a new one).

Parameters:
ignoreTides - tides if tides are to be ignored, false otherwise
Returns:
default IERS2003 configuration

getStelaConfiguration

public static FramesConfiguration getStelaConfiguration()
Gets the official STELA configuration (always the same instance, not a new one).

Returns:
official STELA configuration


Copyright © 2017 CNES. All Rights Reserved.