org.n52.oxf.conversion.gml32.geometry
Enum AltitudeLimits.AltitudeReferences

java.lang.Object
  extended by java.lang.Enum<AltitudeLimits.AltitudeReferences>
      extended by org.n52.oxf.conversion.gml32.geometry.AltitudeLimits.AltitudeReferences
All Implemented Interfaces:
Serializable, Comparable<AltitudeLimits.AltitudeReferences>
Enclosing class:
AltitudeLimits

public static enum AltitudeLimits.AltitudeReferences
extends Enum<AltitudeLimits.AltitudeReferences>

Enumeration defining the common altitude reference definitions (derived from AIXM 5.1)


Enum Constant Summary
FL
           
MSL
           
SFC
           
STD
           
W84
           
 
Method Summary
static AltitudeLimits.AltitudeReferences valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AltitudeLimits.AltitudeReferences[] 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

SFC

public static final AltitudeLimits.AltitudeReferences SFC

STD

public static final AltitudeLimits.AltitudeReferences STD

FL

public static final AltitudeLimits.AltitudeReferences FL

MSL

public static final AltitudeLimits.AltitudeReferences MSL

W84

public static final AltitudeLimits.AltitudeReferences W84
Method Detail

values

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

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

valueOf

public static AltitudeLimits.AltitudeReferences 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 © 2012-2013 52north.org. All Rights Reserved.