public enum DataExtensionEnum extends java.lang.Enum<DataExtensionEnum> implements EnumWithImageName
WeatherEnum
,
AX25Message.getExtension(Enum)
,
AX25Message.storeExtension(Enum, Object)
Enum Constant and Description |
---|
AREA_COLOR
Color code (usually an Integer) for APRS area "symbols" (APRS protocol specification chapter 7).
|
AREA_LAT_OFFSET
Latitude offset (usually a Double) for APRS area "symbols" (APRS protocol specification chapter 7).
|
AREA_LON_OFFSET
Longitude offset (usually a Double) for APRS area "symbols" (APRS protocol specification chapter 7).
|
AREA_SHAPE
Shape code character for APRS area "symbols" (APRS protocol specification chapter 7).
|
BEARING
Bearing for direction-finding.
|
COMPRESSCODE
Compression type code for compressed position messages (APRS protocol specification chapter 9).
|
DFS
Four-digit Direction-Finding Signal.
|
DIGIPEATER_ALIASES
Text abbreviations for digipeater aliases to be reported in station beacon message.
|
FLOW_RATE
Flow rate (as reported by a river gauge) in cubic feet per second.
|
FREQUENCY
Frequency for a repeater or monitoring station in MHz (Double).
|
FREQUENCY2
2nd RF frequency from a packet, typically from an
ObjectReport where
the frequency appears in both the Object name and as the first part of the
free-text comment. |
GPS_SENTENCE_TYPE
Last GPS sentence type used to provide position information.
|
INDOOR_HUMIDITY
Indoor relative humidity in percent.
|
INDOOR_TEMPERATURE
The current indoor temperature in degrees Fahrenheit (as reported by Peet Bros Ultimeter
weather stations).
|
LINE_WIDTH
Width of APRS area "line" (APRS protocol specification chapter 7).
|
NRQ
Three digits of Number/Range/Quality for direction finding.
|
NWS_MULTILINE
NWSMultiline object extracted from a MessageMessage.
|
PHG
Four-digit PHG string (APRS protocol specification chapter 7).
|
RNG
Four-digit range in statute miles (APRS protocol specification chapter 7), stored as an Integer.
|
SHIFT
Repeater offset in 10s of kHz, signed for the shift direction (0 means simplex).
|
SIGNPOST
Text string for display on an APRS signpost symbol (APRS protocol specification chapter 11).
|
TELEMETRY
Base91 Telemetry data extracted from a PositionMessage's comment, per the proposed
extension documented in http://he.fi/doc/aprs-base91-comment-telemetry.txt.
|
TONE
Sub-audible tone encoding.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getImagePath()
Return the relative path name of the image file for this enum value.
|
boolean |
isInMessage()
Indicate if enum-indicated data could ever be in a standardized part of an
APRS message.
|
static DataExtensionEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DataExtensionEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataExtensionEnum PHG
public static final DataExtensionEnum RNG
public static final DataExtensionEnum DFS
public static final DataExtensionEnum BEARING
public static final DataExtensionEnum NRQ
public static final DataExtensionEnum COMPRESSCODE
public static final DataExtensionEnum AREA_SHAPE
public static final DataExtensionEnum AREA_LAT_OFFSET
public static final DataExtensionEnum AREA_LON_OFFSET
public static final DataExtensionEnum AREA_COLOR
public static final DataExtensionEnum LINE_WIDTH
public static final DataExtensionEnum SIGNPOST
public static final DataExtensionEnum NWS_MULTILINE
Provider.PROVIDER_API_VERSION
== 48, this can also be a List of NWSMultiLine instances.NWSMultiLine
public static final DataExtensionEnum TELEMETRY
public static final DataExtensionEnum FREQUENCY
FREQUENCY2
public static final DataExtensionEnum TONE
XmitEncoding
,
XmitEncoding.CTCSS_FREQS
public static final DataExtensionEnum SHIFT
public static final DataExtensionEnum DIGIPEATER_ALIASES
public static final DataExtensionEnum GPS_SENTENCE_TYPE
public static final DataExtensionEnum INDOOR_TEMPERATURE
TemperatureUnit.F
,
UltimeterRawMessage
public static final DataExtensionEnum INDOOR_HUMIDITY
UltimeterRawMessage
public static final DataExtensionEnum FLOW_RATE
public static final DataExtensionEnum FREQUENCY2
ObjectReport
where
the frequency appears in both the Object name and as the first part of the
free-text comment. In such a case, this should be the value from the Object
name.FREQUENCY
public static DataExtensionEnum[] values()
for (DataExtensionEnum c : DataExtensionEnum.values()) System.out.println(c);
public static DataExtensionEnum valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic boolean isInMessage()
public java.lang.String getImagePath()
getImagePath
in interface EnumWithImageName