public enum HorizontalResolutionEnumerationType extends Enum<HorizontalResolutionEnumerationType>
Java class for HorizontalResolutionEnumerationType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="HorizontalResolutionEnumerationType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="arcDegree"/>
<enumeration value="arcDecidegree"/>
<enumeration value="arcCentidegree"/>
<enumeration value="arcMillidegree"/>
<enumeration value="arcDeciMillidegree"/>
<enumeration value="arcCentiMillidegree"/>
<enumeration value="arcMicrodegree"/>
<enumeration value="arcMinute"/>
<enumeration value="arcDeciminute"/>
<enumeration value="arcCentiminute"/>
<enumeration value="arcMilliminute"/>
<enumeration value="arcDeciMilliminute"/>
<enumeration value="arcSecond"/>
<enumeration value="arcDecisecond"/>
<enumeration value="arcCentisecond"/>
<enumeration value="arcMillisecond"/>
<enumeration value="arcDegree20Bit"/>
<enumeration value="arcDegree21Bit"/>
<enumeration value="arcDegree23Bit"/>
<enumeration value="arcDegree25Bit"/>
<enumeration value="arcDegree31Bit"/>
<enumeration value="hectokilometre"/>
<enumeration value="decakilometre"/>
<enumeration value="kilometre"/>
<enumeration value="hectometre"/>
<enumeration value="decametre"/>
<enumeration value="metre"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
ARC_CENTI_MILLIDEGREE
Geodetic Arc Centimillidegree: The spatial position is horizontally resolved to the nearest hundred-thousandth of an arc degree.
|
ARC_CENTIDEGREE
Geodetic Arc Centidegree: The spatial position is horizontally resolved to the nearest hundredth of an arc degree.
|
ARC_CENTIMINUTE
Geodetic Arc Centiminute: The spatial position is horizontally resolved to the nearest hundredth of an arc minute.
|
ARC_CENTISECOND
Geodetic Arc Centisecond: The spatial position is horizontally resolved to the nearest hundredth of an arc second.
|
ARC_DECI_MILLIDEGREE
Geodetic Arc Decimillidegree: The spatial position is horizontally resolved to the nearest ten-thousandth of an arc degree.
|
ARC_DECI_MILLIMINUTE
Geodetic Arc Decimilliminute: The spatial position is horizontally resolved to the nearest ten-thousandth of an arc minute.
|
ARC_DECIDEGREE
Geodetic Arc Decidegree: The spatial position is horizontally resolved to the nearest tenth of an arc degree.
|
ARC_DECIMINUTE
Geodetic Arc Deciminute: The spatial position is horizontally resolved to the nearest tenth of an arc minute.
|
ARC_DECISECOND
Geodetic Arc Decisecond: The spatial position is horizontally resolved to the nearest tenth of an arc second.
|
ARC_DEGREE
Geodetic Arc Degree: The spatial position is horizontally resolved to the nearest arc degree.
|
ARC_DEGREE_20_BIT
Geodetic Arc Degree 20-bit: The spatial position is horizontally resolved to the nearest 90/524,287 arc degree (approximately 0.618 arc seconds).
|
ARC_DEGREE_21_BIT
Geodetic Arc Degree 21-bit: The spatial position is horizontally resolved to the nearest 90/1,048,575 arc degree (approximately 0.309 arc seconds).
|
ARC_DEGREE_23_BIT
Geodetic Arc Degree 23-bit: The spatial position is horizontally resolved to the nearest 90/4,194,303 arc degree (approximately 0.0772 arc seconds).
|
ARC_DEGREE_25_BIT
Geodetic Arc Degree 25-bit: The spatial position is horizontally resolved to the nearest 90/16,777,215 arc degree (approximately 0.0193 arc seconds).
|
ARC_DEGREE_31_BIT
Geodetic Arc Degree 31-bit: The spatial position is horizontally resolved to the nearest 90/1,073,741,823 arc degree (approximately 0.000302 arc seconds).
|
ARC_MICRODEGREE
Geodetic Arc Microdegree: The spatial position is horizontally resolved to the nearest millionth of an arc degree.
|
ARC_MILLIDEGREE
Geodetic Arc Millidegree: The spatial position is horizontally resolved to the nearest thousandth of an arc degree.
|
ARC_MILLIMINUTE
Geodetic Arc Milliminute: The spatial position is horizontally resolved to the nearest thousandth of an arc minute.
|
ARC_MILLISECOND
Geodetic Arc Millisecond: The spatial position is horizontally resolved to the nearest thousandth of an arc second.
|
ARC_MINUTE
Geodetic Arc Minute: The spatial position is horizontally resolved to the nearest arc minute.
|
ARC_SECOND
Geodetic Arc Second: The spatial position is horizontally resolved to the nearest arc second.
|
DECAKILOMETRE
Decakilometre: The spatial position is horizontally resolved to the nearest ten kilometres.
|
DECAMETRE
Decametre: The spatial position is horizontally resolved to the nearest ten metres.
|
HECTOKILOMETRE
Hectokilometre: The spatial position is horizontally resolved to the nearest hundred kilometres.
|
HECTOMETRE
Hectometre: The spatial position is horizontally resolved to the nearest hundred metres.
|
KILOMETRE
Kilometre: The spatial position is horizontally resolved to the nearest kilometre.
|
METRE
Metre: The spatial position is horizontally resolved to the nearest metre.
|
| Modifier and Type | Method and Description |
|---|---|
static HorizontalResolutionEnumerationType |
fromValue(String v) |
String |
value() |
static HorizontalResolutionEnumerationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HorizontalResolutionEnumerationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HorizontalResolutionEnumerationType ARC_DEGREE
public static final HorizontalResolutionEnumerationType ARC_DECIDEGREE
public static final HorizontalResolutionEnumerationType ARC_CENTIDEGREE
public static final HorizontalResolutionEnumerationType ARC_MILLIDEGREE
public static final HorizontalResolutionEnumerationType ARC_DECI_MILLIDEGREE
public static final HorizontalResolutionEnumerationType ARC_CENTI_MILLIDEGREE
public static final HorizontalResolutionEnumerationType ARC_MICRODEGREE
public static final HorizontalResolutionEnumerationType ARC_MINUTE
public static final HorizontalResolutionEnumerationType ARC_DECIMINUTE
public static final HorizontalResolutionEnumerationType ARC_CENTIMINUTE
public static final HorizontalResolutionEnumerationType ARC_MILLIMINUTE
public static final HorizontalResolutionEnumerationType ARC_DECI_MILLIMINUTE
public static final HorizontalResolutionEnumerationType ARC_SECOND
public static final HorizontalResolutionEnumerationType ARC_DECISECOND
public static final HorizontalResolutionEnumerationType ARC_CENTISECOND
public static final HorizontalResolutionEnumerationType ARC_MILLISECOND
public static final HorizontalResolutionEnumerationType ARC_DEGREE_20_BIT
public static final HorizontalResolutionEnumerationType ARC_DEGREE_21_BIT
public static final HorizontalResolutionEnumerationType ARC_DEGREE_23_BIT
public static final HorizontalResolutionEnumerationType ARC_DEGREE_25_BIT
public static final HorizontalResolutionEnumerationType ARC_DEGREE_31_BIT
public static final HorizontalResolutionEnumerationType HECTOKILOMETRE
public static final HorizontalResolutionEnumerationType DECAKILOMETRE
public static final HorizontalResolutionEnumerationType KILOMETRE
public static final HorizontalResolutionEnumerationType HECTOMETRE
public static final HorizontalResolutionEnumerationType DECAMETRE
public static final HorizontalResolutionEnumerationType METRE
public static HorizontalResolutionEnumerationType[] values()
for (HorizontalResolutionEnumerationType c : HorizontalResolutionEnumerationType.values()) System.out.println(c);
public static HorizontalResolutionEnumerationType 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 HorizontalResolutionEnumerationType fromValue(String v)
Copyright © 2014–2016 Pink Summit, LLC. All rights reserved.