Class TLcdCommunicationType
java.lang.Object
com.luciad.format.arinc.model.communication.type.TLcdCommunicationType
Type safe enumeration class, indicating the communication type.
- Since:
- 6.2
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdCommunicationTypeArea Control Center ( key = ACC )static final TLcdCommunicationTypeAirlift Command Post ( key = ACP )static final TLcdCommunicationTypeAir to Air ( key = AIR )static final TLcdCommunicationTypeApproach Control ( key = APP )static final TLcdCommunicationTypeArrival Control ( key = ARR )static final TLcdCommunicationTypeAutomatic Surface Observing System (ASOS) ( key = ASO )static final TLcdCommunicationTypeAutomatic Terminal Info Service (ATIS) ( key = ATI )static final TLcdCommunicationTypeAirport Weather Information Broadcast (AWIB) ( key = AWI )static final TLcdCommunicationTypeAutomatic Weather Observing Service (AWOS) ( key = AWO )static final TLcdCommunicationTypeAerodrome Weather Information Services (AWIS) ( key = AWS )static final TLcdCommunicationTypeClass B Airspace ( key = CBA )static final TLcdCommunicationTypeClass C Airspace ( key = CCA )static final TLcdCommunicationTypeClearance Delivery ( key = CLD )static final TLcdCommunicationTypeClearance, Pre-Taxi ( key = CPT )static final TLcdCommunicationTypeControl Area (Terminal) ( key = CTA )static final TLcdCommunicationTypeCommon Traffic Advisory Frequencies ( key = CTF )static final TLcdCommunicationTypeControl ( key = CTL )static final TLcdCommunicationTypeDeparture Control ( key = DEP )static final TLcdCommunicationTypeDirector (Approach Control Radar) ( key = DIR )static final TLcdCommunicationTypeEnroute Flight Advisory Service (EFAS) ( key = EFS )static final TLcdCommunicationTypeEmergency ( key = EMR )static final TLcdCommunicationTypeFlight Service Station ( key = FSS )static final TLcdCommunicationTypeGround Comm Outlet (EFAS) ( key = GCO )static final TLcdCommunicationTypeGround Control ( key = GND )static final TLcdCommunicationTypeGate Control ( key = GTE )static final TLcdCommunicationTypeHelicopter Frequency ( key = HEL )static final TLcdCommunicationTypeInformation ( key = INF )static final TLcdCommunicationTypeMandatory Broadcast Zone ( key = MBZ )static final TLcdCommunicationTypeMilitary Frequency ( key = MIL )static final TLcdCommunicationTypeMulti-com ( key = MUL )static final TLcdCommunicationTypeOperations ( key = OPS )static final TLcdCommunicationTypePilot Activated Lighting ( key = PAL )static final TLcdCommunicationTypeRadio ( key = RDO )static final TLcdCommunicationTypeRadar ( key = RDR )static final TLcdCommunicationTypeRemote Flight Service Station (RFSS) ( key = RFS )static final TLcdCommunicationTypeRamp/Taxi Control ( key = RMP )static final TLcdCommunicationTypeAirport Radar Service Area (ARSA) ( key = RSA )static final TLcdCommunicationTypeTerminal Control Area (TCA) ( key = TCA )static final TLcdCommunicationTypeTerminal Control Area (TMA) ( key = TMA )static final TLcdCommunicationTypeTerminal ( key = TML )static final TLcdCommunicationTypeTerminal Radar Service Area (TRSA) ( key = TRS )static final TLcdCommunicationTypeTranscriber Weather Broadcast (TWEB) ( key = TWE )static final TLcdCommunicationTypeTower, Air Traffic Control ( key = TWR )static final TLcdCommunicationTypeUpper Area Control ( key = UAC )static final TLcdCommunicationTypeUni-com ( key = UNI )static final TLcdCommunicationTypeUnknown communication type ( key = ''(blank) )static final TLcdCommunicationTypeVolmet ( key = VOL ) -
Method Summary
Modifier and TypeMethodDescriptiontoString()Returns the descriptive name.static TLcdCommunicationTypeReturns theTLcdCommunicationTypeobject matching the given code.
-
Field Details
-
UNKNOWN
Unknown communication type ( key = ''(blank) ) -
ACC
Area Control Center ( key = ACC ) -
ACP
Airlift Command Post ( key = ACP ) -
APP
Approach Control ( key = APP ) -
ARR
Arrival Control ( key = ARR ) -
ATI
Automatic Terminal Info Service (ATIS) ( key = ATI ) -
AWO
Automatic Weather Observing Service (AWOS) ( key = AWO ) -
CLD
Clearance Delivery ( key = CLD ) -
CPT
Clearance, Pre-Taxi ( key = CPT ) -
CTA
Control Area (Terminal) ( key = CTA ) -
CTL
Control ( key = CTL ) -
DEP
Departure Control ( key = DEP ) -
DIR
Director (Approach Control Radar) ( key = DIR ) -
EMR
Emergency ( key = EMR ) -
FSS
Flight Service Station ( key = FSS ) -
GND
Ground Control ( key = GND ) -
GTE
Gate Control ( key = GTE ) -
HEL
Helicopter Frequency ( key = HEL ) -
INF
Information ( key = INF ) -
MUL
Multi-com ( key = MUL ) -
OPS
Operations ( key = OPS ) -
RDO
Radio ( key = RDO ) -
RDR
Radar ( key = RDR ) -
RFS
Remote Flight Service Station (RFSS) ( key = RFS ) -
RMP
Ramp/Taxi Control ( key = RMP ) -
RSA
Airport Radar Service Area (ARSA) ( key = RSA ) -
TCA
Terminal Control Area (TCA) ( key = TCA ) -
TMA
Terminal Control Area (TMA) ( key = TMA ) -
TML
Terminal ( key = TML ) -
TRS
Terminal Radar Service Area (TRSA) ( key = TRS ) -
TWE
Transcriber Weather Broadcast (TWEB) ( key = TWE ) -
TWR
Tower, Air Traffic Control ( key = TWR ) -
UAC
Upper Area Control ( key = UAC ) -
UNI
Uni-com ( key = UNI ) -
VOL
Volmet ( key = VOL ) -
EFS
Enroute Flight Advisory Service (EFAS) ( key = EFS ) -
GCO
Ground Comm Outlet (EFAS) ( key = GCO ) -
ASO
Automatic Surface Observing System (ASOS) ( key = ASO ) -
AWS
Aerodrome Weather Information Services (AWIS) ( key = AWS ) -
AIR
Air to Air ( key = AIR ) -
MIL
Military Frequency ( key = MIL ) -
PAL
Pilot Activated Lighting ( key = PAL ) -
AWI
Airport Weather Information Broadcast (AWIB) ( key = AWI )- Since:
- 2016.1.58
-
CBA
Class B Airspace ( key = CBA )- Since:
- 2016.1.58
-
CCA
Class C Airspace ( key = CCA )- Since:
- 2016.1.58
-
CTF
Common Traffic Advisory Frequencies ( key = CTF )- Since:
- 2016.1.58
-
MBZ
Mandatory Broadcast Zone ( key = MBZ )- Since:
- 2016.1.58
-
-
Method Details
-
valueOf
Returns theTLcdCommunicationTypeobject matching the given code.- Parameters:
aCode- The key by which to retrieve aTLcdCommunicationType. This key must not be null.- Returns:
- A
TLcdCommunicationTypeobject if the parameter matches to a communication type, UNKNOWN otherwise.
-
toString
Returns the descriptive name.
-