Enum Class FormatT
- All Implemented Interfaces:
Serializable,Comparable<FormatT>,Constable
Java class for Format_t.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="Format_t">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="LAT_DEFAULT"/>
<enumeration value="LAT_ORIENTATION"/>
<enumeration value="LAT_SIGN"/>
<enumeration value="LAT_DEGREES"/>
<enumeration value="LAT_DEGREES_FLOOR"/>
<enumeration value="LAT_MINUTES"/>
<enumeration value="LAT_MINUTES_FLOOR"/>
<enumeration value="LAT_SECONDS"/>
<enumeration value="LAT_SECONDS_ROUND"/>
<enumeration value="LON_DEFAULT"/>
<enumeration value="LON_ORIENTATION"/>
<enumeration value="LON_SIGN"/>
<enumeration value="LON_DEGREES"/>
<enumeration value="LON_DEGREES_FLOOR"/>
<enumeration value="LON_MINUTES"/>
<enumeration value="LON_MINUTES_FLOOR"/>
<enumeration value="LON_SECONDS"/>
<enumeration value="LON_SECONDS_ROUND"/>
<enumeration value="FEATURE_NAME"/>
<enumeration value="ADDRESS_STREET"/>
<enumeration value="ADDRESS_CITY"/>
<enumeration value="ADDRESS_STATE"/>
<enumeration value="ADDRESS_ZIP"/>
<enumeration value="ADDRESS_PHONE"/>
</restriction>
</simpleType>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionCity in selected addressPhone number of selected addressState in selected address (two letters)Street in selected addressZip in selected addressName of selected featureDefault format for latitude +-dd.dddLatitude in dd.ddddLatitude as integer. floor(degrees)Latitude minutes in mm.mmmmLatitude minutes as integer floor(minutes)N or SLatitude seconds as ss.ssssRounded latitude second to nearest integer+ for North and - for SouthDefault format for latitude +-dd.dddLatitude in dd.ddddLatitude as integer. floor(degrees)Latitude minutes in mm.mmmmLatitude minutes as integer floor(minutes)N or SLatitude seconds as ss.ssssRounded latitude second to nearest integer+ for North and - for South -
Method Summary
-
Enum Constant Details
-
LAT_DEFAULT
Default format for latitude +-dd.ddd -
LAT_ORIENTATION
N or S -
LAT_SIGN
+ for North and - for South -
LAT_DEGREES
Latitude in dd.dddd -
LAT_DEGREES_FLOOR
Latitude as integer. floor(degrees) -
LAT_MINUTES
Latitude minutes in mm.mmmm -
LAT_MINUTES_FLOOR
Latitude minutes as integer floor(minutes) -
LAT_SECONDS
Latitude seconds as ss.ssss -
LAT_SECONDS_ROUND
Rounded latitude second to nearest integer -
LON_DEFAULT
Default format for latitude +-dd.ddd -
LON_ORIENTATION
N or S -
LON_SIGN
+ for North and - for South -
LON_DEGREES
Latitude in dd.dddd -
LON_DEGREES_FLOOR
Latitude as integer. floor(degrees) -
LON_MINUTES
Latitude minutes in mm.mmmm -
LON_MINUTES_FLOOR
Latitude minutes as integer floor(minutes) -
LON_SECONDS
Latitude seconds as ss.ssss -
LON_SECONDS_ROUND
Rounded latitude second to nearest integer -
FEATURE_NAME
Name of selected feature -
ADDRESS_STREET
Street in selected address -
ADDRESS_CITY
City in selected address -
ADDRESS_STATE
State in selected address (two letters) -
ADDRESS_ZIP
Zip in selected address -
ADDRESS_PHONE
Phone number of selected address
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException- if the argument is null
-
value
-
fromValue
-