org.n52.oxf.conversion.gml32.geometry
Enum AltitudeLimits.AltitudeReferences
java.lang.Object
java.lang.Enum<AltitudeLimits.AltitudeReferences>
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)
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
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.