fr.cnes.genopus.attitudes
Enum GPAxisCoordinates.GPAxisEnum

java.lang.Object
  extended by java.lang.Enum<GPAxisCoordinates.GPAxisEnum>
      extended by fr.cnes.genopus.attitudes.GPAxisCoordinates.GPAxisEnum
All Implemented Interfaces:
Serializable, Comparable<GPAxisCoordinates.GPAxisEnum>
Enclosing class:
GPAxisCoordinates

public static enum GPAxisCoordinates.GPAxisEnum
extends Enum<GPAxisCoordinates.GPAxisEnum>

Available options for the type of axis coordinates.


Enum Constant Summary
CUSTOM_ANGLES
          Angular coordinates.
CUSTOM_AXIS
          Axis coordinates.
CUSTOM_MINUS_I
           
CUSTOM_MINUS_J
           
CUSTOM_MINUS_K
           
CUSTOM_PLUS_I
           
CUSTOM_PLUS_J
           
CUSTOM_PLUS_K
           
 
Method Summary
 String toString()
          
static GPAxisCoordinates.GPAxisEnum valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GPAxisCoordinates.GPAxisEnum[] 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, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

CUSTOM_AXIS

public static final GPAxisCoordinates.GPAxisEnum CUSTOM_AXIS
Axis coordinates.


CUSTOM_ANGLES

public static final GPAxisCoordinates.GPAxisEnum CUSTOM_ANGLES
Angular coordinates.


CUSTOM_PLUS_I

public static final GPAxisCoordinates.GPAxisEnum CUSTOM_PLUS_I

CUSTOM_PLUS_J

public static final GPAxisCoordinates.GPAxisEnum CUSTOM_PLUS_J

CUSTOM_PLUS_K

public static final GPAxisCoordinates.GPAxisEnum CUSTOM_PLUS_K

CUSTOM_MINUS_I

public static final GPAxisCoordinates.GPAxisEnum CUSTOM_MINUS_I

CUSTOM_MINUS_J

public static final GPAxisCoordinates.GPAxisEnum CUSTOM_MINUS_J

CUSTOM_MINUS_K

public static final GPAxisCoordinates.GPAxisEnum CUSTOM_MINUS_K
Method Detail

values

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

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

valueOf

public static GPAxisCoordinates.GPAxisEnum 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

toString

public String toString()

Overrides:
toString in class Enum<GPAxisCoordinates.GPAxisEnum>


Copyright © 2017. All rights reserved.