Uses of Class
com.luciad.format.dafif.model.communication.type.TLcdSymbolType
Package
Description
Provides type safe enumeration classes for all kinds of types used within the communication package.
-
Uses of TLcdSymbolType in com.luciad.format.dafif.model.communication.type
Modifier and TypeFieldDescriptionstatic final TLcdSymbolType
TLcdSymbolType.RE
Radar capability / VHF and UHF emergency frequencies monitored (key = RE)static final TLcdSymbolType
TLcdSymbolType.RU
Radar capability / UHF emergency frequency 243.0 monitored (key = RU)static final TLcdSymbolType
TLcdSymbolType.RV
Radar capability / VHF emergency frequency 121.5 monitored (key = RV)static final TLcdSymbolType
TLcdSymbolType.UE
UHF emergency frequency 243.0 monitored / VHF and UHF emergency frequencies monitored (key = UE)static final TLcdSymbolType
TLcdSymbolType.VE
VHF emergency frequency 121.5 monitored / VHF and UHF emergency frequencies monitored (key = VE)static final TLcdSymbolType
TLcdSymbolType.VU
VHF emergency frequency 121.5 monitored / UHF emergency frequency 243.0 monitored (key = VU)Modifier and TypeMethodDescriptionstatic TLcdSymbolType
Returns theTLcdSymbolType
object matching the given code.