fr.cnes.genopus.frames
Enum GPFrame.GPRefFrame

java.lang.Object
  extended by java.lang.Enum<GPFrame.GPRefFrame>
      extended by fr.cnes.genopus.frames.GPFrame.GPRefFrame
All Implemented Interfaces:
Serializable, Comparable<GPFrame.GPRefFrame>
Enclosing class:
GPFrame

public static enum GPFrame.GPRefFrame
extends Enum<GPFrame.GPRefFrame>

Enumerate of Reference frames available in the widget. They use the same id used in Orekit except for the frames that can use EOP or not: MOD, TOD, GTOD and EOD (see Predefined Enumerate), and for the H0_MINUS_N frame that has no id in Orekit.

Author:
aadt

Enum Constant Summary
CIRF
           
EME2000
           
EOD
           
GCRF
           
GTOD
           
H0_MINUS_N
           
ICRF
           
ITRF
           
ITRF_EQUINOX
           
MOD
           
TEME
           
TIRF
           
TOD
           
VEIS_1950
           
 
Method Summary
static GPFrame.GPRefFrame valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GPFrame.GPRefFrame[] 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

GCRF

public static final GPFrame.GPRefFrame GCRF

CIRF

public static final GPFrame.GPRefFrame CIRF

TIRF

public static final GPFrame.GPRefFrame TIRF

ITRF

public static final GPFrame.GPRefFrame ITRF

ICRF

public static final GPFrame.GPRefFrame ICRF

TEME

public static final GPFrame.GPRefFrame TEME

EME2000

public static final GPFrame.GPRefFrame EME2000

MOD

public static final GPFrame.GPRefFrame MOD

TOD

public static final GPFrame.GPRefFrame TOD

GTOD

public static final GPFrame.GPRefFrame GTOD

EOD

public static final GPFrame.GPRefFrame EOD

ITRF_EQUINOX

public static final GPFrame.GPRefFrame ITRF_EQUINOX

VEIS_1950

public static final GPFrame.GPRefFrame VEIS_1950

H0_MINUS_N

public static final GPFrame.GPRefFrame H0_MINUS_N
Method Detail

values

public static GPFrame.GPRefFrame[] 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 (GPFrame.GPRefFrame c : GPFrame.GPRefFrame.values())
    System.out.println(c);

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

valueOf

public static GPFrame.GPRefFrame 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 © 2017. All rights reserved.