Uses of Class
com.luciad.format.dafif.model.communication.type.TLcdCommunicationType
Packages that use TLcdCommunicationType
Package
Description
Decoders that handle the DAFIF format.
Provides type safe enumeration classes for all kinds of types used within the communication package.
-
Uses of TLcdCommunicationType in com.luciad.format.dafif.decoder
Methods in com.luciad.format.dafif.decoder that return TLcdCommunicationTypeModifier and TypeMethodDescriptionprotected TLcdCommunicationType
ALcdDAFIFAerodromeDecoder.readCommunicationType
(char[] aRecord) Reads the communication type from a communication record -
Uses of TLcdCommunicationType in com.luciad.format.dafif.model.communication.type
Fields in com.luciad.format.dafif.model.communication.type declared as TLcdCommunicationTypeModifier and TypeFieldDescriptionstatic final TLcdCommunicationType
TLcdCommunicationType.AAS
Airport Advisory Service (key = AAS)static final TLcdCommunicationType
TLcdCommunicationType.ACC
Area control center (key = ACC)static final TLcdCommunicationType
TLcdCommunicationType.ACP
Airlift Command Post (key = ACP)static final TLcdCommunicationType
TLcdCommunicationType.AD
Air/Departure Control Center (key = A/D)static final TLcdCommunicationType
TLcdCommunicationType.AFIS
Aerodrome Flight Info Service (key = AFIS)static final TLcdCommunicationType
TLcdCommunicationType.AG
Air/Ground (key = A/G)static final TLcdCommunicationType
TLcdCommunicationType.APP
Approach Control (key = APP)static final TLcdCommunicationType
TLcdCommunicationType.ARR
Automatic Terminal Information Service (key = ARR)static final TLcdCommunicationType
TLcdCommunicationType.ARSA
Airport Radar Service Area (key = ARSA)static final TLcdCommunicationType
TLcdCommunicationType.ARTC
Air Route Traffic COntrol (key = ARTC)static final TLcdCommunicationType
TLcdCommunicationType.ASOS
Automated Surface Observation System (key = ASOS)static final TLcdCommunicationType
TLcdCommunicationType.ATIS
Automatic Terminal Information Service (key = ATIS)static final TLcdCommunicationType
TLcdCommunicationType.AWOS
Automatic Weather Observing Station (key = AWOS)static final TLcdCommunicationType
TLcdCommunicationType.CAC
Centralized Approach Control (key = CAC)static final TLcdCommunicationType
TLcdCommunicationType.CLD
Clearance Delivery (key = CLD)static final TLcdCommunicationType
TLcdCommunicationType.CNTR
Air Route Traffic Control Center (key = CNTR)static final TLcdCommunicationType
TLcdCommunicationType.CTAF
Common Traffic Advisory Frequency (key = CTAF)static final TLcdCommunicationType
TLcdCommunicationType.DEP
Departure Control (key = DEP)static final TLcdCommunicationType
TLcdCommunicationType.DIR
Radar/Approach Control (key = DIR)static final TLcdCommunicationType
TLcdCommunicationType.EMR
Emergency (key = EMR)static final TLcdCommunicationType
TLcdCommunicationType.FCC
Flight Communications Center (key = FCC)static final TLcdCommunicationType
TLcdCommunicationType.FOC
Flight Operation Center (key = FOC)static final TLcdCommunicationType
TLcdCommunicationType.FSS
Flight Service Station (key = FSS)static final TLcdCommunicationType
TLcdCommunicationType.GCA
ground Control Approach (key = GCA)static final TLcdCommunicationType
TLcdCommunicationType.GCCD
Ground Control/Clearance Delivery (key = GCCD)static final TLcdCommunicationType
TLcdCommunicationType.GCO
Ground Control Outlet (key = GCO)static final TLcdCommunicationType
TLcdCommunicationType.GND
Ground Control (key = GND)static final TLcdCommunicationType
TLcdCommunicationType.GTE
Gate Control (key = GTE)static final TLcdCommunicationType
TLcdCommunicationType.HEL
Helicopter frequency (key = HEL)static final TLcdCommunicationType
TLcdCommunicationType.INFO
Information (key = INFO)static final TLcdCommunicationType
TLcdCommunicationType.MISC
Miscellaneous (key = MISC)static final TLcdCommunicationType
TLcdCommunicationType.MULT
Multi-com (key = MULT)static final TLcdCommunicationType
TLcdCommunicationType.ODP
Parameters French radio (key = ODP)static final TLcdCommunicationType
TLcdCommunicationType.OPS
Operations (key = OPS)static final TLcdCommunicationType
TLcdCommunicationType.PFLT
Preflight (key = PFLT)static final TLcdCommunicationType
TLcdCommunicationType.PMSV
Pilot to Metro Service (key = PMSV)static final TLcdCommunicationType
TLcdCommunicationType.POST
Command post (key = POST)static final TLcdCommunicationType
TLcdCommunicationType.PTD
Pilot to Dispatcher (key = PTD)static final TLcdCommunicationType
TLcdCommunicationType.RCO
Remote Communications Outlet (key = RCO)static final TLcdCommunicationType
TLcdCommunicationType.RDO
Radio (key = RDO)static final TLcdCommunicationType
TLcdCommunicationType.RDR
Radar Only Frequency (key = RDR)static final TLcdCommunicationType
TLcdCommunicationType.RFSS
Remote Flight service Station (key = RFSS)static final TLcdCommunicationType
TLcdCommunicationType.RMP
Ramp Control (key = RMP)static final TLcdCommunicationType
TLcdCommunicationType.SFA
Single Frequency Approach (key = SFA)static final TLcdCommunicationType
TLcdCommunicationType.TCA
Terminal Control Area (key = TCA)static final TLcdCommunicationType
TLcdCommunicationType.TRSA
Terminal Radar Service Area (key = TRSA)static final TLcdCommunicationType
TLcdCommunicationType.TWR
Tower (key = TWR)static final TLcdCommunicationType
TLcdCommunicationType.UNIC
Uni-com or CTAF/UNICOM (key = UNIC)static final TLcdCommunicationType
TLcdCommunicationType.UNKNOWN
Unknown key.Methods in com.luciad.format.dafif.model.communication.type that return TLcdCommunicationTypeModifier and TypeMethodDescriptionstatic TLcdCommunicationType
Returns theTLcdCommunicationType
object matching the given code.