Class TLcdCommunicationType
java.lang.Object
com.luciad.format.dafif.model.communication.type.TLcdCommunicationType
Type safe enumeration class, indicating the communication type.
- Since:
- 6.2
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdCommunicationType
Airport Advisory Service (key = AAS)static final TLcdCommunicationType
Area control center (key = ACC)static final TLcdCommunicationType
Airlift Command Post (key = ACP)static final TLcdCommunicationType
Air/Departure Control Center (key = A/D)static final TLcdCommunicationType
Aerodrome Flight Info Service (key = AFIS)static final TLcdCommunicationType
Air/Ground (key = A/G)static final TLcdCommunicationType
Approach Control (key = APP)static final TLcdCommunicationType
Automatic Terminal Information Service (key = ARR)static final TLcdCommunicationType
Airport Radar Service Area (key = ARSA)static final TLcdCommunicationType
Air Route Traffic COntrol (key = ARTC)static final TLcdCommunicationType
Automated Surface Observation System (key = ASOS)static final TLcdCommunicationType
Automatic Terminal Information Service (key = ATIS)static final TLcdCommunicationType
Automatic Weather Observing Station (key = AWOS)static final TLcdCommunicationType
Centralized Approach Control (key = CAC)static final TLcdCommunicationType
Clearance Delivery (key = CLD)static final TLcdCommunicationType
Air Route Traffic Control Center (key = CNTR)static final TLcdCommunicationType
Common Traffic Advisory Frequency (key = CTAF)static final TLcdCommunicationType
Departure Control (key = DEP)static final TLcdCommunicationType
Radar/Approach Control (key = DIR)static final TLcdCommunicationType
Emergency (key = EMR)static final TLcdCommunicationType
Flight Communications Center (key = FCC)static final TLcdCommunicationType
Flight Operation Center (key = FOC)static final TLcdCommunicationType
Flight Service Station (key = FSS)static final TLcdCommunicationType
ground Control Approach (key = GCA)static final TLcdCommunicationType
Ground Control/Clearance Delivery (key = GCCD)static final TLcdCommunicationType
Ground Control Outlet (key = GCO)static final TLcdCommunicationType
Ground Control (key = GND)static final TLcdCommunicationType
Gate Control (key = GTE)static final TLcdCommunicationType
Helicopter frequency (key = HEL)static final TLcdCommunicationType
Information (key = INFO)static final TLcdCommunicationType
Miscellaneous (key = MISC)static final TLcdCommunicationType
Multi-com (key = MULT)static final TLcdCommunicationType
Parameters French radio (key = ODP)static final TLcdCommunicationType
Operations (key = OPS)static final TLcdCommunicationType
Preflight (key = PFLT)static final TLcdCommunicationType
Pilot to Metro Service (key = PMSV)static final TLcdCommunicationType
Command post (key = POST)static final TLcdCommunicationType
Pilot to Dispatcher (key = PTD)static final TLcdCommunicationType
Remote Communications Outlet (key = RCO)static final TLcdCommunicationType
Radio (key = RDO)static final TLcdCommunicationType
Radar Only Frequency (key = RDR)static final TLcdCommunicationType
Remote Flight service Station (key = RFSS)static final TLcdCommunicationType
Ramp Control (key = RMP)static final TLcdCommunicationType
Single Frequency Approach (key = SFA)static final TLcdCommunicationType
Terminal Control Area (key = TCA)static final TLcdCommunicationType
Terminal Radar Service Area (key = TRSA)static final TLcdCommunicationType
Tower (key = TWR)static final TLcdCommunicationType
Uni-com or CTAF/UNICOM (key = UNIC)static final TLcdCommunicationType
Unknown key. -
Method Summary
Modifier and TypeMethodDescriptiontoString()
static TLcdCommunicationType
Returns theTLcdCommunicationType
object matching the given code.
-
Field Details
-
UNKNOWN
Unknown key. -
ACC
Area control center (key = ACC) -
ACP
Airlift Command Post (key = ACP) -
APP
Approach Control (key = APP) -
ARR
Automatic Terminal Information Service (key = ARR) -
ATIS
Automatic Terminal Information Service (key = ATIS) -
AWOS
Automatic Weather Observing Station (key = AWOS) -
CLD
Clearance Delivery (key = CLD) -
DEP
Departure Control (key = DEP) -
DIR
Radar/Approach Control (key = DIR) -
EMR
Emergency (key = EMR) -
FSS
Flight Service Station (key = FSS) -
GCA
ground Control Approach (key = GCA) -
GCO
Ground Control Outlet (key = GCO) -
GND
Ground Control (key = GND) -
GTE
Gate Control (key = GTE) -
HEL
Helicopter frequency (key = HEL) -
INFO
Information (key = INFO) -
MULT
Multi-com (key = MULT) -
ODP
Parameters French radio (key = ODP) -
OPS
Operations (key = OPS) -
RDO
Radio (key = RDO) -
RDR
Radar Only Frequency (key = RDR) -
RFSS
Remote Flight service Station (key = RFSS) -
RMP
Ramp Control (key = RMP) -
ARSA
Airport Radar Service Area (key = ARSA) -
TCA
Terminal Control Area (key = TCA) -
TRSA
Terminal Radar Service Area (key = TRSA) -
TWR
Tower (key = TWR) -
UNIC
Uni-com or CTAF/UNICOM (key = UNIC) -
CTAF
Common Traffic Advisory Frequency (key = CTAF) -
AG
Air/Ground (key = A/G) -
AD
Air/Departure Control Center (key = A/D) -
CNTR
Air Route Traffic Control Center (key = CNTR) -
GCCD
Ground Control/Clearance Delivery (key = GCCD) -
POST
Command post (key = POST) -
PTD
Pilot to Dispatcher (key = PTD) -
PMSV
Pilot to Metro Service (key = PMSV) -
AAS
Airport Advisory Service (key = AAS) -
ARTC
Air Route Traffic COntrol (key = ARTC) -
PFLT
Preflight (key = PFLT) -
SFA
Single Frequency Approach (key = SFA) -
MISC
Miscellaneous (key = MISC) -
CAC
Centralized Approach Control (key = CAC) -
AFIS
Aerodrome Flight Info Service (key = AFIS) -
RCO
Remote Communications Outlet (key = RCO) -
ASOS
Automated Surface Observation System (key = ASOS) -
FCC
Flight Communications Center (key = FCC) -
FOC
Flight Operation Center (key = FOC)
-
-
Method Details
-
valueOf
Returns theTLcdCommunicationType
object matching the given code.- Parameters:
aCode
- The key by which to retrieve aTLcdCommunicationType
. This key must not be null.- Returns:
- A
TLcdCommunicationType
object if the parameter matches to a communication type, UNKNOWN otherwise.
-
toString
-