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 TLcdCommunicationTypeALcdDAFIFAerodromeDecoder.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 TLcdCommunicationTypeTLcdCommunicationType.AASAirport Advisory Service (key = AAS)static final TLcdCommunicationTypeTLcdCommunicationType.ACCArea control center (key = ACC)static final TLcdCommunicationTypeTLcdCommunicationType.ACPAirlift Command Post (key = ACP)static final TLcdCommunicationTypeTLcdCommunicationType.ADAir/Departure Control Center (key = A/D)static final TLcdCommunicationTypeTLcdCommunicationType.AFISAerodrome Flight Info Service (key = AFIS)static final TLcdCommunicationTypeTLcdCommunicationType.AGAir/Ground (key = A/G)static final TLcdCommunicationTypeTLcdCommunicationType.APPApproach Control (key = APP)static final TLcdCommunicationTypeTLcdCommunicationType.ARRAutomatic Terminal Information Service (key = ARR)static final TLcdCommunicationTypeTLcdCommunicationType.ARSAAirport Radar Service Area (key = ARSA)static final TLcdCommunicationTypeTLcdCommunicationType.ARTCAir Route Traffic COntrol (key = ARTC)static final TLcdCommunicationTypeTLcdCommunicationType.ASOSAutomated Surface Observation System (key = ASOS)static final TLcdCommunicationTypeTLcdCommunicationType.ATISAutomatic Terminal Information Service (key = ATIS)static final TLcdCommunicationTypeTLcdCommunicationType.AWOSAutomatic Weather Observing Station (key = AWOS)static final TLcdCommunicationTypeTLcdCommunicationType.CACCentralized Approach Control (key = CAC)static final TLcdCommunicationTypeTLcdCommunicationType.CLDClearance Delivery (key = CLD)static final TLcdCommunicationTypeTLcdCommunicationType.CNTRAir Route Traffic Control Center (key = CNTR)static final TLcdCommunicationTypeTLcdCommunicationType.CTAFCommon Traffic Advisory Frequency (key = CTAF)static final TLcdCommunicationTypeTLcdCommunicationType.DEPDeparture Control (key = DEP)static final TLcdCommunicationTypeTLcdCommunicationType.DIRRadar/Approach Control (key = DIR)static final TLcdCommunicationTypeTLcdCommunicationType.EMREmergency (key = EMR)static final TLcdCommunicationTypeTLcdCommunicationType.FCCFlight Communications Center (key = FCC)static final TLcdCommunicationTypeTLcdCommunicationType.FOCFlight Operation Center (key = FOC)static final TLcdCommunicationTypeTLcdCommunicationType.FSSFlight Service Station (key = FSS)static final TLcdCommunicationTypeTLcdCommunicationType.GCAground Control Approach (key = GCA)static final TLcdCommunicationTypeTLcdCommunicationType.GCCDGround Control/Clearance Delivery (key = GCCD)static final TLcdCommunicationTypeTLcdCommunicationType.GCOGround Control Outlet (key = GCO)static final TLcdCommunicationTypeTLcdCommunicationType.GNDGround Control (key = GND)static final TLcdCommunicationTypeTLcdCommunicationType.GTEGate Control (key = GTE)static final TLcdCommunicationTypeTLcdCommunicationType.HELHelicopter frequency (key = HEL)static final TLcdCommunicationTypeTLcdCommunicationType.INFOInformation (key = INFO)static final TLcdCommunicationTypeTLcdCommunicationType.MISCMiscellaneous (key = MISC)static final TLcdCommunicationTypeTLcdCommunicationType.MULTMulti-com (key = MULT)static final TLcdCommunicationTypeTLcdCommunicationType.ODPParameters French radio (key = ODP)static final TLcdCommunicationTypeTLcdCommunicationType.OPSOperations (key = OPS)static final TLcdCommunicationTypeTLcdCommunicationType.PFLTPreflight (key = PFLT)static final TLcdCommunicationTypeTLcdCommunicationType.PMSVPilot to Metro Service (key = PMSV)static final TLcdCommunicationTypeTLcdCommunicationType.POSTCommand post (key = POST)static final TLcdCommunicationTypeTLcdCommunicationType.PTDPilot to Dispatcher (key = PTD)static final TLcdCommunicationTypeTLcdCommunicationType.RCORemote Communications Outlet (key = RCO)static final TLcdCommunicationTypeTLcdCommunicationType.RDORadio (key = RDO)static final TLcdCommunicationTypeTLcdCommunicationType.RDRRadar Only Frequency (key = RDR)static final TLcdCommunicationTypeTLcdCommunicationType.RFSSRemote Flight service Station (key = RFSS)static final TLcdCommunicationTypeTLcdCommunicationType.RMPRamp Control (key = RMP)static final TLcdCommunicationTypeTLcdCommunicationType.SFASingle Frequency Approach (key = SFA)static final TLcdCommunicationTypeTLcdCommunicationType.TCATerminal Control Area (key = TCA)static final TLcdCommunicationTypeTLcdCommunicationType.TRSATerminal Radar Service Area (key = TRSA)static final TLcdCommunicationTypeTLcdCommunicationType.TWRTower (key = TWR)static final TLcdCommunicationTypeTLcdCommunicationType.UNICUni-com or CTAF/UNICOM (key = UNIC)static final TLcdCommunicationTypeTLcdCommunicationType.UNKNOWNUnknown key.Methods in com.luciad.format.dafif.model.communication.type that return TLcdCommunicationTypeModifier and TypeMethodDescriptionstatic TLcdCommunicationTypeReturns theTLcdCommunicationTypeobject matching the given code.