org.orekit.forces.gravity.tides
Enum TidesStandards.TidesStandard

java.lang.Object
  extended by java.lang.Enum<TidesStandards.TidesStandard>
      extended by org.orekit.forces.gravity.tides.TidesStandards.TidesStandard
All Implemented Interfaces:
Serializable, Comparable<TidesStandards.TidesStandard>
Enclosing class:
TidesStandards

public static enum TidesStandards.TidesStandard
extends Enum<TidesStandards.TidesStandard>

Tides standard enum


Enum Constant Summary
GINS2004
          GINS 2004 load factors
IERS1996
          IERS 1996 load factors
IERS2003
          IERS 2003 load factors
 
Method Summary
static TidesStandards.TidesStandard valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TidesStandards.TidesStandard[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

IERS1996

public static final TidesStandards.TidesStandard IERS1996
IERS 1996 load factors


IERS2003

public static final TidesStandards.TidesStandard IERS2003
IERS 2003 load factors


GINS2004

public static final TidesStandards.TidesStandard GINS2004
GINS 2004 load factors

Method Detail

values

public static TidesStandards.TidesStandard[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (TidesStandards.TidesStandard c : TidesStandards.TidesStandard.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static TidesStandards.TidesStandard valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null


Copyright © 2016 CNES. All Rights Reserved.