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