Package aero.t2s.modes.decoder.df.df17
Class AircraftOperationalStatusVersion2Surface
- java.lang.Object
-
- aero.t2s.modes.decoder.df.df17.ExtendedSquitter
-
- aero.t2s.modes.decoder.df.df17.AircraftOperationalStatusMessage
-
- aero.t2s.modes.decoder.df.df17.AircraftOperationalStatusVersion2
-
- aero.t2s.modes.decoder.df.df17.AircraftOperationalStatusVersion2Surface
-
public class AircraftOperationalStatusVersion2Surface extends AircraftOperationalStatusVersion2
-
-
Field Summary
-
Fields inherited from class aero.t2s.modes.decoder.df.df17.ExtendedSquitter
data, typeCode
-
-
Constructor Summary
Constructors Constructor Description AircraftOperationalStatusVersion2Surface(short[] data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(Track track)AircraftOperationalStatusVersion2Surfacedecode()AnglegetHorizontalSource()LengthWidthCodegetLengthWidthCode()NavigationIntegrityCategorygetNICp()SurfaceOperationalModegetOperationalMode()SourceIntegrityLevelgetSIL()SourceIntegrityLevelSupplementgetSILsupp()SurfaceCapabilitygetSurfaceCapability()VersiongetVerison()-
Methods inherited from class aero.t2s.modes.decoder.df.df17.ExtendedSquitter
getTypeCode
-
-
-
-
Method Detail
-
decode
public AircraftOperationalStatusVersion2Surface decode()
- Overrides:
decodein classAircraftOperationalStatusVersion2
-
apply
public void apply(Track track)
- Overrides:
applyin classAircraftOperationalStatusVersion2
-
getSurfaceCapability
public SurfaceCapability getSurfaceCapability()
-
getOperationalMode
public SurfaceOperationalMode getOperationalMode()
-
getLengthWidthCode
public LengthWidthCode getLengthWidthCode()
-
getNICp
public NavigationIntegrityCategory getNICp()
-
getHorizontalSource
public Angle getHorizontalSource()
-
getSILsupp
public SourceIntegrityLevelSupplement getSILsupp()
-
getSIL
public SourceIntegrityLevel getSIL()
-
getVerison
public Version getVerison()
-
-