public enum VerticalResolutionEnumerationType extends Enum<VerticalResolutionEnumerationType>
Java class for VerticalResolutionEnumerationType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="VerticalResolutionEnumerationType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="kilometre"/>
<enumeration value="hectometre"/>
<enumeration value="decametre"/>
<enumeration value="metre"/>
<enumeration value="decimetre"/>
<enumeration value="centimetre"/>
<enumeration value="millimetre"/>
<enumeration value="nauticalMile"/>
<enumeration value="statuteMile"/>
<enumeration value="kiloyard"/>
<enumeration value="kilofoot"/>
<enumeration value="hectofoot"/>
<enumeration value="quarterHectofoot"/>
<enumeration value="decafoot"/>
<enumeration value="yard"/>
<enumeration value="foot"/>
<enumeration value="decifoot"/>
<enumeration value="inch"/>
<enumeration value="metre22Bit"/>
<enumeration value="flightLevel"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
CENTIMETRE
Metre: The spatial position is vertically resolved to the nearest hundredth of a metre.
|
DECAFOOT
Decafoot: The spatial position is vertically resolved to the nearest decafoot.
|
DECAMETRE
Decametre: The spatial position is vertically resolved to the nearest ten metres.
|
DECIFOOT
Decifoot: The spatial position is vertically resolved to the nearest decifoot.
|
DECIMETRE
Metre: The spatial position is vertically resolved to the nearest tenth of a metre.
|
FLIGHT_LEVEL
Flight Level: The spatial position is vertically resolved to the nearest Flight Level (FL).
|
FOOT
Foot: The spatial position is vertically resolved to the nearest foot.
|
HECTOFOOT
Hectofoot: The spatial position is vertically resolved to the nearest hectofoot.
|
HECTOMETRE
Hectometre: The spatial position is vertically resolved to the nearest hundred metres.
|
INCH
Inch: The spatial position is vertically resolved to the nearest inch.
|
KILOFOOT
Kilofoot: The spatial position is vertically resolved to the nearest kilofoot.
|
KILOMETRE
Kilometre: The spatial position is vertically resolved to the nearest kilometre.
|
KILOYARD
Kiloyard: The spatial position is vertically resolved to the nearest kiloyard.
|
METRE
Metre: The spatial position is vertically resolved to the nearest metre.
|
METRE_22_BIT
Metre 22-bit: The spatial position is vertically resolved to the nearest 10,000/1,280,000 (0.0078125) metres.
|
MILLIMETRE
Metre: The spatial position is vertically resolved to the nearest thousandth of a metre.
|
NAUTICAL_MILE
Nautical Mile: The spatial position is vertically resolved to the nearest nautical mile.
|
QUARTER_HECTOFOOT
Quarter Hectofoot: The spatial position is vertically resolved to the nearest 25 feet (quarter hectofeet).
|
STATUTE_MILE
Statute Mile: The spatial position is vertically resolved to the nearest statute mile.
|
YARD
Yard: The spatial position is vertically resolved to the nearest yard.
|
| Modifier and Type | Method and Description |
|---|---|
static VerticalResolutionEnumerationType |
fromValue(String v) |
String |
value() |
static VerticalResolutionEnumerationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VerticalResolutionEnumerationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VerticalResolutionEnumerationType KILOMETRE
public static final VerticalResolutionEnumerationType HECTOMETRE
public static final VerticalResolutionEnumerationType DECAMETRE
public static final VerticalResolutionEnumerationType METRE
public static final VerticalResolutionEnumerationType DECIMETRE
public static final VerticalResolutionEnumerationType CENTIMETRE
public static final VerticalResolutionEnumerationType MILLIMETRE
public static final VerticalResolutionEnumerationType NAUTICAL_MILE
public static final VerticalResolutionEnumerationType STATUTE_MILE
public static final VerticalResolutionEnumerationType KILOYARD
public static final VerticalResolutionEnumerationType KILOFOOT
public static final VerticalResolutionEnumerationType HECTOFOOT
public static final VerticalResolutionEnumerationType QUARTER_HECTOFOOT
public static final VerticalResolutionEnumerationType DECAFOOT
public static final VerticalResolutionEnumerationType YARD
public static final VerticalResolutionEnumerationType FOOT
public static final VerticalResolutionEnumerationType DECIFOOT
public static final VerticalResolutionEnumerationType INCH
public static final VerticalResolutionEnumerationType METRE_22_BIT
public static final VerticalResolutionEnumerationType FLIGHT_LEVEL
public static VerticalResolutionEnumerationType[] values()
for (VerticalResolutionEnumerationType c : VerticalResolutionEnumerationType.values()) System.out.println(c);
public static VerticalResolutionEnumerationType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String value()
public static VerticalResolutionEnumerationType fromValue(String v)
Copyright © 2014–2016 Pink Summit, LLC. All rights reserved.